Skip to content

Commit

Permalink
Remove obsolete CSS style classes
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende authored and geigi committed Dec 6, 2023
1 parent cff4575 commit 4d00351
Showing 1 changed file with 26 additions and 61 deletions.
87 changes: 26 additions & 61 deletions data/ui/style.css
Original file line number Diff line number Diff line change
@@ -1,90 +1,63 @@
.white {
color: white;
}

.box_hover {
color: @theme_selected_fg_color;
background: @theme_selected_bg_color;
}

.selected {
color: @theme_selected_fg_color;
color: @theme_selected_fg_color;
background: @theme_selected_bg_color;
}

.no_frame {
border-style: none;
}

.sort_switcher_element {
font-size: 110%;
}

.sort_switcher_element > .radio {
min-width: 100px;
}

.no_padding {
padding: 0px;
border-style: none;
}

.unavailable_box {
background-color: #C01C28;
border-radius: 25px;
padding: 3px;
padding-right: 10px;
}

.unavailable_image {
color: white;
}

.unavailable_label {
color: white;
background-color: @red_4;
border-radius: 25px;
padding: 3px;
padding-right: 10px;
color: white;
}

.book_card {
padding: 1rem;
padding: 1rem;
}

.selected {
color: @theme_selected_fg_color;
background-color: @theme_selected_bg_color;
color: @theme_selected_fg_color;
background-color: @theme_selected_bg_color;
}

.book_detail_art {
border-radius: 12px;
}

.chapter_element {
border-radius: 0.5rem;
border-radius: 0.5rem;
}

.book_play_button {
background: rgba(50, 50, 50, 1.0);
border: none;
color: white;
box-shadow: none;
transition: none;
-gtk-icon-shadow: none;
background: rgba(50, 50, 50, 1.0);
border: none;
color: white;
box-shadow: none;
transition: none;
-gtk-icon-shadow: none;
}

.book_play_button:hover, .book_play_button:active, .play_button:hover, .play_button:active {
border: none;
box-shadow: none;
-gtk-icon-shadow: none;
border: none;
box-shadow: none;
-gtk-icon-shadow: none;
}

.filter-list-box-row {
border-radius: 0.5rem;
border-radius: 0.5rem;
}

.play_button {
background-color: @theme_fg_color;
color: @theme_bg_color;
background-color: @theme_fg_color;
color: @theme_bg_color;
}

.player_bar {
background: shade(@theme_bg_color, 0.95) 0%;
background: shade(@theme_bg_color, 0.95) 0%;
}

.bold {
Expand All @@ -95,16 +68,8 @@
font-weight: 600;
}

.bordered {
border: 1px solid shade(@theme_bg_color, 0.8);
}

.monospace {
font-family: monospace;
}

.transparent_bg {
background: transparent;
background: transparent;
}

.failed-import-card {
Expand Down

0 comments on commit 4d00351

Please sign in to comment.