gtk-dark.css
ASCII text, with very long lines (560)
1
@keyframes ripple_effect {
2
to {
3
background-size: 1000% 1000%; } }
4
@keyframes header_ripple_effect {
5
from {
6
background-image: radial-gradient(circle farthest-corner at center, #42A5F5 0%, transparent 0%); }
7
to {
8
background-image: radial-gradient(circle farthest-corner at center, #42A5F5 100%, transparent 0%); } }
9
* {
10
padding: 0;
11
background-clip: padding-box;
12
-GtkToolButton-icon-spacing: 4;
13
-GtkTextView-error-underline-color: #DD2C00;
14
-GtkScrolledWindow-scrollbar-spacing: 0;
15
-GtkToolItemGroup-expander-size: 11;
16
-GtkWidget-text-handle-width: 24;
17
-GtkWidget-text-handle-height: 24;
18
-GtkDialog-button-spacing: 4;
19
-GtkDialog-action-area-border: 0;
20
outline-style: solid;
21
outline-width: 2px;
22
outline-color: alpha(currentColor, 0.3);
23
outline-offset: -4px;
24
-gtk-outline-radius: 2px;
25
-gtk-secondary-caret-color: #42A5F5; }
26
27
/***************
28
* Base States *
29
***************/
30
.background {
31
background-color: #455A64;
32
color: #FFFFFF; }
33
34
/*
35
These wildcard seems unavoidable, need to investigate.
36
Wildcards are bad and troublesome, use them with care,
37
or better, just don't.
38
Everytime a wildcard is used a kitten dies, painfully.
39
*/
40
*:disabled {
41
-gtk-icon-effect: dim; }
42
43
.gtkstyle-fallback {
44
background-color: #455A64;
45
color: #FFFFFF; }
46
.gtkstyle-fallback:hover {
47
background-color: #3b4c55;
48
color: #FFFFFF; }
49
.gtkstyle-fallback:active {
50
background-color: #303f46;
51
color: #FFFFFF; }
52
.gtkstyle-fallback:disabled {
53
background-color: #455A64;
54
color: rgba(255, 255, 255, 0.4); }
55
.gtkstyle-fallback:selected {
56
background-color: #42A5F5;
57
color: #FFFFFF; }
58
59
.view, iconview {
60
background-color: #546E7A;
61
color: #FFFFFF; }
62
.view:hover, iconview:hover, .view:active, iconview:active, .view:selected, iconview:selected {
63
border-radius: 2px; }
64
.view:disabled, iconview:disabled {
65
color: rgba(255, 255, 255, 0.4); }
66
67
.view text, iconview text,
68
textview text {
69
background-color: #546E7A;
70
color: #FFFFFF; }
71
.view text:disabled, iconview text:disabled,
72
textview text:disabled {
73
color: rgba(255, 255, 255, 0.4); }
74
75
textview border {
76
background-color: #4d646f;
77
color: rgba(255, 255, 255, 0.6); }
78
79
.rubberband,
80
rubberband,
81
flowbox rubberband,
82
treeview.view rubberband,
83
.content-view rubberband,
84
.content-view .rubberband {
85
border: 1px solid #40C4FF;
86
background-color: rgba(64, 196, 255, 0.3); }
87
88
flowbox flowboxchild {
89
outline-offset: -2px;
90
padding: 4px;
91
border-radius: 2px; }
92
93
label {
94
caret-color: currentColor; }
95
label.separator {
96
color: #FFFFFF; }
97
label selection {
98
background-color: #42A5F5;
99
color: #FFFFFF; }
100
label:disabled {
101
color: rgba(255, 255, 255, 0.4); }
102
tab label:disabled, button label:disabled, menuitem label:disabled {
103
color: inherit; }
104
105
.dim-label, label.separator, .titlebar:not(headerbar) .subtitle,
106
headerbar .subtitle, .budgie-notification .notification-body {
107
opacity: 0.6; }
108
109
assistant .sidebar {
110
padding: 4px 0; }
111
assistant .sidebar label {
112
min-height: 36px;
113
padding: 0 12px;
114
color: rgba(255, 255, 255, 0.6);
115
font-weight: 500; }
116
assistant .sidebar label.highlight {
117
color: #FFFFFF; }
118
119
popover.background.touch-selection, popover.background.magnifier, popover.background.osd, .app-notification, .osd .scale-popup, .nautilus-window .floating-bar, .osd {
120
opacity: 0.9; }
121
122
/*********************
123
* Spinner Animation *
124
*********************/
125
@keyframes spin {
126
to {
127
-gtk-icon-transform: rotate(1turn); } }
128
@keyframes spin_colors {
129
1% {
130
color: #66BB6A; }
131
25% {
132
color: #66BB6A; }
133
26% {
134
color: #42A5F5; }
135
50% {
136
color: #42A5F5; }
137
51% {
138
color: #FFA726; }
139
75% {
140
color: #FFA726; }
141
76% {
142
color: #EF5350; }
143
100% {
144
color: #EF5350; } }
145
spinner {
146
background: none;
147
opacity: 0;
148
-gtk-icon-source: -gtk-icontheme("process-working-symbolic"); }
149
spinner:checked {
150
opacity: 1;
151
animation: spin 1s linear infinite, spin_colors 4s linear infinite; }
152
spinner:checked:disabled {
153
opacity: 0.4; }
154
155
/****************
156
* Text Entries *
157
****************/
158
spinbutton:not(.vertical),
159
entry {
160
min-height: 36px;
161
padding: 0 8px;
162
border-radius: 2px;
163
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1);
164
border-image: none;
165
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
166
background-color: #546E7A;
167
color: #FFFFFF; }
168
spinbutton:focus:not(.vertical),
169
entry:focus {
170
border-image: none;
171
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); }
172
spinbutton:disabled:not(.vertical),
173
entry:disabled {
174
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
175
background-color: #4d646f;
176
color: rgba(255, 255, 255, 0.4); }
177
spinbutton.flat:not(.vertical), notebook > stack:not(:only-child) entry:not(.search),
178
notebook > stack:not(:only-child) spinbutton:not(.vertical), colorchooser .popover.osd spinbutton:not(.vertical), entry.preferences-search, layoutpane entry.search, editortweak entry.search, #login_window entry,
179
entry.flat {
180
border-radius: 0;
181
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
182
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #42A5F5 0%, transparent 0%) 0 0 0/0 0 0px;
183
box-shadow: inset 0 -1px alpha(currentColor, 0.3);
184
background-color: transparent;
185
color: #FFFFFF; }
186
spinbutton.flat:focus:not(.vertical), notebook > stack:not(:only-child) entry:focus:not(.search),
187
notebook > stack:not(:only-child) spinbutton:focus:not(.vertical), colorchooser .popover.osd spinbutton:focus:not(.vertical), entry.preferences-search:focus, layoutpane entry.search:focus, editortweak entry.search:focus, #login_window entry:focus,
188
entry.flat:focus {
189
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #42A5F5 100%, transparent 0%) 0 0 2/0 0 2px;
190
box-shadow: inset 0 -1px alpha(currentColor, 0.3); }
191
spinbutton.flat:disabled:not(.vertical), notebook > stack:not(:only-child) entry:disabled:not(.search),
192
notebook > stack:not(:only-child) spinbutton:disabled:not(.vertical), colorchooser .popover.osd spinbutton:disabled:not(.vertical), entry.preferences-search:disabled, layoutpane entry.search:disabled, editortweak entry.search:disabled, #login_window entry:disabled,
193
entry.flat:disabled {
194
box-shadow: inset 0 -1px alpha(currentColor, 0.3);
195
background-color: transparent;
196
color: rgba(255, 255, 255, 0.4); }
197
spinbutton:not(.vertical) image,
198
entry image {
199
color: alpha(currentColor, 0.75); }
200
spinbutton:not(.vertical) image:hover, spinbutton:not(.vertical) image:active,
201
entry image:hover,
202
entry image:active {
203
color: currentColor; }
204
spinbutton:not(.vertical) image:disabled,
205
entry image:disabled {
206
color: alpha(currentColor, 0.6); }
207
spinbutton:not(.vertical) image.left,
208
entry image.left {
209
margin-left: 2px;
210
margin-right: 6px; }
211
spinbutton:not(.vertical) image.right,
212
entry image.right {
213
margin-left: 6px;
214
margin-right: 2px; }
215
spinbutton:not(.vertical) undershoot.left,
216
entry undershoot.left {
217
background-color: transparent;
218
background-image: linear-gradient(to top, rgba(84, 110, 122, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%);
219
padding-left: 1px;
220
background-size: 1px 12px;
221
background-repeat: repeat-y;
222
background-origin: content-box;
223
background-position: left top; }
224
spinbutton:not(.vertical) undershoot.right,
225
entry undershoot.right {
226
background-color: transparent;
227
background-image: linear-gradient(to top, rgba(84, 110, 122, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%);
228
padding-right: 1px;
229
background-size: 1px 12px;
230
background-repeat: repeat-y;
231
background-origin: content-box;
232
background-position: right top; }
233
spinbutton.error:not(.vertical),
234
entry.error {
235
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1);
236
border-image: none;
237
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
238
background-color: #DD2C00;
239
color: #FFFFFF; }
240
spinbutton.error:focus:not(.vertical),
241
entry.error:focus {
242
border-image: none;
243
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); }
244
spinbutton.error:disabled:not(.vertical),
245
entry.error:disabled {
246
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
247
background-color: #4d646f;
248
color: rgba(255, 255, 255, 0.4); }
249
spinbutton.error.flat:not(.vertical), notebook > stack:not(:only-child) entry.error:not(.search),
250
notebook > stack:not(:only-child) spinbutton.error:not(.vertical), colorchooser .popover.osd spinbutton.error:not(.vertical), entry.error.preferences-search, layoutpane entry.error.search, editortweak entry.error.search, #login_window entry.error,
251
entry.error.flat {
252
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
253
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #DD2C00 0%, transparent 0%) 0 0 0/0 0 0px;
254
box-shadow: inset 0 -1px #DD2C00;
255
background-color: transparent;
256
color: #FFFFFF; }
257
spinbutton.error.flat:focus:not(.vertical), notebook > stack:not(:only-child) entry.error:focus:not(.search),
258
notebook > stack:not(:only-child) spinbutton.error:focus:not(.vertical), colorchooser .popover.osd spinbutton.error:focus:not(.vertical), entry.error.preferences-search:focus, layoutpane entry.error.search:focus, editortweak entry.error.search:focus, #login_window entry.error:focus,
259
entry.error.flat:focus {
260
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #DD2C00 100%, transparent 0%) 0 0 2/0 0 2px;
261
box-shadow: inset 0 -1px #DD2C00; }
262
spinbutton.error.flat:disabled:not(.vertical), notebook > stack:not(:only-child) entry.error:disabled:not(.search),
263
notebook > stack:not(:only-child) spinbutton.error:disabled:not(.vertical), colorchooser .popover.osd spinbutton.error:disabled:not(.vertical), entry.error.preferences-search:disabled, layoutpane entry.error.search:disabled, editortweak entry.error.search:disabled, #login_window entry.error:disabled,
264
entry.error.flat:disabled {
265
box-shadow: inset 0 -1px alpha(currentColor, 0.3);
266
background-color: transparent;
267
color: rgba(255, 255, 255, 0.4); }
268
spinbutton.warning:not(.vertical),
269
entry.warning {
270
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1);
271
border-image: none;
272
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
273
background-color: #FF6D00;
274
color: #FFFFFF; }
275
spinbutton.warning:focus:not(.vertical),
276
entry.warning:focus {
277
border-image: none;
278
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); }
279
spinbutton.warning:disabled:not(.vertical),
280
entry.warning:disabled {
281
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
282
background-color: #4d646f;
283
color: rgba(255, 255, 255, 0.4); }
284
spinbutton.warning.flat:not(.vertical), notebook > stack:not(:only-child) entry.warning:not(.search),
285
notebook > stack:not(:only-child) spinbutton.warning:not(.vertical), colorchooser .popover.osd spinbutton.warning:not(.vertical), entry.warning.preferences-search, layoutpane entry.warning.search, editortweak entry.warning.search, #login_window entry.warning,
286
entry.warning.flat {
287
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
288
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #FF6D00 0%, transparent 0%) 0 0 0/0 0 0px;
289
box-shadow: inset 0 -1px #FF6D00;
290
background-color: transparent;
291
color: #FFFFFF; }
292
spinbutton.warning.flat:focus:not(.vertical), notebook > stack:not(:only-child) entry.warning:focus:not(.search),
293
notebook > stack:not(:only-child) spinbutton.warning:focus:not(.vertical), colorchooser .popover.osd spinbutton.warning:focus:not(.vertical), entry.warning.preferences-search:focus, layoutpane entry.warning.search:focus, editortweak entry.warning.search:focus, #login_window entry.warning:focus,
294
entry.warning.flat:focus {
295
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #FF6D00 100%, transparent 0%) 0 0 2/0 0 2px;
296
box-shadow: inset 0 -1px #FF6D00; }
297
spinbutton.warning.flat:disabled:not(.vertical), notebook > stack:not(:only-child) entry.warning:disabled:not(.search),
298
notebook > stack:not(:only-child) spinbutton.warning:disabled:not(.vertical), colorchooser .popover.osd spinbutton.warning:disabled:not(.vertical), entry.warning.preferences-search:disabled, layoutpane entry.warning.search:disabled, editortweak entry.warning.search:disabled, #login_window entry.warning:disabled,
299
entry.warning.flat:disabled {
300
box-shadow: inset 0 -1px alpha(currentColor, 0.3);
301
background-color: transparent;
302
color: rgba(255, 255, 255, 0.4); }
303
spinbutton:not(.vertical) progress,
304
entry progress {
305
margin: 2px -6px;
306
border-style: none none solid;
307
border-width: 2px;
308
border-color: #42A5F5;
309
background-color: transparent; }
310
.linked:not(.vertical) > spinbutton.flat:not(.vertical), notebook > stack:not(:only-child) .linked:not(.vertical) > entry:not(.search),
311
notebook > stack:not(:only-child) .linked:not(.vertical) > spinbutton:not(.vertical), colorchooser .popover.osd .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry.preferences-search, layoutpane .linked:not(.vertical) > entry.search, editortweak .linked:not(.vertical) > entry.search, #login_window .linked:not(.vertical) > entry, .linked.vertical > spinbutton.flat:not(.vertical), notebook > stack:not(:only-child) .linked.vertical > entry:not(.search),
312
notebook > stack:not(:only-child) .linked.vertical > spinbutton:not(.vertical), colorchooser .popover.osd .linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry.preferences-search, layoutpane .linked.vertical > entry.search, editortweak .linked.vertical > entry.search, #login_window .linked.vertical > entry, .linked:not(.vertical) >
313
entry.flat, .linked.vertical >
314
entry.flat {
315
border-radius: 0; }
316
317
treeview entry.flat, treeview entry {
318
min-height: 0;
319
padding: 2px;
320
border-radius: 0;
321
background-color: #546E7A; }
322
treeview entry.flat, treeview entry.flat:focus, treeview entry, treeview entry:focus {
323
border-image: none;
324
box-shadow: none; }
325
326
/***********
327
* Buttons *
328
***********/
329
@keyframes needs_attention {
330
from {
331
background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#FF4081), to(transparent)); }
332
to {
333
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#FF4081), to(transparent)); } }
334
button {
335
min-height: 24px;
336
min-width: 16px;
337
padding: 6px 10px;
338
border-radius: 2px;
339
font-weight: 500;
340
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1), background-size 0.5s cubic-bezier(0, 0, 0.2, 1), background-image 1s cubic-bezier(0, 0, 0.2, 1);
341
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 0 0 9999px transparent;
342
background-color: #607D8B;
343
background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%);
344
background-repeat: no-repeat;
345
background-position: center;
346
background-size: 1000% 1000%;
347
color: rgba(255, 255, 255, 0.75); }
348
button:hover {
349
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 0 0 9999px transparent;
350
color: #FFFFFF; }
351
button:active {
352
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
353
animation: ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
354
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 0 0 9999px alpha(currentColor, 0.15);
355
background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.15) 10%, transparent 0%);
356
background-size: 0% 0%;
357
color: #FFFFFF; }
358
button:disabled {
359
box-shadow: none;
360
background-color: alpha(currentColor, 0.3);
361
color: rgba(255, 255, 255, 0.3); }
362
button:checked {
363
background-color: #42A5F5;
364
color: #FFFFFF; }
365
button:checked:disabled {
366
background-color: alpha(currentColor, 0.3);
367
color: rgba(66, 165, 245, 0.4); }
368
modelbutton.flat,
369
.menuitem.button.flat, spinbutton:not(.vertical) button, spinbutton.vertical button, popover.background.menu button,
370
popover.background button.model, notebook > header > tabs > arrow, scrollbar button, check,
371
radio, calendar.button, messagedialog.csd .dialog-action-area button, button.sidebar-button, .gedit-search-slider button, popover.messagepopover .popover-action-area button, PanelToplevel > widget > button, .raven .raven-header:not(.top) button, .drop-shadow button, .budgie-session-dialog .linked.horizontal > button, .lightdm-gtk-greeter button, :not(headerbar) .caja-pathbar button, .caja-pathbar :not(headerbar) button, :not(headerbar)
372
.path-bar button, layouttabbar button, .mate-panel-menu-bar #PanelApplet button:not(.flat), .budgie-panel #tasklist-button, .raven stackswitcher.linked > button, toolbar button, .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action),
373
headerbar button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button,
374
button.flat {
375
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), background-size 0.5s cubic-bezier(0, 0, 0.2, 1), background-image 1s cubic-bezier(0, 0, 0.2, 1);
376
box-shadow: inset 0 0 0 9999px transparent;
377
background-color: transparent;
378
background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%);
379
background-repeat: no-repeat;
380
background-position: center;
381
background-size: 1000% 1000%;
382
color: alpha(currentColor, 0.75); }
383
modelbutton.flat:hover,
384
.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover,
385
popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover,
386
radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider button:hover, popover.messagepopover .popover-action-area button:hover, PanelToplevel > widget > button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar)
387
.path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar #PanelApplet button:hover:not(.flat), .budgie-panel #tasklist-button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action),
388
headerbar button:hover:not(.suggested-action):not(.destructive-action), actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover,
389
button.flat:hover {
390
box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.15);
391
color: currentColor; }
392
modelbutton.flat:active,
393
.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active,
394
popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active,
395
radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider button:active, popover.messagepopover .popover-action-area button:active, PanelToplevel > widget > button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar)
396
.path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar #PanelApplet button:active:not(.flat), .budgie-panel #tasklist-button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action),
397
headerbar button:active:not(.suggested-action):not(.destructive-action), actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active,
398
button.flat:active {
399
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
400
animation: ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
401
box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.15);
402
background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.15) 10%, transparent 0%);
403
background-size: 0% 0%;
404
color: currentColor; }
405
modelbutton.flat:disabled,
406
.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled,
407
popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled,
408
radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider button:disabled, popover.messagepopover .popover-action-area button:disabled, PanelToplevel > widget > button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar)
409
.path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar #PanelApplet button:disabled:not(.flat), .budgie-panel #tasklist-button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action),
410
headerbar button:disabled:not(.suggested-action):not(.destructive-action), actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled,
411
button.flat:disabled {
412
box-shadow: none;
413
background-color: transparent;
414
color: alpha(currentColor, 0.3); }
415
:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar)
416
.path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar #PanelApplet button:checked:not(.flat), .budgie-panel #tasklist-button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action),
417
headerbar button:checked:not(.suggested-action):not(.destructive-action), actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked,
418
button.flat:checked {
419
background-color: alpha(currentColor, 0.3);
420
color: currentColor; }
421
:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar)
422
.path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar #PanelApplet button:checked:disabled:not(.flat), .budgie-panel #tasklist-button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action),
423
headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled,
424
button.flat:checked:disabled {
425
background-color: alpha(currentColor, 0.3);
426
color: alpha(currentColor, 0.4); }
427
button.text-button {
428
padding-left: 16px;
429
padding-right: 16px; }
430
button.image-button {
431
min-width: 24px;
432
padding: 6px;
433
border-radius: 9999px;
434
-gtk-outline-radius: 9999px; }
435
button.text-button.image-button {
436
border-radius: 2px;
437
-gtk-outline-radius: 2px; }
438
button.text-button.image-button label:first-child {
439
margin-left: 10px;
440
margin-right: 2px; }
441
button.text-button.image-button label:last-child {
442
margin-left: 2px;
443
margin-right: 10px; }
444
button.text-button.image-button label:only-child {
445
margin-left: 10px;
446
margin-right: 10px; }
447
button.text-button.image-button image:not(:only-child):first-child {
448
margin-left: 4px; }
449
button.text-button.image-button image:not(:only-child):last-child {
450
margin-right: 4px; }
451
toolbar .linked > button, .titlebar:not(headerbar) .linked > button:not(.suggested-action):not(.destructive-action),
452
headerbar .linked > button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box .linked > button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification .linked > button, toolbar .linked.vertical > button, .titlebar:not(headerbar) .linked.vertical > button:not(.suggested-action):not(.destructive-action),
453
headerbar .linked.vertical > button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box .linked.vertical > button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification .linked.vertical > button, .linked >
454
button.flat, .linked.vertical >
455
button.flat {
456
border-radius: 2px; }
457
toolbar .linked > button.image-button, .titlebar:not(headerbar) .linked > button.image-button:not(.suggested-action):not(.destructive-action),
458
headerbar .linked > button.image-button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box .linked > button.image-button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification .linked > button.image-button, toolbar .linked.vertical > button.image-button, .titlebar:not(headerbar) .linked.vertical > button.image-button:not(.suggested-action):not(.destructive-action),
459
headerbar .linked.vertical > button.image-button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box .linked.vertical > button.image-button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification .linked.vertical > button.image-button, .linked >
460
button.flat.image-button, .linked.vertical >
461
button.flat.image-button {
462
border-radius: 9999px;
463
-gtk-outline-radius: 9999px; }
464
toolbar .linked > button.text-button.image-button, .titlebar:not(headerbar) .linked > button.text-button.image-button:not(.suggested-action):not(.destructive-action),
465
headerbar .linked > button.text-button.image-button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box .linked > button.text-button.image-button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification .linked > button.text-button.image-button, toolbar .linked.vertical > button.text-button.image-button, .titlebar:not(headerbar) .linked.vertical > button.text-button.image-button:not(.suggested-action):not(.destructive-action),
466
headerbar .linked.vertical > button.text-button.image-button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box .linked.vertical > button.text-button.image-button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification .linked.vertical > button.text-button.image-button, .linked >
467
button.flat.text-button.image-button, .linked.vertical >
468
button.flat.text-button.image-button {
469
border-radius: 2px;
470
-gtk-outline-radius: 2px; }
471
infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, row:selected
472
button:disabled {
473
color: rgba(255, 255, 255, 0.3); }
474
button.osd {
475
padding: 12px 16px; }
476
button.osd.image-button {
477
padding: 12px; }
478
button.osd:disabled {
479
opacity: 0; }
480
button.suggested-action {
481
background-color: #FF4081;
482
color: #FFFFFF; }
483
button.suggested-action:disabled {
484
box-shadow: none;
485
background-color: alpha(currentColor, 0.3);
486
color: rgba(255, 255, 255, 0.4); }
487
button.suggested-action:checked {
488
background-color: #ff79a7; }
489
button.suggested-action.flat {
490
background-color: transparent;
491
color: #FF4081; }
492
button.suggested-action.flat:disabled {
493
box-shadow: none;
494
background-color: transparent;
495
color: alpha(currentColor, 0.4); }
496
button.suggested-action.flat:checked {
497
background-color: alpha(currentColor, 0.3); }
498
button.destructive-action {
499
background-color: #FF5252;
500
color: #FFFFFF; }
501
button.destructive-action:disabled {
502
box-shadow: none;
503
background-color: alpha(currentColor, 0.3);
504
color: rgba(255, 255, 255, 0.4); }
505
button.destructive-action:checked {
506
background-color: #ff8686; }
507
button.destructive-action.flat {
508
background-color: transparent;
509
color: #FF5252; }
510
button.destructive-action.flat:disabled {
511
box-shadow: none;
512
background-color: transparent;
513
color: alpha(currentColor, 0.4); }
514
button.destructive-action.flat:checked {
515
background-color: alpha(currentColor, 0.3); }
516
.stack-switcher >
517
button {
518
outline-offset: -4px; }
519
.stack-switcher >
520
button > label {
521
padding-left: 6px;
522
padding-right: 6px; }
523
.stack-switcher >
524
button > image {
525
padding-left: 6px;
526
padding-right: 6px;
527
padding-top: 3px;
528
padding-bottom: 3px; }
529
.stack-switcher >
530
button.text-button {
531
padding-left: 10px;
532
padding-right: 10px; }
533
.stack-switcher >
534
button.image-button {
535
padding-left: 4px;
536
padding-right: 4px; }
537
.stack-switcher >
538
button.needs-attention:checked > label,
539
.stack-switcher >
540
button.needs-attention:checked > image {
541
animation: none;
542
background-image: none; }
543
button separator {
544
min-width: 0;
545
min-height: 0;
546
background: transparent; }
547
.primary-toolbar
548
button {
549
-gtk-icon-shadow: none; }
550
551
.stack-switcher >
552
button.needs-attention > label,
553
.stack-switcher >
554
button.needs-attention > image, stacksidebar row.needs-attention > label {
555
animation: needs_attention 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
556
background-repeat: no-repeat;
557
background-position: right 3px;
558
background-size: 6px 6px; }
559
.stack-switcher >
560
button.needs-attention > label:dir(rtl),
561
.stack-switcher >
562
button.needs-attention > image:dir(rtl), stacksidebar row.needs-attention > label:dir(rtl) {
563
background-position: left 3px; }
564
565
.linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) >
566
entry, .linked >
567
button, .linked > combobox > box > button.combo:dir(ltr), .linked > combobox > box > button.combo:dir(rtl) {
568
border-radius: 0;
569
-gtk-outline-radius: 2px; }
570
571
.linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) >
572
entry:first-child, .linked >
573
button:first-child, combobox.linked button:nth-child(2):dir(rtl), .linked:not(.vertical) > combobox:first-child > box > button.combo {
574
border-top-left-radius: 2px;
575
border-bottom-left-radius: 2px; }
576
.linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) >
577
entry:last-child, .linked >
578
button:last-child, combobox.linked button:nth-child(2):dir(ltr), .linked:not(.vertical) > combobox:last-child > box > button.combo {
579
border-top-right-radius: 2px;
580
border-bottom-right-radius: 2px; }
581
.linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) >
582
entry:only-child, .linked >
583
button:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo {
584
border-radius: 2px; }
585
586
.linked.vertical > spinbutton:not(.vertical), .linked.vertical >
587
entry, .linked.vertical >
588
button, .linked.vertical > combobox > box > button.combo {
589
border-radius: 0;
590
-gtk-outline-radius: 2px; }
591
592
.linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical >
593
entry:first-child, .linked.vertical >
594
button:first-child, .linked.vertical > combobox:first-child > box > button.combo {
595
border-top-left-radius: 2px;
596
border-top-right-radius: 2px; }
597
.linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical >
598
entry:last-child, .linked.vertical >
599
button:last-child, .linked.vertical > combobox:last-child > box > button.combo {
600
border-bottom-left-radius: 2px;
601
border-bottom-right-radius: 2px; }
602
.linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical >
603
entry:only-child, .linked.vertical >
604
button:only-child, .linked.vertical > combobox:only-child > box > button.combo {
605
border-radius: 2px; }
606
607
/* menu buttons */
608
modelbutton.flat,
609
.menuitem.button.flat {
610
min-height: 28px;
611
padding: 0 8px;
612
border-radius: 2px;
613
color: inherit; }
614
modelbutton.flat check,
615
modelbutton.flat radio,
616
.menuitem.button.flat check,
617
.menuitem.button.flat radio {
618
box-shadow: none;
619
background-image: none; }
620
modelbutton.flat check:not(:checked):not(:indeterminate),
621
modelbutton.flat radio:not(:checked):not(:indeterminate),
622
.menuitem.button.flat check:not(:checked):not(:indeterminate),
623
.menuitem.button.flat radio:not(:checked):not(:indeterminate) {
624
color: alpha(currentColor, 0.6); }
625
modelbutton.flat check:last-child,
626
modelbutton.flat radio:last-child,
627
.menuitem.button.flat check:last-child,
628
.menuitem.button.flat radio:last-child {
629
margin-left: -8px;
630
margin-right: -16px; }
631
modelbutton.flat check:first-child,
632
modelbutton.flat radio:first-child,
633
.menuitem.button.flat check:first-child,
634
.menuitem.button.flat radio:first-child {
635
margin-left: -16px;
636
margin-right: -8px; }
637
638
modelbutton.flat arrow {
639
background: none; }
640
modelbutton.flat arrow:hover {
641
background: none; }
642
modelbutton.flat arrow.left {
643
-gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
644
modelbutton.flat arrow.right {
645
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
646
647
button.color {
648
min-height: 24px;
649
min-width: 24px;
650
padding: 6px; }
651
652
/*********
653
* Links *
654
*********/
655
*:link, button:link,
656
button:visited, *:link:hover, button:hover:link,
657
button:hover:visited, *:link:active, button:active:link,
658
button:active:visited {
659
color: #42A5F5; }
660
*:link:visited,
661
button:visited, *:link:visited:hover,
662
button:visited:hover, *:link:visited:active,
663
button:visited:active {
664
color: #E040FB; }
665
infobar.info *:link, infobar.info button:link,
666
infobar.info button:visited, infobar.question *:link, infobar.question button:link,
667
infobar.question button:visited, infobar.warning *:link, infobar.warning button:link,
668
infobar.warning button:visited, infobar.error *:link, infobar.error button:link,
669
infobar.error button:visited, *:link:selected, button:selected:link,
670
button:selected:visited, .selection-mode.titlebar:not(headerbar) .subtitle:link,
671
headerbar.selection-mode .subtitle:link, *:selected *:link, *:selected button:link,
672
*:selected button:visited {
673
color: #FFFFFF; }
674
675
button:link > label,
676
button:visited > label {
677
text-decoration-line: underline; }
678
679
/*****************
680
* GtkSpinButton *
681
*****************/
682
spinbutton:not(.vertical) {
683
padding: 0; }
684
notebook > stack:not(:only-child) spinbutton:not(.vertical) entry, notebook > stack:not(:only-child) spinbutton:not(.vertical) entry:focus, notebook > stack:not(:only-child) spinbutton:not(.vertical) entry:disabled,
685
spinbutton:not(.vertical) entry {
686
min-width: 32px;
687
margin: 0;
688
border-image: none;
689
border-radius: 0;
690
box-shadow: none;
691
background-color: transparent; }
692
spinbutton:not(.vertical) button {
693
border: solid 6px transparent; }
694
spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) {
695
margin-left: -3px; }
696
spinbutton:not(.vertical) button.up:dir(rtl), spinbutton:not(.vertical) button.down:dir(ltr) {
697
margin-right: -3px; }
698
spinbutton.vertical:disabled {
699
color: rgba(255, 255, 255, 0.4); }
700
spinbutton.vertical:drop(active) {
701
box-shadow: none; }
702
spinbutton.vertical entry {
703
min-height: 36px;
704
min-width: 48px;
705
padding: 0; }
706
spinbutton.vertical button {
707
min-height: 36px;
708
min-width: 48px;
709
padding: 0; }
710
spinbutton.vertical button.up {
711
border-radius: 2px 2px 0 0; }
712
spinbutton.vertical button.down {
713
border-radius: 0 0 2px 2px; }
714
treeview spinbutton:not(.vertical) {
715
min-height: 0;
716
border-style: none;
717
border-radius: 0; }
718
treeview spinbutton:not(.vertical) entry {
719
min-height: 0;
720
padding: 1px 2px; }
721
722
/**************
723
* ComboBoxes *
724
**************/
725
combobox arrow {
726
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
727
min-height: 16px;
728
min-width: 16px; }
729
combobox button.combo:checked {
730
transition: none; }
731
combobox button.combo cellview:dir(ltr) {
732
margin-left: -2px; }
733
combobox button.combo cellview:dir(rtl) {
734
margin-right: -2px; }
735
combobox #gtk-combobox-popup-menu {
736
padding: 2px 0; }
737
combobox #gtk-combobox-popup-menu menuitem {
738
min-height: 32px;
739
padding: 0 8px; }
740
combobox:drop(active) {
741
box-shadow: none; }
742
743
notebook > stack:not(:only-child) button.combo, #login_window #user_combobox button {
744
border-radius: 0;
745
background-image: none;
746
font-weight: inherit;
747
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
748
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #42A5F5 0%, transparent 0%) 0 0 0/0 0 0px;
749
box-shadow: inset 0 -1px alpha(currentColor, 0.3);
750
background-color: transparent;
751
color: #FFFFFF; }
752
notebook > stack:not(:only-child) button.combo:hover, #login_window #user_combobox button:hover {
753
box-shadow: inset 0 -2px alpha(currentColor, 0.3); }
754
notebook > stack:not(:only-child) button.combo:checked, #login_window #user_combobox button:checked {
755
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #42A5F5 100%, transparent 0%) 0 0 2/0 0 2px; }
756
notebook > stack:not(:only-child) button.combo:disabled, #login_window #user_combobox button:disabled {
757
color: rgba(255, 255, 255, 0.4); }
758
759
/************
760
* Toolbars *
761
************/
762
toolbar {
763
-GtkWidget-window-dragging: true;
764
padding: 3px;
765
background-color: #455A64; }
766
.osd toolbar {
767
background-color: transparent; }
768
toolbar.osd, .app-notification, frame.documents-dropdown {
769
transition: box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1);
770
padding: 6px;
771
border-radius: 2px;
772
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 1px rgba(255, 255, 255, 0.1);
773
background-color: #546E7A; }
774
toolbar.osd:backdrop, .app-notification:backdrop, frame.documents-dropdown:backdrop {
775
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.1); }
776
toolbar.osd.left, .left.app-notification, frame.left.documents-dropdown, toolbar.osd.right, .right.app-notification, frame.right.documents-dropdown, toolbar.osd.top, .top.app-notification, frame.top.documents-dropdown, toolbar.osd.bottom, .bottom.app-notification, frame.bottom.documents-dropdown {
777
border-radius: 0; }
778
toolbar.horizontal separator {
779
margin: 3px; }
780
toolbar.vertical separator {
781
margin: 3px; }
782
toolbar:not(.inline-toolbar):not(.osd) scale,
783
toolbar:not(.inline-toolbar):not(.osd) entry,
784
toolbar:not(.inline-toolbar):not(.osd) spinbutton,
785
toolbar:not(.inline-toolbar):not(.osd) button {
786
margin: 3px; }
787
toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child),
788
toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child),
789
toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) {
790
margin-left: 0; }
791
toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child),
792
toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child),
793
toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) {
794
margin-right: 0; }
795
toolbar:not(.inline-toolbar):not(.osd) switch {
796
margin: 9px 3px; }
797
798
.inline-toolbar {
799
padding: 6px;
800
border-style: solid;
801
border-width: 0 1px 1px;
802
border-color: rgba(0, 0, 0, 0.2);
803
background-color: #4d646f; }
804
805
searchbar,
806
.location-bar {
807
padding: 6px;
808
border-style: solid;
809
border-width: 0 0 1px;
810
border-color: rgba(0, 0, 0, 0.2);
811
background-color: #455A64;
812
background-clip: border-box; }
813
814
/***************
815
* Header bars *
816
***************/
817
.titlebar:not(headerbar),
818
headerbar {
819
transition: background-color 0.2s cubic-bezier(0, 0, 0.2, 1);
820
min-height: 48px;
821
padding: 0 6px;
822
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.2);
823
background-color: #37474F;
824
color: #FFFFFF; }
825
.titlebar:disabled:not(headerbar) :not(button) > label,
826
headerbar:disabled :not(button) > label {
827
color: rgba(255, 255, 255, 0.4); }
828
.titlebar:backdrop:not(headerbar),
829
headerbar:backdrop {
830
color: rgba(255, 255, 255, 0.75); }
831
.titlebar:backdrop:disabled:not(headerbar) :not(button) > label,
832
headerbar:backdrop:disabled :not(button) > label {
833
color: rgba(255, 255, 255, 0.3); }
834
.titlebar:not(headerbar) .title,
835
headerbar .title {
836
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
837
padding: 0 12px;
838
font-weight: bold; }
839
.titlebar:not(headerbar) .subtitle,
840
headerbar .subtitle {
841
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
842
padding: 0 12px;
843
font-size: smaller; }
844
.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action),
845
headerbar button:not(.suggested-action):not(.destructive-action) {
846
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; }
847
.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked,
848
headerbar button:not(.suggested-action):not(.destructive-action):checked {
849
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; }
850
.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked, .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked:disabled,
851
headerbar button:not(.suggested-action):not(.destructive-action):checked,
852
headerbar button:not(.suggested-action):not(.destructive-action):checked:disabled {
853
background-color: transparent; }
854
.titlebar:not(headerbar) button.suggested-action:disabled, .titlebar:not(headerbar) button.destructive-action:disabled,
855
headerbar button.suggested-action:disabled,
856
headerbar button.destructive-action:disabled {
857
color: alpha(currentColor, 0.4); }
858
.selection-mode.titlebar:not(headerbar),
859
headerbar.selection-mode {
860
transition: background-color 0.00001s 0.3s;
861
animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
862
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.2);
863
background-color: #42A5F5;
864
color: #FFFFFF; }
865
.selection-mode.titlebar:backdrop:not(headerbar),
866
headerbar.selection-mode:backdrop {
867
color: rgba(255, 255, 255, 0.75); }
868
.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action),
869
headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) {
870
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px;
871
color: currentColor; }
872
.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):disabled,
873
headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):disabled {
874
color: alpha(currentColor, 0.4); }
875
.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked,
876
headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):checked {
877
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px;
878
color: currentColor; }
879
.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked:disabled,
880
headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:disabled {
881
color: alpha(currentColor, 0.4); }
882
.selection-mode.titlebar:not(headerbar) .selection-menu,
883
headerbar.selection-mode .selection-menu {
884
padding-left: 16px;
885
padding-right: 16px; }
886
.selection-mode.titlebar:not(headerbar) .selection-menu GtkArrow,
887
headerbar.selection-mode .selection-menu GtkArrow {
888
-GtkArrow-arrow-scaling: 1; }
889
.selection-mode.titlebar:not(headerbar) .selection-menu .arrow,
890
headerbar.selection-mode .selection-menu .arrow {
891
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
892
.fullscreen .titlebar:not(headerbar), .tiled .titlebar:not(headerbar), .maximized .titlebar:not(headerbar), .fullscreen
893
headerbar, .tiled
894
headerbar, .maximized
895
headerbar {
896
border-radius: 0;
897
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
898
.default-decoration.titlebar:not(headerbar),
899
headerbar.default-decoration {
900
min-height: 24px;
901
padding: 6px;
902
box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); }
903
.fullscreen .default-decoration.titlebar:not(headerbar), .tiled .default-decoration.titlebar:not(headerbar), .maximized .default-decoration.titlebar:not(headerbar), .fullscreen
904
headerbar.default-decoration, .tiled
905
headerbar.default-decoration, .maximized
906
headerbar.default-decoration {
907
box-shadow: none; }
908
.default-decoration.titlebar:not(headerbar) button.titlebutton,
909
headerbar.default-decoration button.titlebutton {
910
min-height: 24px;
911
min-width: 24px;
912
margin: 0;
913
padding: 0; }
914
.solid-csd .titlebar:dir(rtl):not(headerbar), .solid-csd .titlebar:dir(ltr):not(headerbar), .solid-csd
915
headerbar:dir(rtl), .solid-csd
916
headerbar:dir(ltr) {
917
margin-left: -2px;
918
margin-right: -2px;
919
margin-top: -2px;
920
box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); }
921
922
headerbar entry,
923
headerbar spinbutton,
924
headerbar button {
925
margin-top: 6px;
926
margin-bottom: 6px; }
927
headerbar switch {
928
margin-top: 12px;
929
margin-bottom: 12px; }
930
931
.background:not(.tiled):not(.maximized):not(.fullscreen) .titlebar {
932
border-top-left-radius: 2px;
933
border-top-right-radius: 2px; }
934
935
window:not(.tiled):not(.maximized):not(.fullscreen) separator:first-child + headerbar, window:not(.tiled):not(.maximized):not(.fullscreen) headerbar:first-child {
936
border-top-left-radius: 2px; }
937
window:not(.tiled):not(.maximized):not(.fullscreen) headerbar:last-child {
938
border-top-right-radius: 2px; }
939
940
window.csd > .titlebar:not(headerbar) {
941
padding: 0;
942
background-color: transparent;
943
background-image: none;
944
border-style: none;
945
box-shadow: none; }
946
.titlebar:not(headerbar) > separator {
947
background-color: #37474F;
948
background-image: image(rgba(0, 0, 0, 0.2)); }
949
950
/************
951
* Pathbars *
952
************/
953
.caja-pathbar button,
954
.path-bar button {
955
padding-left: 6px;
956
padding-right: 6px; }
957
.caja-pathbar button label:not(:only-child):first-child,
958
.path-bar button label:not(:only-child):first-child {
959
margin-left: 4px; }
960
.caja-pathbar button label:not(:only-child):last-child,
961
.path-bar button label:not(:only-child):last-child {
962
margin-right: 4px; }
963
.caja-pathbar button.slider-button,
964
.path-bar button.slider-button {
965
padding-left: 4px;
966
padding-right: 4px; }
967
:not(headerbar) .caja-pathbar button, .caja-pathbar :not(headerbar) button, :not(headerbar)
968
.path-bar button {
969
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #42A5F5 0%, transparent 0%) 0 0 0/0 0 0px;
970
border-radius: 2px; }
971
:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar)
972
.path-bar button:checked {
973
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #42A5F5 100%, transparent 0%) 0 0 2/0 0 2px; }
974
:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar)
975
.path-bar button:checked, :not(headerbar)
976
.path-bar button:checked:disabled {
977
background-color: transparent; }
978
979
/**************
980
* Tree Views *
981
**************/
982
treeview.view {
983
border-left-color: alpha(currentColor, 0.3);
984
border-top-color: rgba(0, 0, 0, 0.2); }
985
* {
986
-GtkTreeView-horizontal-separator: 4;
987
-GtkTreeView-grid-line-width: 1;
988
-GtkTreeView-grid-line-pattern: '';
989
-GtkTreeView-tree-line-width: 1;
990
-GtkTreeView-tree-line-pattern: '';
991
-GtkTreeView-expander-size: 16; }
992
treeview.view:hover, treeview.view:active, treeview.view:selected {
993
border-radius: 0; }
994
treeview.view.separator {
995
min-height: 5px;
996
color: rgba(0, 0, 0, 0.2); }
997
treeview.view:drop(active) {
998
border-style: solid none;
999
border-width: 1px;
1000
border-color: #FF4081; }
1001
treeview.view:drop(active).after {
1002
border-top-style: none; }
1003
treeview.view:drop(active).before {
1004
border-bottom-style: none; }
1005
treeview.view.expander {
1006
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
1007
-gtk-icon-transform: rotate(-90deg);
1008
color: rgba(255, 255, 255, 0.75); }
1009
treeview.view.expander:dir(rtl) {
1010
-gtk-icon-transform: rotate(90deg); }
1011
treeview.view.expander:checked {
1012
-gtk-icon-transform: unset; }
1013
treeview.view.expander:hover, treeview.view.expander:active {
1014
color: #FFFFFF; }
1015
treeview.view.expander:disabled {
1016
color: rgba(255, 255, 255, 0.3); }
1017
treeview.view.expander:selected {
1018
color: rgba(255, 255, 255, 0.75); }
1019
treeview.view.expander:selected:hover, treeview.view.expander:selected:active {
1020
color: #FFFFFF; }
1021
treeview.view.expander:selected:disabled {
1022
color: rgba(255, 255, 255, 0.3); }
1023
treeview.view.progressbar {
1024
border-style: none none solid;
1025
border-width: 4px;
1026
border-color: #42A5F5;
1027
box-shadow: none;
1028
background-color: transparent; }
1029
treeview.view.progressbar:selected {
1030
border-color: currentColor; }
1031
treeview.view.trough {
1032
border-style: none none solid;
1033
border-width: 4px;
1034
border-color: rgba(66, 165, 245, 0.3);
1035
box-shadow: none;
1036
background-color: transparent; }
1037
treeview.view.trough:selected {
1038
border-color: alpha(currentColor, 0.3); }
1039
treeview.view header button {
1040
padding: 2px 6px;
1041
border-style: none solid solid none;
1042
border-width: 1px;
1043
border-color: rgba(0, 0, 0, 0.2);
1044
border-radius: 0;
1045
background-clip: border-box; }
1046
treeview.view header button, treeview.view header button:hover, treeview.view header button:active {
1047
box-shadow: none; }
1048
treeview.view header button, treeview.view header button:disabled {
1049
background-color: #546E7A; }
1050
treeview.view header button:last-child {
1051
border-right-style: none; }
1052
treeview.view button.dnd,
1053
treeview.view header.button.dnd {
1054
padding: 2px 6px;
1055
border-style: none solid solid;
1056
border-width: 1px;
1057
border-color: rgba(0, 0, 0, 0.2);
1058
border-radius: 0;
1059
box-shadow: none;
1060
background-color: #546E7A;
1061
background-clip: border-box;
1062
color: #42A5F5; }
1063
treeview.view acceleditor > label {
1064
background-color: #42A5F5; }
1065
1066
/*********
1067
* Menus *
1068
*********/
1069
menubar,
1070
.menubar {
1071
-GtkWidget-window-dragging: true;
1072
padding: 0;
1073
background-color: #37474F; }
1074
menubar > menuitem,
1075
.menubar > menuitem {
1076
transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
1077
min-height: 20px;
1078
padding: 4px 8px;
1079
color: rgba(255, 255, 255, 0.75); }
1080
menubar > menuitem:hover,
1081
.menubar > menuitem:hover {
1082
transition: none;
1083
background-color: alpha(currentColor, 0.15);
1084
color: #FFFFFF; }
1085
menubar > menuitem:disabled,
1086
.menubar > menuitem:disabled {
1087
color: rgba(255, 255, 255, 0.3); }
1088
1089
.csd.popup {
1090
border-radius: 2px; }
1091
1092
menu,
1093
.menu,
1094
.context-menu {
1095
margin: 4px 0;
1096
padding: 4px 0;
1097
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
1098
background-color: #546E7A;
1099
border: 1px solid rgba(0, 0, 0, 0.2); }
1100
.csd menu, .csd
1101
.menu, .csd
1102
.context-menu {
1103
border: none;
1104
border-radius: 2px; }
1105
menu menuitem,
1106
.menu menuitem,
1107
.context-menu menuitem {
1108
transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
1109
min-height: 20px;
1110
min-width: 40px;
1111
padding: 4px 8px;
1112
font: initial;
1113
text-shadow: none; }
1114
menu menuitem:hover,
1115
.menu menuitem:hover,
1116
.context-menu menuitem:hover {
1117
transition: none;
1118
background-color: alpha(currentColor, 0.15); }
1119
menu menuitem:disabled,
1120
.menu menuitem:disabled,
1121
.context-menu menuitem:disabled {
1122
color: rgba(255, 255, 255, 0.4); }
1123
menu menuitem arrow,
1124
.menu menuitem arrow,
1125
.context-menu menuitem arrow {
1126
min-height: 16px;
1127
min-width: 16px; }
1128
menu menuitem arrow:dir(ltr),
1129
.menu menuitem arrow:dir(ltr),
1130
.context-menu menuitem arrow:dir(ltr) {
1131
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
1132
margin-left: 8px; }
1133
menu menuitem arrow:dir(rtl),
1134
.menu menuitem arrow:dir(rtl),
1135
.context-menu menuitem arrow:dir(rtl) {
1136
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl");
1137
margin-right: 8px; }
1138
menu menuitem label:dir(rtl), menu menuitem label:dir(ltr),
1139
.menu menuitem label:dir(rtl),
1140
.menu menuitem label:dir(ltr),
1141
.context-menu menuitem label:dir(rtl),
1142
.context-menu menuitem label:dir(ltr) {
1143
color: inherit; }
1144
menu > arrow,
1145
.menu > arrow,
1146
.context-menu > arrow {
1147
min-height: 16px;
1148
min-width: 16px;
1149
padding: 4px;
1150
border-radius: 0;
1151
background-color: #546E7A;
1152
color: rgba(255, 255, 255, 0.75); }
1153
menu > arrow.top,
1154
.menu > arrow.top,
1155
.context-menu > arrow.top {
1156
margin-top: -4px;
1157
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
1158
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
1159
menu > arrow.bottom,
1160
.menu > arrow.bottom,
1161
.context-menu > arrow.bottom {
1162
margin-bottom: -4px;
1163
border-top: 1px solid rgba(0, 0, 0, 0.2);
1164
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
1165
menu > arrow:hover,
1166
.menu > arrow:hover,
1167
.context-menu > arrow:hover {
1168
background-image: image(alpha(currentColor, 0.15));
1169
color: #FFFFFF; }
1170
menu > arrow:disabled,
1171
.menu > arrow:disabled,
1172
.context-menu > arrow:disabled {
1173
border-color: transparent;
1174
background-color: transparent;
1175
color: transparent; }
1176
menu separator,
1177
.menu separator,
1178
.context-menu separator {
1179
margin: 4px 0; }
1180
1181
menuitem accelerator {
1182
color: alpha(currentColor, 0.6); }
1183
menuitem check:dir(ltr),
1184
menuitem radio:dir(ltr) {
1185
margin-right: -8px;
1186
margin-left: -16px; }
1187
menuitem check:dir(rtl),
1188
menuitem radio:dir(rtl) {
1189
margin-right: -16px;
1190
margin-left: -8px; }
1191
1192
/************
1193
* Popovers *
1194
************/
1195
popover.background {
1196
transition: box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1);
1197
padding: 2px;
1198
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23);
1199
background-color: #607D8B; }
1200
popover.background:backdrop {
1201
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
1202
popover.background, .csd popover.background {
1203
border-style: solid;
1204
border-width: 1px;
1205
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3);
1206
border-radius: 3px; }
1207
popover.background > stack {
1208
margin: -4px; }
1209
popover.background > toolbar {
1210
margin: -2px; }
1211
popover.background > list,
1212
popover.background > .view,
1213
popover.background > iconview,
1214
popover.background > toolbar {
1215
border-style: none;
1216
box-shadow: none;
1217
background-color: transparent; }
1218
popover.background.menu button,
1219
popover.background button.model {
1220
min-height: 32px;
1221
padding: 0 8px;
1222
border-radius: 2px; }
1223
popover.background separator {
1224
margin: 4px 0; }
1225
popover.background list separator {
1226
margin: 0; }
1227
1228
/*************
1229
* Notebooks *
1230
*************/
1231
notebook > header {
1232
border-width: 1px;
1233
border-color: rgba(0, 0, 0, 0.2);
1234
background-color: #455A64;
1235
background-clip: border-box; }
1236
notebook > header.top {
1237
border-bottom-style: solid; }
1238
notebook > header.top > tabs {
1239
margin-bottom: -1px; }
1240
notebook > header.top > tabs > tab:hover {
1241
box-shadow: inset 0 -2px alpha(currentColor, 0.3); }
1242
notebook > header.top > tabs > tab:checked {
1243
box-shadow: inset 0 -2px #42A5F5; }
1244
notebook > header.bottom {
1245
border-top-style: solid; }
1246
notebook > header.bottom > tabs {
1247
margin-top: -1px; }
1248
notebook > header.bottom > tabs > tab:hover {
1249
box-shadow: inset 0 2px alpha(currentColor, 0.3); }
1250
notebook > header.bottom > tabs > tab:checked {
1251
box-shadow: inset 0 2px #42A5F5; }
1252
notebook > header.left {
1253
border-right-style: solid; }
1254
notebook > header.left > tabs {
1255
margin-right: -1px; }
1256
notebook > header.left > tabs > tab:hover {
1257
box-shadow: inset -2px 0 alpha(currentColor, 0.3); }
1258
notebook > header.left > tabs > tab:checked {
1259
box-shadow: inset -2px 0 #42A5F5; }
1260
notebook > header.right {
1261
border-left-style: solid; }
1262
notebook > header.right > tabs {
1263
margin-left: -1px; }
1264
notebook > header.right > tabs > tab:hover {
1265
box-shadow: inset 2px 0 alpha(currentColor, 0.3); }
1266
notebook > header.right > tabs > tab:checked {
1267
box-shadow: inset 2px 0 #42A5F5; }
1268
notebook > header.top > tabs > arrow {
1269
border-top-style: none; }
1270
notebook > header.bottom > tabs > arrow {
1271
border-bottom-style: none; }
1272
notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow {
1273
padding-left: 4px;
1274
padding-right: 4px; }
1275
notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down {
1276
margin-left: -8px;
1277
-gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
1278
notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up {
1279
margin-right: -8px;
1280
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
1281
notebook > header.left > tabs > arrow {
1282
border-left-style: none; }
1283
notebook > header.right > tabs > arrow {
1284
border-right-style: none; }
1285
notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow {
1286
padding-top: 4px;
1287
padding-bottom: 4px; }
1288
notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down {
1289
margin-top: -8px;
1290
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
1291
notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up {
1292
margin-bottom: -8px;
1293
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
1294
notebook > header > tabs > arrow {
1295
min-height: 16px;
1296
min-width: 16px;
1297
border-radius: 0; }
1298
notebook > header tab {
1299
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
1300
min-height: 24px;
1301
min-width: 24px;
1302
padding: 6px 12px;
1303
outline-offset: -6px;
1304
border-width: 1px;
1305
border-color: transparent;
1306
background-image: radial-gradient(circle farthest-corner at center, #42A5F5 10%, transparent 0%);
1307
background-repeat: no-repeat;
1308
background-position: center;
1309
background-size: 0% 0%;
1310
color: rgba(255, 255, 255, 0.75);
1311
font-weight: 500; }
1312
notebook > header tab:hover {
1313
color: #FFFFFF; }
1314
notebook > header tab:hover.reorderable-page {
1315
border-color: rgba(0, 0, 0, 0.2);
1316
background-color: #4d646f; }
1317
notebook > header tab:disabled {
1318
color: rgba(255, 255, 255, 0.3); }
1319
notebook > header tab:checked {
1320
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), background-size 0.3s cubic-bezier(0, 0, 0.2, 1), background-image 0.8s cubic-bezier(0, 0, 0.2, 1);
1321
background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%);
1322
background-size: 1000% 1000%;
1323
color: #FFFFFF; }
1324
notebook > header tab:checked:disabled {
1325
color: rgba(255, 255, 255, 0.4); }
1326
notebook > header tab:checked.reorderable-page {
1327
border-color: rgba(0, 0, 0, 0.2);
1328
background-color: #546E7A; }
1329
notebook > header tab button.flat:last-child {
1330
margin-left: 6px;
1331
margin-right: -6px; }
1332
notebook > header tab button.flat:first-child {
1333
margin-left: -6px;
1334
margin-right: 6px; }
1335
notebook > header.top tabs, notebook > header.bottom tabs {
1336
padding-left: 8px;
1337
padding-right: 8px; }
1338
notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child {
1339
margin-left: 0; }
1340
notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child {
1341
margin-right: 0; }
1342
notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page {
1343
margin: 0 -1px;
1344
border-style: none solid; }
1345
notebook > header.left tabs, notebook > header.right tabs {
1346
padding-top: 8px;
1347
padding-bottom: 8px; }
1348
notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child {
1349
margin-top: 0; }
1350
notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child {
1351
margin-bottom: 0; }
1352
notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page {
1353
margin: -1px 0;
1354
border-style: solid none; }
1355
notebook > stack:not(:only-child) {
1356
background-color: #546E7A; }
1357
1358
/**************
1359
* Scrollbars *
1360
**************/
1361
scrollbar {
1362
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
1363
background-color: #546E7A;
1364
background-clip: border-box; }
1365
* {
1366
-GtkScrollbar-has-backward-stepper: false;
1367
-GtkScrollbar-has-forward-stepper: false; }
1368
scrollbar.top {
1369
border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
1370
scrollbar.bottom {
1371
border-top: 1px solid rgba(0, 0, 0, 0.2); }
1372
scrollbar.left {
1373
border-right: 1px solid rgba(0, 0, 0, 0.2); }
1374
scrollbar.right {
1375
border-left: 1px solid rgba(0, 0, 0, 0.2); }
1376
scrollbar slider {
1377
transition: all 0.2s cubic-bezier(0, 0, 0.2, 1), margin 0, border-width 0;
1378
min-width: 8px;
1379
min-height: 8px;
1380
border: 4px solid transparent;
1381
border-radius: 9999px;
1382
background-clip: padding-box;
1383
background-color: rgba(255, 255, 255, 0.6); }
1384
scrollbar slider:hover {
1385
background-color: rgba(255, 255, 255, 0.75); }
1386
scrollbar slider:active {
1387
background-color: #FFFFFF; }
1388
scrollbar slider:disabled {
1389
background-color: rgba(255, 255, 255, 0.24); }
1390
scrollbar.fine-tune slider {
1391
transition: all 0.2s cubic-bezier(0, 0, 0.2, 1), margin 0, border-width 0, min-width 0, min-height 0;
1392
min-width: 4px;
1393
min-height: 4px; }
1394
scrollbar.fine-tune.horizontal slider {
1395
margin: 2px 0; }
1396
scrollbar.fine-tune.vertical slider {
1397
margin: 0 2px; }
1398
scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
1399
border-color: transparent;
1400
background-color: transparent; }
1401
scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
1402
min-width: 4px;
1403
min-height: 4px;
1404
margin: 3px;
1405
border: 1px solid rgba(84, 110, 122, 0.3); }
1406
scrollbar.overlay-indicator:not(.dragging):not(.hovering) button {
1407
min-width: 4px;
1408
min-height: 4px;
1409
margin: 3px;
1410
border: 1px solid rgba(84, 110, 122, 0.3);
1411
border-radius: 9999px;
1412
background-color: rgba(255, 255, 255, 0.6);
1413
background-clip: padding-box;
1414
-gtk-icon-source: none; }
1415
scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled {
1416
background-color: rgba(255, 255, 255, 0.24); }
1417
scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider {
1418
min-width: 24px; }
1419
scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button {
1420
min-width: 8px; }
1421
scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider {
1422
min-height: 24px; }
1423
scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button {
1424
min-height: 8px; }
1425
scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering {
1426
background-color: rgba(84, 110, 122, 0.9); }
1427
scrollbar.horizontal slider {
1428
min-width: 24px; }
1429
scrollbar.vertical slider {
1430
min-height: 24px; }
1431
scrollbar button {
1432
min-width: 16px;
1433
min-height: 16px;
1434
padding: 0;
1435
border-radius: 0; }
1436
scrollbar.vertical button.down {
1437
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
1438
scrollbar.vertical button.up {
1439
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
1440
scrollbar.horizontal button.down {
1441
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
1442
scrollbar.horizontal button.up {
1443
-gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
1444
1445
/**********
1446
* Switch *
1447
**********/
1448
switch {
1449
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
1450
margin: 6px 0;
1451
border: 4px solid transparent;
1452
border-radius: 9999px;
1453
background-color: alpha(currentColor, 0.3);
1454
background-clip: padding-box;
1455
font-size: 0; }
1456
switch:disabled {
1457
color: alpha(currentColor, 0.4); }
1458
switch:checked {
1459
background-color: rgba(255, 64, 129, 0.5); }
1460
switch:checked:disabled {
1461
background-color: rgba(255, 64, 129, 0.2);
1462
color: rgba(255, 255, 255, 0.4); }
1463
switch slider {
1464
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1);
1465
border-image: none;
1466
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
1467
background-color: #546E7A;
1468
color: #FFFFFF;
1469
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1), margin 0;
1470
min-width: 24px;
1471
min-height: 24px;
1472
margin: -4px 0 -4px -4px;
1473
border-radius: 9999px;
1474
-gtk-outline-radius: 9999px; }
1475
switch:hover slider {
1476
border-image: none;
1477
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); }
1478
switch:checked slider {
1479
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1), margin 0, background-image 0, background-color 0.00001s 0.3s;
1480
animation: needs_attention 0.3s cubic-bezier(0, 0, 0.2, 1);
1481
margin: -4px -4px -4px 0;
1482
background-color: #FF4081;
1483
color: #FFFFFF; }
1484
switch:disabled slider {
1485
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
1486
background-color: #4d646f;
1487
color: rgba(255, 255, 255, 0.4); }
1488
switch:checked:disabled slider {
1489
animation: none; }
1490
1491
/*************************
1492
* Check and Radio items *
1493
*************************/
1494
.view.content-view.check:not(list), iconview.content-view.check:not(list) {
1495
margin: 8px;
1496
box-shadow: none;
1497
background-color: transparent;
1498
background-image: none;
1499
-gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked-dark.png"), url("assets/selectionmode-checkbox-unchecked-dark@2.png"));
1500
-gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
1501
.view.content-view.check:not(list):hover, iconview.content-view.check:not(list):hover, .view.content-view.check:not(list):active, iconview.content-view.check:not(list):active {
1502
-gtk-icon-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); }
1503
1504
.view.content-view.check:checked:not(list), iconview.content-view.check:checked:not(list) {
1505
margin: 8px;
1506
box-shadow: none;
1507
background-color: transparent;
1508
background-image: none;
1509
-gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked-dark.png"), url("assets/selectionmode-checkbox-checked-dark@2.png"));
1510
-gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
1511
.view.content-view.check:checked:not(list):hover, iconview.content-view.check:checked:not(list):hover, .view.content-view.check:checked:not(list):active, iconview.content-view.check:checked:not(list):active {
1512
-gtk-icon-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); }
1513
1514
checkbutton.text-button,
1515
radiobutton.text-button {
1516
padding: 2px;
1517
outline-offset: 0; }
1518
checkbutton.text-button label:not(:only-child),
1519
radiobutton.text-button label:not(:only-child) {
1520
margin: 0 4px; }
1521
1522
check,
1523
radio {
1524
min-height: 24px;
1525
min-width: 24px;
1526
margin: -12px;
1527
padding: 12px; }
1528
check:checked, check:indeterminate,
1529
radio:checked,
1530
radio:indeterminate {
1531
color: #FF4081; }
1532
check:checked:disabled, check:indeterminate:disabled,
1533
radio:checked:disabled,
1534
radio:indeterminate:disabled {
1535
color: rgba(255, 64, 129, 0.4); }
1536
row check:not(:checked):not(:indeterminate), row
1537
radio:not(:checked):not(:indeterminate) {
1538
color: alpha(currentColor, 0.75); }
1539
row check:not(:checked):not(:indeterminate):hover, row check:not(:checked):not(:indeterminate):active, row
1540
radio:not(:checked):not(:indeterminate):hover, row
1541
radio:not(:checked):not(:indeterminate):active {
1542
color: currentColor; }
1543
row check:not(:checked):not(:indeterminate):disabled, row
1544
radio:not(:checked):not(:indeterminate):disabled {
1545
color: alpha(currentColor, 0.3); }
1546
menu menuitem check, menu menuitem
1547
radio {
1548
transition: none;
1549
margin: -16px; }
1550
menu menuitem check:not(:checked):not(:indeterminate), menu menuitem
1551
radio:not(:checked):not(:indeterminate) {
1552
color: alpha(currentColor, 0.6); }
1553
menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem
1554
radio, menu menuitem
1555
radio:hover, menu menuitem
1556
radio:disabled {
1557
box-shadow: none; }
1558
1559
check {
1560
-gtk-icon-source: image(-gtk-recolor(url("assets/scalable/checkbox-unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/checkbox-unchecked-symbolic.png"))); }
1561
check:checked {
1562
-gtk-icon-source: image(-gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.png"))); }
1563
check:indeterminate {
1564
-gtk-icon-source: image(-gtk-recolor(url("assets/scalable/checkbox-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/checkbox-mixed-symbolic.png"))); }
1565
1566
radio {
1567
border-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#FF4081), to(transparent)) 24/24px; }
1568
radio {
1569
-gtk-icon-source: image(-gtk-recolor(url("assets/scalable/radio-unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/radio-unchecked-symbolic.png"))); }
1570
radio:indeterminate {
1571
-gtk-icon-source: image(-gtk-recolor(url("assets/scalable/radio-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/radio-mixed-symbolic.png"))); }
1572
radio:checked {
1573
border-image: -gtk-gradient(radial, center center, 0, center center, 0.10417, to(#FF4081), to(transparent)) 24/24px; }
1574
radio:checked:disabled {
1575
border-image: -gtk-gradient(radial, center center, 0, center center, 0.10417, to(rgba(255, 64, 129, 0.4)), to(transparent)) 24/24px; }
1576
radio:indeterminate:checked {
1577
border-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#FF4081), to(transparent)) 24/24px; }
1578
1579
@keyframes check_check {
1580
from {
1581
-gtk-icon-transform: rotate(90deg); }
1582
to {
1583
-gtk-icon-transform: unset; } }
1584
@keyframes check_radio {
1585
from {
1586
border-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#FF4081), to(transparent)) 24/24px; }
1587
to {
1588
border-image: -gtk-gradient(radial, center center, 0, center center, 0.10417, to(#FF4081), to(transparent)) 24/24px; } }
1589
@keyframes check_indeterminate {
1590
from {
1591
-gtk-icon-transform: unset; }
1592
50% {
1593
-gtk-icon-transform: scale(0, 1); }
1594
to {
1595
-gtk-icon-transform: unset; } }
1596
modelbutton.flat check:not(:indeterminate):checked,
1597
.menuitem.button.flat check:not(:indeterminate):checked,
1598
check:not(:indeterminate):checked {
1599
animation: check_check 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
1600
1601
check:not(:indeterminate):checked:active {
1602
animation: check_check 0.3s cubic-bezier(0.4, 0, 0.2, 1), ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1) forwards; }
1603
1604
modelbutton.flat check:indeterminate:checked, modelbutton.flat radio:indeterminate:checked,
1605
.menuitem.button.flat check:indeterminate:checked,
1606
.menuitem.button.flat radio:indeterminate:checked,
1607
check:indeterminate:checked, radio:indeterminate:checked {
1608
animation: check_indeterminate 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
1609
1610
check:indeterminate:checked:active, radio:indeterminate:checked:active {
1611
animation: check_indeterminate 0.3s cubic-bezier(0.4, 0, 0.2, 1), ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1) forwards; }
1612
1613
menu menuitem check:not(:indeterminate):checked,
1614
menu menuitem radio:not(:indeterminate):checked,
1615
menu menuitem check:indeterminate:checked,
1616
menu menuitem radio:indeterminate:checked {
1617
animation: none; }
1618
1619
treeview.view check,
1620
treeview.view radio {
1621
padding: 0; }
1622
treeview.view check:hover,
1623
treeview.view radio:hover {
1624
box-shadow: inset 0 0 0 9999px alpha(#FFFFFF, 0.05); }
1625
treeview.view check:hover:disabled,
1626
treeview.view radio:hover:disabled {
1627
box-shadow: none; }
1628
treeview.view check:hover:selected,
1629
treeview.view radio:hover:selected {
1630
box-shadow: inset 0 0 0 9999px alpha(#FFFFFF, 0.05); }
1631
treeview.view check,
1632
treeview.view radio {
1633
color: rgba(255, 255, 255, 0.75); }
1634
treeview.view check:hover, treeview.view check:active,
1635
treeview.view radio:hover,
1636
treeview.view radio:active {
1637
color: #FFFFFF; }
1638
treeview.view check:disabled,
1639
treeview.view radio:disabled {
1640
color: rgba(255, 255, 255, 0.3); }
1641
treeview.view check:checked, treeview.view check:indeterminate,
1642
treeview.view radio:checked,
1643
treeview.view radio:indeterminate {
1644
color: #FF4081; }
1645
treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled,
1646
treeview.view radio:checked:disabled,
1647
treeview.view radio:indeterminate:disabled {
1648
color: rgba(255, 64, 129, 0.4); }
1649
treeview.view check:selected,
1650
treeview.view radio:selected {
1651
color: rgba(255, 255, 255, 0.75); }
1652
treeview.view check:selected:hover, treeview.view check:selected:active,
1653
treeview.view radio:selected:hover,
1654
treeview.view radio:selected:active {
1655
color: #FFFFFF; }
1656
treeview.view check:selected:disabled,
1657
treeview.view radio:selected:disabled {
1658
color: rgba(255, 255, 255, 0.3); }
1659
treeview.view check:selected:checked, treeview.view check:selected:indeterminate,
1660
treeview.view radio:selected:checked,
1661
treeview.view radio:selected:indeterminate {
1662
color: #FF4081; }
1663
treeview.view check:selected:checked:disabled, treeview.view check:selected:indeterminate:disabled,
1664
treeview.view radio:selected:checked:disabled,
1665
treeview.view radio:selected:indeterminate:disabled {
1666
color: rgba(255, 64, 129, 0.4); }
1667
1668
treeview.view radio:checked {
1669
-gtk-icon-source: image(-gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/radio-checked-symbolic.png")));
1670
border-image: none; }
1671
1672
/************
1673
* GtkScale *
1674
************/
1675
scale {
1676
min-height: 12px;
1677
min-width: 12px;
1678
padding: 12px; }
1679
scale * {
1680
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1); }
1681
scale slider {
1682
min-height: 24px;
1683
min-width: 24px;
1684
margin: -10px; }
1685
scale trough {
1686
outline-offset: 2px;
1687
background-color: alpha(currentColor, 0.3); }
1688
scale trough:disabled {
1689
color: rgba(255, 255, 255, 0.4); }
1690
scale highlight {
1691
background-color: #FF4081; }
1692
scale highlight:disabled {
1693
background-color: transparent; }
1694
scale fill {
1695
background-color: alpha(currentColor, 0.3); }
1696
scale fill:disabled {
1697
background-color: transparent; }
1698
scale slider {
1699
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
1700
background-repeat: no-repeat;
1701
background-position: center;
1702
background-size: calc(100% - 8px); }
1703
scale slider {
1704
background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")); }
1705
scale slider:disabled {
1706
background-image: -gtk-scaled(url("assets/scale-slider-disabled-dark.png"), url("assets/scale-slider-disabled-dark@2.png")); }
1707
scale slider:hover {
1708
background-size: calc(100% - 4px); }
1709
scale slider:active {
1710
background-size: calc(100% - 0px); }
1711
scale.fine-tune slider {
1712
background-size: calc(100% - 12px); }
1713
scale value {
1714
color: alpha(currentColor, 0.6); }
1715
scale marks {
1716
color: alpha(currentColor, 0.3); }
1717
scale marks.top {
1718
margin-bottom: 8px;
1719
margin-top: -16px; }
1720
scale marks.bottom {
1721
margin-top: 8px;
1722
margin-bottom: -16px; }
1723
scale marks.top {
1724
margin-right: 8px;
1725
margin-left: -16px; }
1726
scale marks.bottom {
1727
margin-left: 8px;
1728
margin-right: -16px; }
1729
scale.horizontal indicator {
1730
min-height: 8px;
1731
min-width: 1px; }
1732
scale.vertical indicator {
1733
min-height: 1px;
1734
min-width: 8px; }
1735
scale.horizontal.marks-before:not(.marks-after) slider {
1736
min-height: 30px;
1737
min-width: 24px;
1738
margin-top: -16px;
1739
background-position: center calc(100% - 4px); }
1740
scale.horizontal.marks-before:not(.marks-after) slider {
1741
background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")); }
1742
scale.horizontal.marks-before:not(.marks-after) slider:disabled {
1743
background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled-dark.png"), url("assets/scale-horz-marks-before-slider-disabled-dark@2.png")); }
1744
scale.horizontal.marks-before:not(.marks-after) slider:hover {
1745
background-position: center calc(100% - 2px); }
1746
scale.horizontal.marks-before:not(.marks-after) slider:active {
1747
background-position: center calc(100% - 0px); }
1748
scale.horizontal.marks-before:not(.marks-after).fine-tune slider {
1749
background-position: center calc(100% - 6px); }
1750
scale.horizontal.marks-after:not(.marks-before) slider {
1751
min-height: 30px;
1752
min-width: 24px;
1753
margin-bottom: -16px;
1754
background-position: center calc(4px); }
1755
scale.horizontal.marks-after:not(.marks-before) slider {
1756
background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")); }
1757
scale.horizontal.marks-after:not(.marks-before) slider:disabled {
1758
background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled-dark.png"), url("assets/scale-horz-marks-after-slider-disabled-dark@2.png")); }
1759
scale.horizontal.marks-after:not(.marks-before) slider:hover {
1760
background-position: center calc(2px); }
1761
scale.horizontal.marks-after:not(.marks-before) slider:active {
1762
background-position: center calc(0px); }
1763
scale.horizontal.marks-after:not(.marks-before).fine-tune slider {
1764
background-position: center calc(6px); }
1765
scale.vertical.marks-before:not(.marks-after) slider {
1766
min-height: 24px;
1767
min-width: 30px;
1768
margin-left: -16px;
1769
background-position: calc(4px) center; }
1770
scale.vertical.marks-before:not(.marks-after) slider {
1771
background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")); }
1772
scale.vertical.marks-before:not(.marks-after) slider:disabled {
1773
background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled-dark.png"), url("assets/scale-vert-marks-before-slider-disabled-dark@2.png")); }
1774
scale.vertical.marks-before:not(.marks-after) slider:hover {
1775
background-position: calc(2px) center; }
1776
scale.vertical.marks-before:not(.marks-after) slider:active {
1777
background-position: calc(0px) center; }
1778
scale.vertical.marks-before:not(.marks-after).fine-tune slider {
1779
background-position: calc(6px) center; }
1780
scale.vertical.marks-after:not(.marks-before) slider {
1781
min-height: 24px;
1782
min-width: 30px;
1783
margin-right: -16px;
1784
background-position: calc(100% - 4px) center; }
1785
scale.vertical.marks-after:not(.marks-before) slider {
1786
background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")); }
1787
scale.vertical.marks-after:not(.marks-before) slider:disabled {
1788
background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled-dark.png"), url("assets/scale-vert-marks-after-slider-disabled-dark@2.png")); }
1789
scale.vertical.marks-after:not(.marks-before) slider:hover {
1790
background-position: calc(100% - 2px) center; }
1791
scale.vertical.marks-after:not(.marks-before) slider:active {
1792
background-position: calc(100% - 0px) center; }
1793
scale.vertical.marks-after:not(.marks-before).fine-tune slider {
1794
background-position: calc(100% - 6px) center; }
1795
scale.color {
1796
min-height: 0;
1797
min-width: 0; }
1798
scale.color.horizontal {
1799
padding: 0 0 12px 0; }
1800
scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl) {
1801
margin-bottom: -12px;
1802
margin-top: -2px; }
1803
scale.color.vertical:dir(ltr) {
1804
padding: 0 0 0 12px; }
1805
scale.color.vertical:dir(ltr) slider {
1806
margin-left: -12px;
1807
margin-right: -2px; }
1808
scale.color.vertical:dir(rtl) {
1809
padding: 0 12px 0 0; }
1810
scale.color.vertical:dir(rtl) slider {
1811
margin-right: -12px;
1812
margin-left: -2px; }
1813
1814
/*****************
1815
* Progress bars *
1816
*****************/
1817
progressbar {
1818
color: rgba(255, 255, 255, 0.6);
1819
font-size: smaller; }
1820
progressbar.horizontal trough,
1821
progressbar.horizontal progress {
1822
min-height: 4px; }
1823
progressbar.vertical trough,
1824
progressbar.vertical progress {
1825
min-width: 4px; }
1826
progressbar trough {
1827
background-color: rgba(66, 165, 245, 0.3); }
1828
progressbar progress {
1829
background-color: #42A5F5; }
1830
progressbar trough.empty progress {
1831
all: unset; }
1832
1833
/*************
1834
* Level Bar *
1835
*************/
1836
levelbar block {
1837
min-width: 36px;
1838
min-height: 4px; }
1839
levelbar.vertical block {
1840
min-width: 4px;
1841
min-height: 36px; }
1842
levelbar trough {
1843
padding: 2px;
1844
border-radius: 2px;
1845
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1);
1846
border-image: none;
1847
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
1848
background-color: #546E7A;
1849
color: #FFFFFF; }
1850
levelbar trough:disabled {
1851
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
1852
background-color: #4d646f;
1853
color: rgba(255, 255, 255, 0.4); }
1854
levelbar.horizontal.discrete block {
1855
margin: 0 1px; }
1856
levelbar.vertical.discrete block {
1857
margin: 1px 0; }
1858
levelbar.horizontal.discrete trough {
1859
padding: 2px 1px; }
1860
levelbar.vertical.discrete trough {
1861
padding: 1px 2px; }
1862
levelbar block.low {
1863
background-color: #FF6D00; }
1864
levelbar block.high, levelbar block:not(.empty) {
1865
background-color: #42A5F5; }
1866
levelbar block.full {
1867
background-color: #00C853; }
1868
levelbar block.empty {
1869
background-color: alpha(currentColor, 0.3);
1870
color: rgba(255, 255, 255, 0.4); }
1871
1872
/****************
1873
* Print dialog *
1874
*****************/
1875
printdialog paper {
1876
padding: 0;
1877
border: 1px solid rgba(0, 0, 0, 0.2);
1878
background: #546E7A;
1879
color: #FFFFFF; }
1880
printdialog .dialog-action-box {
1881
margin: 12px; }
1882
1883
/**********
1884
* Frames *
1885
**********/
1886
frame > border,
1887
.frame {
1888
margin: 0;
1889
padding: 0;
1890
border: 1px solid rgba(0, 0, 0, 0.2);
1891
border-radius: 0;
1892
box-shadow: none; }
1893
frame > border.flat,
1894
.frame.flat {
1895
border-style: none; }
1896
1897
actionbar > revealer > box {
1898
padding: 6px;
1899
border-top: 1px solid rgba(0, 0, 0, 0.2); }
1900
1901
scrolledwindow viewport.frame {
1902
border-style: none; }
1903
overshoot.top {
1904
background-image: -gtk-gradient(radial, center top, 0, center top, 0.75, to(rgba(64, 196, 255, 0.3)), to(transparent));
1905
background-repeat: no-repeat;
1906
background-position: center top;
1907
background-color: transparent;
1908
border: none;
1909
box-shadow: none; }
1910
overshoot.bottom {
1911
background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(rgba(64, 196, 255, 0.3)), to(transparent));
1912
background-repeat: no-repeat;
1913
background-position: center bottom;
1914
background-color: transparent;
1915
border: none;
1916
box-shadow: none; }
1917
overshoot.left {
1918
background-image: -gtk-gradient(radial, left center, 0, left center, 0.75, to(rgba(64, 196, 255, 0.3)), to(transparent));
1919
background-repeat: no-repeat;
1920
background-position: left center;
1921
background-color: transparent;
1922
border: none;
1923
box-shadow: none; }
1924
overshoot.right {
1925
background-image: -gtk-gradient(radial, right center, 0, right center, 0.75, to(rgba(64, 196, 255, 0.3)), to(transparent));
1926
background-repeat: no-repeat;
1927
background-position: right center;
1928
background-color: transparent;
1929
border: none;
1930
box-shadow: none; }
1931
undershoot.top {
1932
background-color: transparent;
1933
background-image: linear-gradient(to left, rgba(84, 110, 122, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%);
1934
padding-top: 1px;
1935
background-size: 12px 1px;
1936
background-repeat: repeat-x;
1937
background-origin: content-box;
1938
background-position: left top; }
1939
undershoot.bottom {
1940
background-color: transparent;
1941
background-image: linear-gradient(to left, rgba(84, 110, 122, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%);
1942
padding-bottom: 1px;
1943
background-size: 12px 1px;
1944
background-repeat: repeat-x;
1945
background-origin: content-box;
1946
background-position: left bottom; }
1947
undershoot.left {
1948
background-color: transparent;
1949
background-image: linear-gradient(to top, rgba(84, 110, 122, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%);
1950
padding-left: 1px;
1951
background-size: 1px 12px;
1952
background-repeat: repeat-y;
1953
background-origin: content-box;
1954
background-position: left top; }
1955
undershoot.right {
1956
background-color: transparent;
1957
background-image: linear-gradient(to top, rgba(84, 110, 122, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%);
1958
padding-right: 1px;
1959
background-size: 1px 12px;
1960
background-repeat: repeat-y;
1961
background-origin: content-box;
1962
background-position: right top; }
1963
junction {
1964
border-style: solid none none solid;
1965
border-width: 1px;
1966
border-color: rgba(0, 0, 0, 0.2);
1967
background-color: #546E7A; }
1968
junction:dir(rtl) {
1969
border-style: solid solid none none; }
1970
1971
separator {
1972
min-width: 1px;
1973
min-height: 1px;
1974
background: rgba(0, 0, 0, 0.2); }
1975
1976
/*********
1977
* Lists *
1978
*********/
1979
list {
1980
border-color: rgba(0, 0, 0, 0.2);
1981
background-color: #546E7A; }
1982
list row {
1983
padding: 2px; }
1984
1985
row.activatable, .view, iconview, treeview.view header button, .budgie-menu button {
1986
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), background-color 0, color 0, background-size 0.5s cubic-bezier(0, 0, 0.2, 1), background-image 1s cubic-bezier(0, 0, 0.2, 1);
1987
box-shadow: inset 0 0 0 9999px transparent;
1988
background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%);
1989
background-repeat: no-repeat;
1990
background-position: center;
1991
background-size: 1000% 1000%; }
1992
row.activatable:hover, .view:hover, iconview:hover, treeview.view header button:hover, .budgie-menu button:hover {
1993
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), background-color 0, color 0, box-shadow 0, background-size 0.5s cubic-bezier(0, 0, 0.2, 1), background-image 1s cubic-bezier(0, 0, 0.2, 1);
1994
box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.05); }
1995
row.activatable.has-open-popup, .has-open-popup.view, iconview.has-open-popup, treeview.view header button.has-open-popup, .budgie-menu button.has-open-popup, row.activatable:active, .view:active, iconview:active, treeview.view header button:active, .budgie-menu button:active {
1996
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), background-color 0, color 0, background-size 0, background-image 0;
1997
animation: ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
1998
box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.15);
1999
background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.15) 10%, transparent 0%);
2000
background-size: 0% 0%; }
2001
2002
/*********************
2003
* App Notifications *
2004
*********************/
2005
.app-notification {
2006
margin: 8px; }
2007
.app-notification.frame,
2008
.app-notification border {
2009
border-style: none; }
2010
2011
/*************
2012
* Expanders *
2013
*************/
2014
expander arrow {
2015
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
2016
min-width: 16px;
2017
min-height: 16px;
2018
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
2019
-gtk-icon-transform: rotate(-90deg);
2020
color: rgba(255, 255, 255, 0.75); }
2021
expander arrow:dir(rtl) {
2022
-gtk-icon-transform: rotate(90deg); }
2023
expander arrow:checked {
2024
-gtk-icon-transform: unset; }
2025
expander arrow:hover, expander arrow:active {
2026
color: #FFFFFF; }
2027
expander arrow:disabled {
2028
color: rgba(255, 255, 255, 0.3); }
2029
expander arrow:selected {
2030
color: rgba(255, 255, 255, 0.75); }
2031
expander arrow:selected:hover, expander arrow:selected:active {
2032
color: #FFFFFF; }
2033
expander arrow:selected:disabled {
2034
color: rgba(255, 255, 255, 0.3); }
2035
2036
/************
2037
* Calendar *
2038
***********/
2039
calendar {
2040
padding: 1px;
2041
border: 1px solid rgba(0, 0, 0, 0.2);
2042
color: #FFFFFF; }
2043
calendar:disabled {
2044
color: rgba(255, 255, 255, 0.4); }
2045
calendar:selected {
2046
border-radius: 3px; }
2047
calendar.header {
2048
border-style: none none solid;
2049
border-radius: 0; }
2050
calendar.highlight {
2051
color: alpha(currentColor, 0.6);
2052
font-weight: 500; }
2053
calendar:indeterminate {
2054
color: alpha(currentColor, 0.4); }
2055
2056
/***********
2057
* Dialogs *
2058
***********/
2059
messagedialog.background {
2060
background-color: #607D8B; }
2061
messagedialog .titlebar {
2062
min-height: 24px;
2063
border-style: none;
2064
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
2065
background-color: #607D8B;
2066
color: #FFFFFF; }
2067
messagedialog .titlebar:backdrop {
2068
color: rgba(255, 255, 255, 0.75); }
2069
messagedialog.csd.background {
2070
border-bottom-left-radius: 2px;
2071
border-bottom-right-radius: 2px; }
2072
messagedialog.csd .dialog-action-area button {
2073
padding: 8px 16px;
2074
border-top: 1px solid rgba(0, 0, 0, 0.2);
2075
border-radius: 0; }
2076
messagedialog.csd .dialog-action-area button:first-child {
2077
border-bottom-left-radius: 2px; }
2078
messagedialog.csd .dialog-action-area button:last-child {
2079
border-bottom-right-radius: 2px; }
2080
2081
filechooser .dialog-action-box {
2082
border-top: 1px solid rgba(0, 0, 0, 0.2); }
2083
filechooser #pathbarbox {
2084
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
2085
background-color: #455A64; }
2086
2087
filechooserbutton:drop(active) {
2088
box-shadow: none; }
2089
2090
/***********
2091
* Sidebar *
2092
***********/
2093
.sidebar {
2094
border-style: none;
2095
background-color: #607D8B; }
2096
stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left, .sidebar.left:dir(rtl) {
2097
border-right: 1px solid rgba(0, 0, 0, 0.2);
2098
border-left-style: none; }
2099
stacksidebar.sidebar:dir(rtl) list
2100
.sidebar:dir(rtl), stacksidebar.sidebar.right list
2101
.sidebar:dir(rtl), .sidebar.right {
2102
border-left: 1px solid rgba(0, 0, 0, 0.2);
2103
border-right-style: none; }
2104
.sidebar list {
2105
background-color: transparent; }
2106
paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar {
2107
border-style: none; }
2108
2109
stacksidebar row {
2110
padding: 10px 4px; }
2111
stacksidebar row > label {
2112
padding-left: 6px;
2113
padding-right: 6px; }
2114
2115
/****************
2116
* File chooser *
2117
****************/
2118
placessidebar > viewport.frame {
2119
border-style: none; }
2120
placessidebar list {
2121
padding: 1px 0 4px; }
2122
placessidebar row {
2123
min-height: 32px;
2124
margin: -1px 0;
2125
padding: 0; }
2126
placessidebar row > revealer {
2127
padding: 0 12px; }
2128
placessidebar row:selected {
2129
color: #FFFFFF; }
2130
placessidebar row:disabled {
2131
color: rgba(255, 255, 255, 0.4); }
2132
placessidebar row image.sidebar-icon {
2133
opacity: 0.6; }
2134
placessidebar row image.sidebar-icon:dir(ltr) {
2135
padding-right: 8px; }
2136
placessidebar row image.sidebar-icon:dir(rtl) {
2137
padding-left: 8px; }
2138
placessidebar row label.sidebar-label:dir(ltr) {
2139
padding-right: 2px; }
2140
placessidebar row label.sidebar-label:dir(rtl) {
2141
padding-left: 2px; }
2142
placessidebar row.sidebar-placeholder-row {
2143
min-height: 2px;
2144
padding: 0 8px;
2145
background-image: image(#FF4081);
2146
background-clip: content-box; }
2147
placessidebar row.sidebar-new-bookmark-row {
2148
color: #FF4081; }
2149
placessidebar row:drop(active):not(:disabled) {
2150
box-shadow: inset 0 0 0 2px #FF4081; }
2151
2152
placesview .server-list-button > image {
2153
-gtk-icon-transform: rotate(0turn); }
2154
placesview .server-list-button:checked > image {
2155
-gtk-icon-transform: rotate(-0.5turn); }
2156
placesview > actionbar > revealer > box > label {
2157
padding-left: 8px;
2158
padding-right: 8px; }
2159
2160
/*********
2161
* Paned *
2162
*********/
2163
paned > separator {
2164
min-width: 1px;
2165
min-height: 1px;
2166
-gtk-icon-source: none;
2167
border-style: none;
2168
background-color: transparent;
2169
background-image: image(rgba(0, 0, 0, 0.2));
2170
background-size: 1px 1px;
2171
background-clip: content-box; }
2172
paned > separator.wide {
2173
min-width: 6px;
2174
min-height: 6px;
2175
background-color: #455A64;
2176
background-image: image(rgba(0, 0, 0, 0.2)), image(rgba(0, 0, 0, 0.2));
2177
background-size: 1px 1px, 1px 1px; }
2178
paned.horizontal > separator {
2179
background-repeat: repeat-y; }
2180
paned.horizontal > separator:dir(ltr) {
2181
margin: 0 -8px 0 0;
2182
padding: 0 8px 0 0;
2183
background-position: left; }
2184
paned.horizontal > separator:dir(rtl) {
2185
margin: 0 0 0 -8px;
2186
padding: 0 0 0 8px;
2187
background-position: right; }
2188
paned.horizontal > separator.wide {
2189
margin: 0;
2190
padding: 0;
2191
background-repeat: repeat-y, repeat-y;
2192
background-position: left, right; }
2193
paned.vertical > separator {
2194
margin: 0 0 -8px 0;
2195
padding: 0 0 8px 0;
2196
background-repeat: repeat-x;
2197
background-position: top; }
2198
paned.vertical > separator.wide {
2199
margin: 0;
2200
padding: 0;
2201
background-repeat: repeat-x, repeat-x;
2202
background-position: bottom, top; }
2203
2204
/**************
2205
* GtkInfoBar *
2206
**************/
2207
infobar {
2208
border-style: none; }
2209
infobar.info {
2210
background-color: #66BB6A; }
2211
infobar.question {
2212
background-color: #42A5F5; }
2213
infobar.warning {
2214
background-color: #FFA726; }
2215
infobar.error {
2216
background-color: #EF5350; }
2217
infobar.info > label, infobar.info, infobar.question > label, infobar.question, infobar.warning > label, infobar.warning, infobar.error > label, infobar.error {
2218
color: #FFFFFF; }
2219
2220
/************
2221
* Tooltips *
2222
************/
2223
tooltip {
2224
border-radius: 2px;
2225
box-shadow: none; }
2226
tooltip.background {
2227
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
2228
background-color: rgba(84, 110, 122, 0.9); }
2229
tooltip:not(.csd) {
2230
border: 1px solid rgba(0, 0, 0, 0.2);
2231
border-radius: 3px;
2232
background-clip: border-box; }
2233
tooltip decoration {
2234
background-color: transparent; }
2235
tooltip label {
2236
min-height: 20px;
2237
padding: 0 2px; }
2238
2239
/*****************
2240
* Color Chooser *
2241
*****************/
2242
colorswatch.top {
2243
border-top-left-radius: 2.5px;
2244
border-top-right-radius: 2.5px; }
2245
colorswatch.top overlay {
2246
border-top-left-radius: 2px;
2247
border-top-right-radius: 2px; }
2248
colorswatch.bottom {
2249
border-bottom-left-radius: 2.5px;
2250
border-bottom-right-radius: 2.5px; }
2251
colorswatch.bottom overlay {
2252
border-bottom-left-radius: 2px;
2253
border-bottom-right-radius: 2px; }
2254
colorswatch.left, colorswatch:first-child:not(.top) {
2255
border-top-left-radius: 2.5px;
2256
border-bottom-left-radius: 2.5px; }
2257
colorswatch.left overlay, colorswatch:first-child:not(.top) overlay {
2258
border-top-left-radius: 2px;
2259
border-bottom-left-radius: 2px; }
2260
colorswatch.right, colorswatch:last-child:not(.bottom) {
2261
border-top-right-radius: 2.5px;
2262
border-bottom-right-radius: 2.5px; }
2263
colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay {
2264
border-top-right-radius: 2px;
2265
border-bottom-right-radius: 2px; }
2266
colorswatch.dark overlay {
2267
color: #FFFFFF; }
2268
colorswatch.light overlay {
2269
color: rgba(0, 0, 0, 0.8); }
2270
colorswatch.dark {
2271
color: #FFFFFF; }
2272
colorswatch.light {
2273
color: rgba(0, 0, 0, 0.8); }
2274
colorswatch:drop(active) {
2275
box-shadow: none; }
2276
colorswatch:drop(active).light overlay {
2277
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), 0 0 0 2px #FF4081; }
2278
colorswatch:drop(active).dark overlay {
2279
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), 0 0 0 2px #FF4081; }
2280
colorswatch overlay {
2281
transition: box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1);
2282
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
2283
colorswatch overlay:hover {
2284
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); }
2285
colorswatch#add-color-button {
2286
border-radius: 2px 2px 0 0;
2287
color: #FFFFFF; }
2288
colorswatch#add-color-button:only-child {
2289
border-radius: 2px; }
2290
colorswatch#add-color-button overlay {
2291
background-image: linear-gradient(to right, #EF5350 25%, #FFA726 25%, #FFA726 50%, #66BB6A 50%, #66BB6A 75%, #42A5F5 75%);
2292
color: #FFFFFF; }
2293
colorswatch:disabled {
2294
opacity: 0.4; }
2295
colorswatch:disabled overlay {
2296
box-shadow: none; }
2297
colorswatch#editor-color-sample {
2298
border-radius: 2.5px; }
2299
colorswatch#editor-color-sample overlay {
2300
border-radius: 2px; }
2301
2302
colorchooser .popover.osd {
2303
transition: box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1);
2304
border-radius: 2px;
2305
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 1px rgba(255, 255, 255, 0.1);
2306
background-color: #546E7A; }
2307
colorchooser .popover.osd:backdrop {
2308
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.1); }
2309
2310
/********
2311
* Misc *
2312
********/
2313
.content-view {
2314
background-color: #455A64; }
2315
2316
/**********************
2317
* Window Decorations *
2318
*********************/
2319
decoration {
2320
transition: box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1);
2321
border-radius: 2px 2px 0 0;
2322
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25), 0 10px 5px rgba(0, 0, 0, 0.22), 0 16px 16px transparent;
2323
margin: 8px; }
2324
decoration:backdrop {
2325
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), 0 16px 16px transparent; }
2326
.maximized decoration, .fullscreen decoration, .tiled decoration {
2327
border-radius: 0; }
2328
.popup decoration {
2329
box-shadow: none; }
2330
.ssd decoration {
2331
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16); }
2332
.csd.popup decoration {
2333
border-radius: 2px;
2334
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); }
2335
tooltip.csd decoration {
2336
border-radius: 2px;
2337
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); }
2338
messagedialog.csd decoration {
2339
border-radius: 2px; }
2340
.solid-csd decoration {
2341
margin: 0;
2342
padding: 4px;
2343
box-shadow: inset 0 0 0 4px #37474F; }
2344
2345
.view:selected, iconview:selected, .view text selection, iconview text selection,
2346
textview text selection, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection,
2347
entry selection, modelbutton.flat:selected,
2348
.menuitem.button.flat:selected, popover.background.menu button:checked,
2349
popover.background button.model:checked, row:selected, calendar:selected, .budgie-menu button:checked {
2350
background-color: #42A5F5; }
2351
row:selected label, label:selected, .view:selected, iconview:selected, .view text selection, iconview text selection,
2352
textview text selection, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection,
2353
entry selection, modelbutton.flat:selected,
2354
.menuitem.button.flat:selected, popover.background.menu button:checked,
2355
popover.background button.model:checked, row:selected, calendar:selected, .budgie-menu button:checked {
2356
color: #FFFFFF; }
2357
row:selected label:disabled, label:disabled:selected, .view:disabled:selected, iconview:disabled:selected, .view text selection:disabled, iconview text selection:disabled,
2358
textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, spinbutton:not(.vertical) selection:disabled,
2359
entry selection:disabled, modelbutton.flat:disabled:selected,
2360
.menuitem.button.flat:disabled:selected, popover.background.menu button:disabled:checked,
2361
popover.background button.model:disabled:checked, row:disabled:selected, calendar:disabled:selected, .budgie-menu button:disabled:checked {
2362
color: rgba(255, 255, 255, 0.4); }
2363
2364
.monospace {
2365
font-family: monospace; }
2366
2367
/**********************
2368
* Touch Copy & Paste *
2369
*********************/
2370
cursor-handle {
2371
border-radius: 9999px;
2372
background-color: #FF4081;
2373
background-image: none; }
2374
cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) {
2375
padding-left: 6px;
2376
border-top-right-radius: 0; }
2377
cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) {
2378
padding-right: 6px;
2379
border-top-left-radius: 0; }
2380
cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) {
2381
-GtkWidget-text-handle-width: 24;
2382
-GtkWidget-text-handle-height: 30;
2383
-gtk-icon-source: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")); }
2384
2385
.context-menu {
2386
font: initial; }
2387
2388
.inline-toolbar
2389
button:not(.text-button), check,
2390
radio, button.titlebutton, .nautilus-window headerbar > revealer > button, .raven .expander-button,
2391
button.close,
2392
button.circular {
2393
border-radius: 9999px;
2394
-gtk-outline-radius: 9999px; }
2395
2396
spinbutton:not(.vertical) button, notebook > header tab button.flat, button.sidebar-button, .nautilus-window .floating-bar button, .gedit-document-panel row button.flat, .gedit-search-slider button:dir(ltr), .gedit-search-slider button:dir(rtl), .pluma-window paned.horizontal box.vertical box.horizontal button.flat {
2397
min-height: 24px;
2398
min-width: 24px;
2399
padding: 0;
2400
border-radius: 9999px;
2401
-gtk-outline-radius: 9999px; }
2402
2403
.keycap {
2404
min-width: 12px;
2405
min-height: 26px;
2406
margin-top: 2px;
2407
padding-bottom: 2px;
2408
padding-left: 8px;
2409
padding-right: 8px;
2410
border: solid 1px rgba(0, 0, 0, 0.2);
2411
border-radius: 3px;
2412
box-shadow: inset 0 -2px rgba(0, 0, 0, 0.2);
2413
background-color: #546E7A;
2414
color: #FFFFFF;
2415
font-size: smaller; }
2416
2417
:not(decoration):not(window):drop(active) {
2418
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
2419
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 0 0 2px #FF4081;
2420
caret-color: #FF4081; }
2421
2422
stackswitcher button.text-button {
2423
min-width: 100px; }
2424
2425
stackswitcher button.circular,
2426
stackswitcher button.text-button.circular {
2427
min-width: 36px;
2428
min-height: 36px;
2429
padding: 0; }
2430
2431
/************
2432
* Nautilus *
2433
************/
2434
.nautilus-window,
2435
.nautilus-window notebook,
2436
.nautilus-window notebook > stack {
2437
background-color: #546E7A; }
2438
2439
.nautilus-window paned > separator {
2440
background-color: #455A64; }
2441
2442
.nautilus-desktop.nautilus-canvas-item, .caja-desktop.caja-canvas-item {
2443
color: #FFFFFF;
2444
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
2445
2446
.nautilus-desktop.nautilus-canvas-item:selected, .caja-desktop.caja-canvas-item:selected {
2447
text-shadow: none; }
2448
2449
@keyframes needs_attention_keyframes {
2450
from {
2451
background-color: transparent; }
2452
to {
2453
background-color: alpha(currentColor, 0.3); } }
2454
.nautilus-operations-button-needs-attention {
2455
color: #FF4081;
2456
animation: needs_attention_keyframes 0.3s cubic-bezier(0.4, 0, 0.2, 1) 2 alternate; }
2457
2458
.nautilus-operations-button-needs-attention-multiple {
2459
color: #FF4081;
2460
animation: needs_attention_keyframes 0.3s cubic-bezier(0.4, 0, 0.2, 1) 4 alternate; }
2461
2462
.nautilus-window .floating-bar {
2463
min-height: 32px;
2464
padding: 0;
2465
border-style: solid solid none;
2466
border-width: 1px;
2467
border-color: rgba(0, 0, 0, 0.2);
2468
border-radius: 3px 3px 0 0;
2469
background-color: #546E7A;
2470
background-clip: border-box;
2471
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), border-width 0; }
2472
.nautilus-window .floating-bar.bottom.left {
2473
margin-right: 7px;
2474
border-left-style: none;
2475
border-top-left-radius: 0; }
2476
.nautilus-window .floating-bar.bottom.right {
2477
margin-left: 7px;
2478
border-right-style: none;
2479
border-top-right-radius: 0; }
2480
.nautilus-window .floating-bar button {
2481
margin: 4px; }
2482
2483
.disk-space-display.unknown {
2484
background-color: #FF6D00; }
2485
2486
.disk-space-display.used {
2487
background-color: #42A5F5; }
2488
2489
.disk-space-display.free {
2490
background-color: alpha(currentColor, 0.3);
2491
color: rgba(255, 255, 255, 0.4); }
2492
2493
.documents-entry-tag, .photos-entry-tag {
2494
margin: 3px -2px 3px 8px;
2495
padding: 0 8px;
2496
border-radius: 9999px;
2497
box-shadow: none;
2498
background-color: #42A5F5;
2499
color: #FFFFFF; }
2500
.documents-entry-tag:hover, .photos-entry-tag:hover {
2501
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
2502
2503
.documents-entry-tag.button, .button.photos-entry-tag {
2504
margin: 0 -2px;
2505
padding: 4px;
2506
border-radius: 9999px;
2507
box-shadow: none;
2508
color: rgba(255, 255, 255, 0.75); }
2509
.documents-entry-tag.button:hover, .button.photos-entry-tag:hover, .documents-entry-tag.button:active, .button.photos-entry-tag:active {
2510
color: #FFFFFF; }
2511
2512
.nautilus-window searchbar {
2513
border-top: 1px solid rgba(0, 0, 0, 0.2); }
2514
2515
.nautilus-window .searchbar-container {
2516
margin-top: -1px; }
2517
2518
.conflict-row:not(:selected) {
2519
background-color: #876e55; }
2520
2521
dialog.background > box.dialog-vbox.vertical > grid.horizontal > scrolledwindow.frame {
2522
border-style: none; }
2523
dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child {
2524
margin: -6px 0 0 -6px;
2525
border-top: 1px solid rgba(0, 0, 0, 0.2); }
2526
dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > label {
2527
margin: 0 8px; }
2528
dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > box > button {
2529
border-radius: 0; }
2530
2531
.nautilus-menu-sort-heading {
2532
margin: 1px 3px;
2533
font-weight: 500; }
2534
.nautilus-menu-sort-heading:disabled {
2535
color: rgba(255, 255, 255, 0.6); }
2536
2537
.nautilus-window > popover.menu {
2538
padding: 3px; }
2539
.nautilus-window > popover.menu > stack > box > box > box {
2540
margin-top: -6px; }
2541
.nautilus-window > popover.menu > stack > box > box > box > box {
2542
margin-bottom: -6px; }
2543
.nautilus-window > popover.menu > stack > box > box > box > box.linked {
2544
margin-top: 1px; }
2545
.nautilus-window > popover.menu separator {
2546
margin-bottom: -2px; }
2547
2548
/*********
2549
* gedit *
2550
*********/
2551
.open-document-selector-name-label {
2552
font-weight: bold; }
2553
2554
.open-document-selector-path-label {
2555
color: alpha(currentColor, 0.6);
2556
font-size: smaller; }
2557
2558
.gedit-document-panel {
2559
background-color: #607D8B; }
2560
2561
.gedit-document-panel-group-row {
2562
border-top: 1px solid rgba(0, 0, 0, 0.2); }
2563
2564
.gedit-document-panel-group-row:first-child {
2565
border-top: none; }
2566
2567
.gedit-document-panel row button.flat {
2568
margin-top: 8px;
2569
margin-bottom: 8px; }
2570
2571
.gedit-side-panel-paned statusbar {
2572
border-top: 1px solid rgba(0, 0, 0, 0.2); }
2573
2574
.gedit-search-slider {
2575
margin: 4px 4px 8px; }
2576
.gedit-search-slider entry:dir(ltr), .gedit-search-slider entry:dir(rtl) {
2577
border-radius: 2px; }
2578
.gedit-search-slider entry:dir(ltr) .gedit-search-entry-occurrences-tag, .gedit-search-slider entry:dir(rtl) .gedit-search-entry-occurrences-tag {
2579
all: unset;
2580
color: alpha(currentColor, 0.6); }
2581
.gedit-search-slider entry:dir(ltr) {
2582
margin-right: -66px;
2583
padding-right: 66px; }
2584
.gedit-search-slider entry:dir(ltr) .gedit-search-entry-occurrences-tag {
2585
margin-left: 6px; }
2586
.gedit-search-slider entry:dir(ltr) image.right {
2587
margin-right: 0; }
2588
.gedit-search-slider entry:dir(rtl) {
2589
margin-left: -66px;
2590
padding-left: 66px; }
2591
.gedit-search-slider entry:dir(rtl) .gedit-search-entry-occurrences-tag {
2592
margin-right: 6px; }
2593
.gedit-search-slider entry:dir(rtl) image.left {
2594
margin-left: 0; }
2595
.gedit-search-slider entry.error ~ button {
2596
color: rgba(255, 255, 255, 0.75); }
2597
.gedit-search-slider entry.error ~ button:hover, .gedit-search-slider entry.error ~ button:active {
2598
color: #FFFFFF; }
2599
.gedit-search-slider entry.error ~ button:disabled {
2600
color: rgba(255, 255, 255, 0.3); }
2601
.gedit-search-slider button {
2602
border: solid 6px transparent; }
2603
.gedit-search-slider button:last-child:dir(ltr), .gedit-search-slider button:not(:first-child):dir(rtl) {
2604
margin-left: -3px; }
2605
.gedit-search-slider button:first-child:dir(rtl), .gedit-search-slider button:not(:last-child):dir(ltr) {
2606
margin-right: -3px; }
2607
2608
frame.gedit-map-frame > border:dir(ltr) {
2609
border-style: none none none solid; }
2610
frame.gedit-map-frame > border:dir(rtl) {
2611
border-style: none solid none none; }
2612
2613
/**************
2614
* Tweak Tool *
2615
**************/
2616
.tweak-categories {
2617
background-image: image(#607D8B); }
2618
.tweak-categories separator {
2619
min-width: 0;
2620
min-height: 0;
2621
background: transparent; }
2622
2623
.tweak {
2624
padding: 3px; }
2625
.tweak.title:hover {
2626
box-shadow: none; }
2627
2628
.tweak-group-white,
2629
.tweak-white,
2630
.tweak-white:hover {
2631
background-image: image(#546E7A); }
2632
2633
.tweak-startup,
2634
.tweak-startup:hover {
2635
background-image: image(#546E7A); }
2636
2637
.tweak-group-startup {
2638
background-image: image(#546E7A);
2639
border: 1px solid rgba(0, 0, 0, 0.2); }
2640
2641
/***********
2642
* Builder *
2643
***********/
2644
workbench stack.titlebar {
2645
padding: 0; }
2646
2647
workbench:not(.tiled):not(.maximized):not(.fullscreen) stack.titlebar headerbar {
2648
border-radius: 2px 2px 0 0; }
2649
2650
layouttabbar {
2651
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
2652
background-color: #455A64; }
2653
2654
layouttabbar > box > button {
2655
margin: 2px 0; }
2656
2657
layouttab {
2658
margin: 0 8px;
2659
border-style: none solid;
2660
border-width: 1px;
2661
border-color: rgba(0, 0, 0, 0.2);
2662
box-shadow: inset 0 -2px #42A5F5;
2663
background-color: #546E7A; }
2664
2665
layouttab separator.vertical {
2666
margin: 8px 4px; }
2667
2668
layouttab button.text-button, layouttab button.image-button, layouttab button {
2669
margin-top: 8px;
2670
margin-bottom: 8px;
2671
padding: 0 4px; }
2672
2673
layouttab > box > button.close {
2674
border-radius: 9999px; }
2675
2676
layout {
2677
border: 1px solid rgba(0, 0, 0, 0.2);
2678
-PnlDockBin-handle-size: 1; }
2679
2680
entry.search-missing {
2681
background-color: #DD2C00;
2682
color: #FFFFFF; }
2683
2684
workbench treeview.image {
2685
color: alpha(currentColor, 0.6); }
2686
2687
workbench treeview.image:selected {
2688
color: rgba(255, 255, 255, 0.6); }
2689
2690
popover.popover-selector list {
2691
padding: 6px; }
2692
2693
popover.popover-selector list row {
2694
border-radius: 2px; }
2695
2696
popover.popover-selector list row image:dir(ltr) {
2697
margin-right: 6px; }
2698
popover.popover-selector list row image:dir(rtl) {
2699
margin-left: 6px; }
2700
2701
omnibar.linked:not(.vertical) entry {
2702
border-radius: 2px; }
2703
omnibar:not(:hover):not(:active) entry {
2704
color: rgba(255, 255, 255, 0.75); }
2705
2706
popover.omnibar list row:not(:last-child) {
2707
border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
2708
2709
entry.preferences-search {
2710
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
2711
background-color: #546E7A; }
2712
2713
preferences stacksidebar.sidebar list {
2714
background-color: #607D8B; }
2715
2716
preferences stacksidebar.sidebar:dir(ltr) list, preferences stacksidebar.sidebar:dir(rtl) list {
2717
border-style: none; }
2718
2719
preferences stacksidebar list separator {
2720
min-width: 0;
2721
min-height: 0;
2722
background: transparent; }
2723
2724
preferences > box > box:dir(ltr) {
2725
border-right: 1px solid rgba(0, 0, 0, 0.2); }
2726
preferences > box > box:dir(rtl) {
2727
border-left: 1px solid rgba(0, 0, 0, 0.2); }
2728
2729
popover.messagepopover.background {
2730
padding: 0; }
2731
2732
popover.messagepopover .popover-action-area button {
2733
padding: 8px 16px;
2734
border-top: 1px solid rgba(0, 0, 0, 0.2);
2735
border-radius: 0; }
2736
2737
popover.messagepopover .popover-action-area button:first-child {
2738
border-bottom-left-radius: 2px; }
2739
2740
popover.messagepopover .popover-action-area button:last-child {
2741
border-bottom-right-radius: 2px; }
2742
2743
popover.messagepopover .popover-content-area {
2744
margin: 16px; }
2745
2746
popover.transfers list {
2747
background-color: transparent; }
2748
2749
popover.transfers list row:not(:first-child) {
2750
border-top: 1px solid rgba(0, 0, 0, 0.2); }
2751
2752
popover.transfers list row > box {
2753
padding: 10px; }
2754
2755
dockbin {
2756
border: 1px solid rgba(0, 0, 0, 0.2);
2757
-PnlDockBin-handle-size: 1; }
2758
2759
dockpaned {
2760
border: 1px solid rgba(0, 0, 0, 0.2); }
2761
2762
eggsearchbar box.search-bar {
2763
padding: 0 8px;
2764
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
2765
background-color: #455A64; }
2766
2767
docktabstrip {
2768
padding: 0 8px;
2769
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
2770
background-color: #455A64; }
2771
2772
docktab {
2773
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
2774
min-height: 24px;
2775
min-width: 24px;
2776
margin-bottom: -1px;
2777
padding: 6px 6px;
2778
outline-offset: -6px;
2779
border-width: 1px;
2780
border-color: transparent;
2781
background-image: radial-gradient(circle farthest-corner at center, #42A5F5 10%, transparent 0%);
2782
background-repeat: no-repeat;
2783
background-position: center;
2784
background-size: 0% 0%;
2785
color: rgba(255, 255, 255, 0.75);
2786
font-weight: 500; }
2787
docktab:hover {
2788
box-shadow: inset 0 -2px alpha(currentColor, 0.3);
2789
color: #FFFFFF; }
2790
docktab:checked {
2791
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), background-size 0.3s cubic-bezier(0, 0, 0.2, 1), background-image 0.8s cubic-bezier(0, 0, 0.2, 1);
2792
box-shadow: inset 0 -2px #42A5F5;
2793
background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%);
2794
background-size: 1000% 1000%;
2795
color: #FFFFFF; }
2796
2797
dockoverlayedge {
2798
background-color: #455A64; }
2799
2800
dockoverlayedge docktabstrip {
2801
padding: 0;
2802
border: none; }
2803
2804
dockoverlayedge.left-edge docktab:hover {
2805
box-shadow: inset -2px 0 alpha(currentColor, 0.3); }
2806
dockoverlayedge.left-edge docktab:checked {
2807
box-shadow: inset -2px 0 #42A5F5; }
2808
2809
dockoverlayedge.right-edge docktab:hover {
2810
box-shadow: inset 2px 0 alpha(currentColor, 0.3); }
2811
dockoverlayedge.right-edge docktab:checked {
2812
box-shadow: inset 2px 0 #42A5F5; }
2813
2814
pillbox {
2815
background-color: #455A64;
2816
border-radius: 2px; }
2817
2818
layoutpane entry.search {
2819
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
2820
background-color: #546E7A; }
2821
2822
editortweak entry.search {
2823
margin-bottom: -1px;
2824
box-shadow: none; }
2825
2826
.gb-search-entry-occurrences-tag {
2827
box-shadow: none;
2828
background-color: transparent; }
2829
2830
docktabstrip {
2831
min-height: 39px; }
2832
2833
workbench preferences preferencesgroup list entry {
2834
padding-top: 8px;
2835
padding-bottom: 8px; }
2836
2837
button.run-arrow-button {
2838
padding-left: 10px;
2839
padding-right: 10px; }
2840
2841
/**********
2842
* Photos *
2843
**********/
2844
GdMainIconView.content-view {
2845
-GdMainIconView-icon-size: 48; }
2846
2847
.documents-counter {
2848
margin: 8px;
2849
border-radius: 9999px;
2850
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23);
2851
background-color: #FF4081;
2852
color: #FFFFFF;
2853
font-weight: bold; }
2854
2855
.documents-scrolledwin.frame {
2856
border-style: none; }
2857
2858
.photos-fade-in {
2859
opacity: 1;
2860
transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1); }
2861
2862
.photos-fade-out {
2863
opacity: 0;
2864
transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1); }
2865
2866
overlay grid.horizontal > revealer > scrolledwindow.frame:dir(ltr) {
2867
border-style: none none none solid; }
2868
overlay grid.horizontal > revealer > scrolledwindow.frame:dir(rtl) {
2869
border-style: none solid none none; }
2870
2871
/*********
2872
* Music *
2873
*********/
2874
.side-panel:dir(ltr) {
2875
border-style: solid;
2876
border-color: rgba(0, 0, 0, 0.2); }
2877
2878
.side-panel:dir(rtl) {
2879
border-style: solid;
2880
border-color: rgba(0, 0, 0, 0.2); }
2881
2882
.side-panel .view, .side-panel iconview {
2883
background-image: image(#607D8B); }
2884
.side-panel .view:hover, .side-panel iconview:hover {
2885
background-image: image(#688491); }
2886
2887
.side-panel .view:selected, .side-panel iconview:selected {
2888
background-image: image(#42A5F5); }
2889
.side-panel .view:selected:hover, .side-panel iconview:selected:hover {
2890
background-image: image(#4baaf6); }
2891
2892
.songs-list:hover {
2893
background-image: image(alpha(currentColor, 0.05)); }
2894
2895
frame.documents-dropdown {
2896
margin: 8px; }
2897
frame.documents-dropdown > border {
2898
border: none; }
2899
2900
box.vertical:not(.titlebar) > revealer > toolbar.search-bar {
2901
border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
2902
box.vertical:not(.titlebar) > revealer > toolbar.search-bar button > widget {
2903
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
2904
2905
/*********
2906
* To Do *
2907
*********/
2908
task-row {
2909
transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
2910
margin: 0 -4px; }
2911
task-row:hover {
2912
transition: none; }
2913
task-row label {
2914
margin: 0 8px; }
2915
task-row image {
2916
margin: 0 4px; }
2917
2918
task-list-view > box > revealer > box > button {
2919
min-height: 36px;
2920
margin: -4px;
2921
padding: 0 12px; }
2922
task-list-view > box > revealer > box > button label {
2923
margin: 0 8px; }
2924
task-list-view > box > revealer > box > button image {
2925
margin: 0 4px; }
2926
2927
/*******
2928
* eog *
2929
*******/
2930
#eog-thumb-nav scrolledwindow {
2931
border-top: none; }
2932
#eog-thumb-nav button {
2933
-gtk-outline-radius: 2px; }
2934
2935
/*************
2936
* Evolution *
2937
*************/
2938
frame.taskbar > border {
2939
border-style: solid none none; }
2940
2941
box.vertical > paned.horizontal notebook widget .frame {
2942
border-style: none; }
2943
2944
/********
2945
* gitg *
2946
********/
2947
frame.commit-frame > border {
2948
border-style: solid none none; }
2949
2950
/**************
2951
* Characters *
2952
**************/
2953
box.dialog-vbox scrolledwindow.related {
2954
border: 1px solid rgba(0, 0, 0, 0.2); }
2955
2956
list.categories {
2957
background-image: image(#607D8B); }
2958
2959
/**************
2960
* Calculator *
2961
**************/
2962
button.title label {
2963
min-height: 36px; }
2964
2965
/************
2966
* Terminix *
2967
************/
2968
.terminix-background box.vertical > widget > box.horizontal {
2969
padding: 3px 0 2px; }
2970
.terminix-background box.vertical > widget > box.horizontal button {
2971
padding: 4px 8px; }
2972
.terminix-background box.vertical > widget > box.horizontal button.image-button {
2973
padding: 4px; }
2974
2975
.terminix-background revealer > frame > border {
2976
border-style: none; }
2977
2978
button.image-button.session-new-button {
2979
min-width: 32px; }
2980
2981
overlay > revealer.left > scrolledwindow.frame,
2982
overlay > revealer.right > scrolledwindow.frame {
2983
border-style: none;
2984
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25), 0 10px 5px rgba(0, 0, 0, 0.22); }
2985
2986
overlay > revealer.left > scrolledwindow.frame {
2987
margin-right: 32px; }
2988
2989
overlay > revealer.right > scrolledwindow.frame {
2990
margin-left: 32px; }
2991
2992
.terminix-session-sidebar {
2993
background-image: image(#607D8B); }
2994
2995
/***********
2996
* Eclipse *
2997
***********/
2998
window.background > box.vertical > scrolledwindow > widget toolbar {
2999
padding: 2px; }
3000
window.background > box.vertical > scrolledwindow > widget toolbar separator,
3001
window.background > box.vertical > scrolledwindow > widget toolbar button {
3002
margin: 2px; }
3003
window.background > box.vertical > scrolledwindow > widget toolbar button {
3004
border-radius: 2px; }
3005
3006
/***********
3007
* Firefox *
3008
***********/
3009
window.background > widget > menubar {
3010
color: rgba(255, 255, 255, 0.75); }
3011
window.background > widget > menubar:hover {
3012
color: #FFFFFF; }
3013
window.background > widget > menubar:disabled {
3014
color: rgba(255, 255, 255, 0.3); }
3015
3016
window.background > menu > menuitem > label:disabled {
3017
color: rgba(255, 255, 255, 0.4); }
3018
3019
window.background > window.background > menu > separator {
3020
color: rgba(0, 0, 0, 0.2); }
3021
3022
window.background > widget > frame {
3023
color: rgba(0, 0, 0, 0.2); }
3024
3025
window.background > widget > checkbutton > check,
3026
window.background > widget > radiobutton > radio {
3027
margin: 0;
3028
padding: 0; }
3029
3030
window.background > widget > radiobutton > radio:checked {
3031
-gtk-icon-source: image(-gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/radio-checked-symbolic.png")));
3032
border-image: none; }
3033
3034
/***********
3035
* Synapse *
3036
***********/
3037
window.background > box.vertical > widget > widget:selected {
3038
background-color: #42A5F5; }
3039
3040
/*********
3041
* Unity *
3042
*********/
3043
UnityDecoration {
3044
-UnityDecoration-extents: 28px 0 0 0;
3045
-UnityDecoration-input-extents: 8px;
3046
-UnityDecoration-shadow-offset-x: 0;
3047
-UnityDecoration-shadow-offset-y: 3px;
3048
-UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.48);
3049
-UnityDecoration-active-shadow-radius: 18px;
3050
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.32);
3051
-UnityDecoration-inactive-shadow-radius: 6px;
3052
-UnityDecoration-glow-size: 8px;
3053
-UnityDecoration-glow-color: #42A5F5;
3054
-UnityDecoration-title-indent: 4px;
3055
-UnityDecoration-title-fade: 32px;
3056
-UnityDecoration-title-alignment: 0.0; }
3057
3058
UnityDecoration .top {
3059
padding: 0 2px;
3060
border-style: none;
3061
border-radius: 2px 2px 0 0;
3062
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
3063
background-color: #37474F;
3064
color: #FFFFFF; }
3065
3066
UnityDecoration .top:backdrop {
3067
color: rgba(255, 255, 255, 0.75); }
3068
3069
UnityDecoration .menuitem {
3070
color: alpha(currentColor, 0.75); }
3071
3072
UnityDecoration .menuitem:hover {
3073
box-shadow: inset 0 -2px currentColor;
3074
background-color: transparent;
3075
color: currentColor; }
3076
3077
.background:not(.csd) headerbar:not(.titlebar) {
3078
border-radius: 0;
3079
box-shadow: none; }
3080
.background:not(.csd) headerbar:not(.titlebar).inline-toolbar {
3081
border-style: none; }
3082
3083
UnityPanelWidget,
3084
.unity-panel {
3085
background-color: #263238;
3086
background-image: image(#263238);
3087
color: #FFFFFF; }
3088
3089
UnityPanelWidget:backdrop,
3090
.unity-panel:backdrop {
3091
color: rgba(255, 255, 255, 0.75); }
3092
3093
.unity-panel.menuitem,
3094
.unity-panel .menuitem {
3095
color: alpha(currentColor, 0.75); }
3096
3097
.unity-panel.menubar.menuitem:hover,
3098
.unity-panel.menubar .menuitem *:hover {
3099
box-shadow: inset 0 -2px currentColor;
3100
background-color: transparent;
3101
color: currentColor; }
3102
3103
@keyframes playbackmenuitem_spinner {
3104
to {
3105
-gtk-icon-transform: rotate(1turn); } }
3106
.menu IdoPlaybackMenuItem.menuitem:active {
3107
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
3108
animation: playbackmenuitem_spinner 1s infinite linear;
3109
color: #42A5F5; }
3110
3111
/**************
3112
* Mate-Panel *
3113
**************/
3114
.mate-panel-menu-bar menubar,
3115
#PanelApplet-window-menu-applet-button {
3116
background-color: transparent; }
3117
3118
#PanelPlug,
3119
PanelToplevel.background {
3120
background-color: #263238;
3121
color: #FFFFFF;
3122
font-weight: 500; }
3123
3124
PanelToplevel > widget > button {
3125
padding: 0 4px;
3126
border-radius: 0; }
3127
3128
PanelSeparator {
3129
color: rgba(0, 0, 0, 0.2); }
3130
3131
MatePanelAppletFrameDBus {
3132
border-style: solid;
3133
border-width: 0 1px;
3134
border-color: rgba(0, 0, 0, 0.2); }
3135
3136
.mate-panel-menu-bar menubar menuitem {
3137
padding: 4px; }
3138
3139
.mate-panel-menu-bar menubar menu menuitem {
3140
padding: 6px; }
3141
3142
.mate-panel-menu-bar #PanelApplet button {
3143
-GtkWidget-window-dragging: true;
3144
padding: 4px;
3145
border-radius: 0; }
3146
3147
PanelApplet.wnck-applet .wnck-pager {
3148
background-color: transparent;
3149
color: #40C4FF; }
3150
PanelApplet.wnck-applet .wnck-pager:hover {
3151
background-color: alpha(currentColor, 0.15); }
3152
PanelApplet.wnck-applet .wnck-pager:active {
3153
background-color: alpha(currentColor, 0.3); }
3154
PanelApplet.wnck-applet .wnck-pager:selected {
3155
background-color: #42A5F5; }
3156
3157
#MatePanelPopupWindow {
3158
border: 1px solid rgba(0, 0, 0, 0.2);
3159
border-radius: 3px;
3160
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); }
3161
#MatePanelPopupWindow frame > border {
3162
border-style: none; }
3163
#MatePanelPopupWindow ClockMap {
3164
border: 1px solid rgba(0, 0, 0, 0.2); }
3165
3166
na-tray-applet {
3167
-NaTrayApplet-icon-padding: 3px;
3168
-NaTrayApplet-icon-size: 16; }
3169
3170
.mate-panel-menu-bar {
3171
-PanelMenuBar-icon-visible: true; }
3172
3173
.mate-panel-applet-slider {
3174
background: transparent; }
3175
.mate-panel-applet-slider frame {
3176
border: 1px solid rgba(0, 0, 0, 0.2);
3177
border-radius: 3px;
3178
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
3179
background-color: #455A64; }
3180
.mate-panel-applet-slider frame frame {
3181
all: unset; }
3182
.mate-panel-applet-slider frame > border {
3183
border-style: none; }
3184
3185
/*********************
3186
* CAJA File manager *
3187
*********************/
3188
.caja-navigation-window button.toggle.image-button {
3189
border-radius: 2px; }
3190
3191
.caja-pathbar button {
3192
margin: 0 -1px 0 -2px; }
3193
3194
.caja-pathbar button > widget {
3195
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
3196
-GtkArrow-arrow-scaling: 1; }
3197
3198
.caja-side-pane notebook viewport.frame,
3199
.caja-side-pane notebook widget .vertical {
3200
background-color: #546E7A; }
3201
3202
.caja-side-pane notebook .frame,
3203
.caja-notebook .frame {
3204
border-style: none; }
3205
3206
.caja-side-pane notebook,
3207
.caja-notebook {
3208
border-top: 1px solid rgba(0, 0, 0, 0.2); }
3209
3210
.caja-navigation-window statusbar {
3211
margin: 0 -10px;
3212
padding: 0 4px;
3213
border-top: 1px solid rgba(0, 0, 0, 0.2); }
3214
3215
.caja-notebook frame > border {
3216
border-style: none; }
3217
3218
#caja-extra-view-widget {
3219
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
3220
background-color: #455A64; }
3221
#caja-extra-view-widget > box > box > label {
3222
font-weight: bold; }
3223
3224
/*********
3225
* Pluma *
3226
*********/
3227
.pluma-window statusbar {
3228
margin: 0 -10px;
3229
padding: 0 4px;
3230
border-top: 1px solid rgba(0, 0, 0, 0.2); }
3231
3232
.pluma-window statusbar frame > border {
3233
border-style: none; }
3234
3235
.pluma-window statusbar frame button.flat {
3236
padding: 0 4px;
3237
border-radius: 0; }
3238
3239
.pluma-window statusbar frame button.flat widget {
3240
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
3241
-GtkArrow-arrow-scaling: 1; }
3242
3243
.pluma-print-preview toolbar {
3244
border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
3245
3246
.pluma-window paned.horizontal box.vertical box.horizontal button.flat {
3247
margin: 1px; }
3248
3249
.pluma-window paned.horizontal box.vertical .frame {
3250
border-style: none; }
3251
3252
.pluma-window paned.horizontal box.vertical notebook.frame {
3253
margin-top: -1px;
3254
border-top: 1px solid rgba(0, 0, 0, 0.2); }
3255
3256
.pluma-window paned.horizontal box.vertical notebook.frame box.vertical toolbar.horizontal {
3257
border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
3258
3259
/*********
3260
* Atril *
3261
*********/
3262
.atril-window paned.horizontal box.vertical .frame {
3263
border-style: none; }
3264
3265
.atril-window paned.horizontal box.vertical notebook .frame {
3266
border-top: 1px solid rgba(0, 0, 0, 0.2); }
3267
3268
/* mate-screensaver lock dialog */
3269
.lock-dialog {
3270
border-radius: 2px;
3271
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25), 0 10px 5px rgba(0, 0, 0, 0.22), inset 0 1px rgba(255, 255, 255, 0.1); }
3272
.lock-dialog frame > border {
3273
border-style: none; }
3274
3275
/******************
3276
* Budgie Desktop *
3277
******************/
3278
.budgie-container {
3279
background-color: transparent; }
3280
3281
.budgie-menu.background {
3282
padding: 0; }
3283
.budgie-menu scrolledwindow:not(.categories) {
3284
background-color: #546E7A; }
3285
.budgie-menu entry.search {
3286
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
3287
border-radius: 2px 2px 0 0;
3288
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
3289
font-size: 120%; }
3290
.budgie-menu button {
3291
min-height: 32px;
3292
padding: 0 8px;
3293
border-radius: 0;
3294
color: #FFFFFF;
3295
font-weight: normal; }
3296
.budgie-menu button:disabled {
3297
color: rgba(255, 255, 255, 0.4); }
3298
.budgie-menu row {
3299
all: unset; }
3300
3301
button.budgie-menu-launcher {
3302
padding: 0 2px; }
3303
3304
.user-menu {
3305
padding: 10px; }
3306
3307
button.raven-trigger {
3308
padding-left: 2px;
3309
padding-right: 2px; }
3310
3311
.budgie-panel {
3312
background-color: #263238;
3313
color: #FFFFFF;
3314
font-weight: 500; }
3315
.budgie-panel button {
3316
border-radius: 0; }
3317
.budgie-panel separator {
3318
background-color: alpha(currentColor, 0.3); }
3319
.budgie-panel .alert {
3320
color: #FF5252; }
3321
.budgie-panel .end-region {
3322
border-radius: 2px;
3323
background-color: rgba(0, 0, 0, 0.2); }
3324
3325
.budgie-panel #tasklist-button {
3326
padding: 0 4px; }
3327
3328
.budgie-panel button.flat.launcher {
3329
padding-top: 0;
3330
padding-bottom: 0; }
3331
3332
.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button, .top .budgie-panel button.flat.launcher, .budgie-panel .top button.flat.launcher {
3333
border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 0%, transparent 0%) 0 0 0/0px 0 0; }
3334
.top .budgie-panel #tasklist-button:checked, .budgie-panel .top #tasklist-button:checked, .top .budgie-panel button.flat.launcher:checked, .budgie-panel .top button.flat.launcher:checked, .top .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .top button.flat.launcher,
3335
.top .budgie-panel .pinned button.flat.launcher.running,
3336
.budgie-panel .pinned .top button.flat.launcher.running {
3337
border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0/2px 0 0; }
3338
.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button, .bottom .budgie-panel button.flat.launcher, .budgie-panel .bottom button.flat.launcher {
3339
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; }
3340
.bottom .budgie-panel #tasklist-button:checked, .budgie-panel .bottom #tasklist-button:checked, .bottom .budgie-panel button.flat.launcher:checked, .budgie-panel .bottom button.flat.launcher:checked, .bottom .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .bottom button.flat.launcher,
3341
.bottom .budgie-panel .pinned button.flat.launcher.running,
3342
.budgie-panel .pinned .bottom button.flat.launcher.running {
3343
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; }
3344
.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button, .left .budgie-panel button.flat.launcher, .budgie-panel .left button.flat.launcher {
3345
border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0px 0 0; }
3346
.left .budgie-panel #tasklist-button:checked, .budgie-panel .left #tasklist-button:checked, .left .budgie-panel button.flat.launcher:checked, .budgie-panel .left button.flat.launcher:checked, .left .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .left button.flat.launcher,
3347
.left .budgie-panel .pinned button.flat.launcher.running,
3348
.budgie-panel .pinned .left button.flat.launcher.running {
3349
border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; }
3350
.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button, .right .budgie-panel button.flat.launcher, .budgie-panel .right button.flat.launcher {
3351
border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0px; }
3352
.right .budgie-panel #tasklist-button:checked, .budgie-panel .right #tasklist-button:checked, .right .budgie-panel button.flat.launcher:checked, .budgie-panel .right button.flat.launcher:checked, .right .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .right button.flat.launcher,
3353
.right .budgie-panel .pinned button.flat.launcher.running,
3354
.budgie-panel .pinned .right button.flat.launcher.running {
3355
border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; }
3356
3357
frame.raven-frame > border {
3358
border-style: none;
3359
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25), 0 10px 5px rgba(0, 0, 0, 0.22); }
3360
3361
.top frame.raven-frame > border {
3362
margin-bottom: 32px; }
3363
3364
.bottom frame.raven-frame > border {
3365
margin-top: 32px; }
3366
3367
.left frame.raven-frame > border {
3368
margin-right: 32px; }
3369
3370
.right frame.raven-frame > border {
3371
margin-left: 32px; }
3372
3373
.raven {
3374
background-color: #546E7A; }
3375
.raven stackswitcher.linked > button {
3376
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #FFA726 0%, transparent 0%) 0 0 0/0 0 0px;
3377
border-radius: 0; }
3378
.raven stackswitcher.linked > button:checked {
3379
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #FFA726 100%, transparent 0%) 0 0 2/0 0 2px;
3380
background-color: transparent; }
3381
.raven .raven-header {
3382
min-height: 36px;
3383
padding: 3px;
3384
border-style: none none solid;
3385
border-width: 1px;
3386
border-color: rgba(0, 0, 0, 0.2); }
3387
.raven .raven-header:not(.top) {
3388
margin-top: -6px; }
3389
.raven .raven-header:not(.top) button.image-button {
3390
border-radius: 9999px;
3391
-gtk-outline-radius: 9999px; }
3392
.raven .raven-header.top {
3393
padding: 2px 0;
3394
border-style: none;
3395
background-color: #42A5F5;
3396
color: #FFFFFF; }
3397
.raven .raven-header.top stackswitcher button {
3398
margin: -6px 0;
3399
min-height: 36px; }
3400
.raven .raven-header.top button.image-button:dir(ltr) {
3401
margin-right: 2px; }
3402
.raven .raven-header.top button.image-button:dir(rtl) {
3403
margin-left: 2px; }
3404
.raven .raven-header.top > image {
3405
margin: 0 8px; }
3406
.raven .raven-header.top > label {
3407
margin: 0 -8px;
3408
font-weight: bold; }
3409
.raven .raven-header.bottom {
3410
border-style: solid none none; }
3411
.raven viewport.frame .raven-header {
3412
margin-top: -8px; }
3413
.raven .raven-background {
3414
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
3415
background-color: #607D8B; }
3416
.raven .raven-background.frame {
3417
border-style: none none solid; }
3418
.raven .raven-background > overlay > image {
3419
color: alpha(currentColor, 0.3); }
3420
.raven scrolledwindow.raven-background {
3421
border-bottom-style: none; }
3422
.raven > stack > box > .raven-background {
3423
border-bottom-style: none;
3424
background-color: #42A5F5;
3425
color: #FFFFFF; }
3426
.raven > stack > box > .raven-background stackswitcher button {
3427
margin: -4px 0; }
3428
.raven .powerstrip button {
3429
margin: 2px 0 1px;
3430
padding: 12px; }
3431
.raven .option-subtitle {
3432
font-size: smaller; }
3433
3434
calendar.raven-calendar {
3435
border-style: none;
3436
background-color: transparent; }
3437
calendar.raven-calendar:selected {
3438
border-radius: 2px;
3439
background-color: #42A5F5; }
3440
3441
.raven-mpris {
3442
color: #FFFFFF;
3443
background-color: rgba(0, 0, 0, 0.6); }
3444
.raven-mpris label {
3445
min-height: 24px; }
3446
.raven-mpris button.image-button {
3447
padding: 12px; }
3448
3449
.budgie-notification-window, .budgie-osd-window {
3450
background-color: transparent; }
3451
3452
.budgie-notification .notification-title {
3453
font-size: 120%; }
3454
3455
.budgie-osd .budgie-osd-text {
3456
font-size: 120%; }
3457
3458
.drop-shadow {
3459
margin: 5px 9px;
3460
padding: 3px;
3461
border-radius: 2px;
3462
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 1px rgba(255, 255, 255, 0.1);
3463
background-color: #607D8B; }
3464
.drop-shadow .linked > button {
3465
border-radius: 2px; }
3466
3467
.budgie-session-dialog, .budgie-polkit-dialog, .budgie-run-dialog {
3468
border-radius: 2px;
3469
background-color: #607D8B; }
3470
.budgie-session-dialog decoration, .budgie-polkit-dialog decoration, .budgie-run-dialog decoration {
3471
border-radius: 2px; }
3472
3473
.budgie-session-dialog label:not(:last-child),
3474
.budgie-session-dialog .dialog-title {
3475
font-size: 120%; }
3476
.budgie-session-dialog .linked.horizontal > button {
3477
padding: 8px 16px;
3478
border-top: 1px solid rgba(0, 0, 0, 0.2);
3479
border-radius: 0; }
3480
.budgie-session-dialog .linked.horizontal > button:first-child {
3481
border-bottom-left-radius: 2px; }
3482
.budgie-session-dialog .linked.horizontal > button:last-child {
3483
border-bottom-right-radius: 2px; }
3484
3485
.budgie-polkit-dialog .message {
3486
color: rgba(255, 255, 255, 0.6); }
3487
.budgie-polkit-dialog .failure {
3488
color: #FF5252; }
3489
3490
.budgie-run-dialog {
3491
background-color: #546E7A; }
3492
.budgie-run-dialog entry.search {
3493
font-size: 120%;
3494
padding: 6px 14px;
3495
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
3496
background-color: transparent; }
3497
.budgie-run-dialog list .dim-label, .budgie-run-dialog list label.separator, .budgie-run-dialog list .titlebar:not(headerbar) .subtitle, .titlebar:not(headerbar) .budgie-run-dialog list .subtitle,
3498
.budgie-run-dialog list headerbar .subtitle,
3499
headerbar .budgie-run-dialog list .subtitle, .budgie-run-dialog list .budgie-notification .notification-body, .budgie-notification .budgie-run-dialog list .notification-body {
3500
opacity: 1; }
3501
.budgie-run-dialog scrolledwindow {
3502
border-top: 1px solid rgba(0, 0, 0, 0.2); }
3503
3504
/************************
3505
* LightDM GTK+ Greeter *
3506
************************/
3507
#panel_window {
3508
background-color: rgba(0, 0, 0, 0.3); }
3509
3510
#panel_window menubar,
3511
#panel_window separator {
3512
background-color: transparent; }
3513
3514
#panel_window menubar > menuitem {
3515
color: rgba(255, 255, 255, 0.75); }
3516
#panel_window menubar > menuitem:hover {
3517
color: #FFFFFF; }
3518
#panel_window menubar > menuitem:disabled {
3519
color: rgba(255, 255, 255, 0.3); }
3520
3521
#login_window,
3522
#shutdown_dialog,
3523
#restart_dialog {
3524
margin: 8px;
3525
border-radius: 2px;
3526
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 1px rgba(255, 255, 255, 0.1);
3527
background-color: #607D8B; }
3528
3529
#content_frame {
3530
padding-bottom: 20px;
3531
border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
3532
3533
#buttonbox_frame {
3534
padding-top: 24px; }
3535
#buttonbox_frame button {
3536
margin: -16px; }
3537
3538
#greeter_infobar {
3539
margin-top: -1px; }
3540
3541
/* GTK NAMED COLORS
3542
----------------
3543
use responsibly! */
3544
/*
3545
widget text/foreground color */
3546
@define-color theme_fg_color #FFFFFF;
3547
/*
3548
text color for entries, views and content in general */
3549
@define-color theme_text_color #FFFFFF;
3550
/*
3551
widget base background color */
3552
@define-color theme_bg_color #455A64;
3553
/*
3554
text widgets and the like base background color */
3555
@define-color theme_base_color #546E7A;
3556
/*
3557
base background color of selections */
3558
@define-color theme_selected_bg_color #42A5F5;
3559
/*
3560
text/foreground color of selections */
3561
@define-color theme_selected_fg_color #FFFFFF;
3562
/*
3563
base background color of insensitive widgets */
3564
@define-color insensitive_bg_color #455A64;
3565
/*
3566
text foreground color of insensitive widgets */
3567
@define-color insensitive_fg_color rgba(255, 255, 255, 0.4);
3568
/*
3569
insensitive text widgets and the like base background color */
3570
@define-color insensitive_base_color #4d646f;
3571
/*
3572
widget text/foreground color on backdrop windows */
3573
@define-color theme_unfocused_fg_color #FFFFFF;
3574
/*
3575
text color for entries, views and content in general on backdrop windows */
3576
@define-color theme_unfocused_text_color #FFFFFF;
3577
/*
3578
widget base background color on backdrop windows */
3579
@define-color theme_unfocused_bg_color #455A64;
3580
/*
3581
text widgets and the like base background color on backdrop windows */
3582
@define-color theme_unfocused_base_color #546E7A;
3583
/*
3584
base background color of selections on backdrop windows */
3585
@define-color theme_unfocused_selected_bg_color #42A5F5;
3586
/*
3587
text/foreground color of selections on backdrop windows */
3588
@define-color theme_unfocused_selected_fg_color #FFFFFF;
3589
/*
3590
insensitive color on backdrop windows */
3591
@define-color unfocused_insensitive_color rgba(255, 255, 255, 0.4);
3592
/*
3593
widgets main borders color */
3594
@define-color borders rgba(0, 0, 0, 0.2);
3595
/*
3596
widgets main borders color on backdrop windows */
3597
@define-color unfocused_borders rgba(0, 0, 0, 0.2);
3598
/*
3599
these are pretty self explicative */
3600
@define-color warning_color #FF6D00;
3601
@define-color error_color #DD2C00;
3602
@define-color success_color #00C853;
3603
/*
3604
FIXME this is really an API */
3605
@define-color content_view_bg #546E7A;
3606
@define-color placeholder_text_color #bbc5ca;
3607