A fork of the Materia GTK theme.

Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

 gtk-dark.css

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