forked from geigi/cozy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplication.css
105 lines (85 loc) · 1.74 KB
/
application.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
.white {
color: white;
}
.box_hover {
color: @theme_selected_fg_color;
background: @theme_selected_bg_color;
}
.selected {
color: @theme_selected_fg_color;
}
.no_frame {
border-style: none;
}
.sort_switcher_element {
font-size: 110%;
}
.sort_switcher_element > .radio {
min-width: 100px;
}
.no_padding {
padding: 0px;
}
.unavailable_box {
background-color: #C01C28;
border-radius: 25px;
padding: 3px;
padding-right: 10px;
}
.unavailable_image {
color: white;
}
.unavailable_label {
color: white;
}
.book_container {
border-radius: 0.5rem;
padding: 1rem;
background-color: @theme_base_color;
box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.02);
}
.selected {
color: @theme_selected_fg_color;
background-color: @theme_selected_bg_color;
}
.book_detail_art {
box-shadow: 0 0.5em 0.6em rgba(0, 0, 0, 0.25);
border-radius: 0.5rem;
}
.chapter_element {
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;
}
.book_play_button:hover, .book_play_button:active, .play_button:hover, .play_button:active {
border: none;
box-shadow: none;
-gtk-icon-shadow: none;
}
.filter-list-box-row {
border-radius: 0.5rem;
}
.play_button {
background: @theme_fg_color;
color: @theme_bg_color;
transition: none;
}
/*.play_button {*/
/* background: @theme_selected_bg_color;*/
/* color: @theme_selected_fg_color;*/
/* transition: none;*/
/*}*/
.play_button:disabled {
background-color: transparent;
color: @insensitive_fg_color;
box-shadow: none;
}
.player_bar {
background: shade(@theme_bg_color, 0.95) 0%;
}