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 • 123.04 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: #455A64;
32
color: #FFFFFF; }
33
34
/*
35
These wildcard seems unavoidable, need to investigate.
36
Wildcards are bad and troublesome, use them with care,
37
or better, just don't.
38
Everytime a wildcard is used a kitten dies, painfully.
39
*/
40
*:disabled {
41
-gtk-icon-effect: dim; }
42
43
.gtkstyle-fallback {
44
background-color: #455A64;
45
color: #FFFFFF; }
46
.gtkstyle-fallback:hover {
47
background-color: #3b4c55;
48
color: #FFFFFF; }
49
.gtkstyle-fallback:active {
50
background-color: #303f46;
51
color: #FFFFFF; }
52
.gtkstyle-fallback:disabled {
53
background-color: #455A64;
54
color: rgba(255, 255, 255, 0.4); }
55
.gtkstyle-fallback:selected {
56
background-color: #42A5F5;
57
color: #FFFFFF; }
58
59
.view {
60
background-color: #546E7A;
61
color: #FFFFFF; }
62
.view:disabled {
63
color: rgba(255, 255, 255, 0.4); }
64
65
textview text {
66
background-color: #546E7A; }
67
textview border {
68
background-color: #4d646f; }
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: #546E7A;
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: #4d646f;
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), 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), 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), 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(84, 110, 122, 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(84, 110, 122, 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: #4d646f;
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), 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), 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), 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: #4d646f;
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), 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), 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), 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), 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), 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: #546E7A; }
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: #607D8B;
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, 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, 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, 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, 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: #455A64; }
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: #546E7A; }
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: #4d646f; }
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: #455A64;
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.2);
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.2); }
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
934
.background:not(.tiled):not(.maximized):not(.fullscreen):not(.solid-csd) .titlebar {
935
border-top-left-radius: 2px;
936
border-top-right-radius: 2px; }
937
938
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 {
939
border-top-left-radius: 2px; }
940
window:not(.tiled):not(.maximized):not(.fullscreen):not(.solid-csd) headerbar:last-child {
941
border-top-right-radius: 2px; }
942
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 {
943
border-top-left-radius: 2px;
944
border-top-right-radius: 2px; }
945
946
window.csd > .titlebar:not(headerbar) {
947
padding: 0;
948
background-color: transparent;
949
background-image: none;
950
border-style: none;
951
box-shadow: none; }
952
.titlebar:not(headerbar) > separator {
953
background-color: #37474F;
954
background-image: image(rgba(0, 0, 0, 0.2)); }
955
956
/************
957
* Pathbars *
958
************/
959
.caja-pathbar button,
960
.path-bar button {
961
padding-left: 6px;
962
padding-right: 6px; }
963
.caja-pathbar button label:not(:only-child):first-child,
964
.path-bar button label:not(:only-child):first-child {
965
margin-left: 4px; }
966
.caja-pathbar button label:not(:only-child):last-child,
967
.path-bar button label:not(:only-child):last-child {
968
margin-right: 4px; }
969
.caja-pathbar button.slider-button,
970
.path-bar button.slider-button {
971
padding-left: 4px;
972
padding-right: 4px; }
973
:not(headerbar) .caja-pathbar button, .caja-pathbar :not(headerbar) button, :not(headerbar)
974
.path-bar button {
975
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #42A5F5 0%, transparent 0%) 0 0 0/0 0 0px;
976
border-radius: 2px; }
977
:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar)
978
.path-bar button:checked {
979
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #42A5F5 100%, transparent 0%) 0 0 2/0 0 2px; }
980
: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)
981
.path-bar button:checked, :not(headerbar)
982
.path-bar button:checked:disabled {
983
background-color: transparent; }
984
985
/**************
986
* Tree Views *
987
**************/
988
treeview.view {
989
border-left-color: alpha(currentColor, 0.3);
990
border-top-color: rgba(0, 0, 0, 0.2); }
991
* {
992
-GtkTreeView-horizontal-separator: 4;
993
-GtkTreeView-grid-line-width: 1;
994
-GtkTreeView-grid-line-pattern: '';
995
-GtkTreeView-tree-line-width: 1;
996
-GtkTreeView-tree-line-pattern: '';
997
-GtkTreeView-expander-size: 16; }
998
treeview.view.separator {
999
min-height: 5px;
1000
color: rgba(0, 0, 0, 0.2); }
1001
treeview.view:drop(active) {
1002
border-style: solid none;
1003
border-width: 1px;
1004
border-color: #FF4081; }
1005
treeview.view:drop(active).after {
1006
border-top-style: none; }
1007
treeview.view:drop(active).before {
1008
border-bottom-style: none; }
1009
treeview.view.expander {
1010
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
1011
-gtk-icon-transform: rotate(-90deg);
1012
color: rgba(255, 255, 255, 0.75); }
1013
treeview.view.expander:dir(rtl) {
1014
-gtk-icon-transform: rotate(90deg); }
1015
treeview.view.expander:checked {
1016
-gtk-icon-transform: unset; }
1017
treeview.view.expander:hover, treeview.view.expander:active {
1018
color: #FFFFFF; }
1019
treeview.view.expander:disabled {
1020
color: rgba(255, 255, 255, 0.3); }
1021
treeview.view.expander:selected {
1022
color: rgba(255, 255, 255, 0.75); }
1023
treeview.view.expander:selected:hover, treeview.view.expander:selected:active {
1024
color: #FFFFFF; }
1025
treeview.view.expander:selected:disabled {
1026
color: rgba(255, 255, 255, 0.3); }
1027
treeview.view.progressbar {
1028
border-style: none none solid;
1029
border-width: 4px;
1030
border-color: #42A5F5;
1031
box-shadow: none;
1032
background-color: transparent; }
1033
treeview.view.progressbar:selected {
1034
border-color: currentColor; }
1035
treeview.view.trough {
1036
border-style: none none solid;
1037
border-width: 4px;
1038
border-color: rgba(66, 165, 245, 0.3);
1039
box-shadow: none;
1040
background-color: transparent; }
1041
treeview.view.trough:selected {
1042
border-color: alpha(currentColor, 0.3); }
1043
treeview.view header button {
1044
padding: 2px 6px;
1045
border-style: none solid solid none;
1046
border-width: 1px;
1047
border-color: rgba(0, 0, 0, 0.2);
1048
border-radius: 0;
1049
background-clip: border-box; }
1050
treeview.view header button, treeview.view header button:hover, treeview.view header button:active {
1051
box-shadow: none; }
1052
treeview.view header button, treeview.view header button:disabled {
1053
background-color: #546E7A; }
1054
treeview.view header button:last-child {
1055
border-right-style: none; }
1056
treeview.view button.dnd,
1057
treeview.view header.button.dnd {
1058
padding: 2px 6px;
1059
border-style: none solid solid;
1060
border-width: 1px;
1061
border-color: rgba(0, 0, 0, 0.2);
1062
border-radius: 0;
1063
box-shadow: none;
1064
background-color: #546E7A;
1065
background-clip: border-box;
1066
color: #42A5F5; }
1067
treeview.view acceleditor > label {
1068
background-color: #42A5F5; }
1069
1070
/*********
1071
* Menus *
1072
*********/
1073
menubar,
1074
.menubar {
1075
-GtkWidget-window-dragging: true;
1076
padding: 0;
1077
background-color: #37474F; }
1078
menubar > menuitem,
1079
.menubar > menuitem {
1080
transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
1081
min-height: 20px;
1082
padding: 4px 8px;
1083
color: rgba(255, 255, 255, 0.75); }
1084
menubar > menuitem:hover,
1085
.menubar > menuitem:hover {
1086
transition: none;
1087
background-color: alpha(currentColor, 0.15);
1088
color: #FFFFFF; }
1089
menubar > menuitem:disabled,
1090
.menubar > menuitem:disabled {
1091
color: rgba(255, 255, 255, 0.3); }
1092
1093
.csd.popup {
1094
border-radius: 2px; }
1095
1096
menu,
1097
.menu,
1098
.context-menu {
1099
margin: 4px 0;
1100
padding: 4px 0;
1101
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
1102
background-color: #546E7A;
1103
border: 1px solid rgba(0, 0, 0, 0.2); }
1104
.csd menu, .csd
1105
.menu, .csd
1106
.context-menu {
1107
border: none;
1108
border-radius: 2px; }
1109
menu menuitem,
1110
.menu menuitem,
1111
.context-menu menuitem {
1112
transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
1113
min-height: 20px;
1114
min-width: 40px;
1115
padding: 4px 8px;
1116
font: initial;
1117
text-shadow: none; }
1118
menu menuitem:hover,
1119
.menu menuitem:hover,
1120
.context-menu menuitem:hover {
1121
transition: none;
1122
background-color: alpha(currentColor, 0.15); }
1123
menu menuitem:disabled,
1124
.menu menuitem:disabled,
1125
.context-menu menuitem:disabled {
1126
color: rgba(255, 255, 255, 0.4); }
1127
menu menuitem arrow,
1128
.menu menuitem arrow,
1129
.context-menu menuitem arrow {
1130
min-height: 16px;
1131
min-width: 16px; }
1132
menu menuitem arrow:dir(ltr),
1133
.menu menuitem arrow:dir(ltr),
1134
.context-menu menuitem arrow:dir(ltr) {
1135
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
1136
margin-left: 8px; }
1137
menu menuitem arrow:dir(rtl),
1138
.menu menuitem arrow:dir(rtl),
1139
.context-menu menuitem arrow:dir(rtl) {
1140
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl");
1141
margin-right: 8px; }
1142
menu menuitem label:dir(rtl), menu menuitem label:dir(ltr),
1143
.menu menuitem label:dir(rtl),
1144
.menu menuitem label:dir(ltr),
1145
.context-menu menuitem label:dir(rtl),
1146
.context-menu menuitem label:dir(ltr) {
1147
color: inherit; }
1148
menu > arrow,
1149
.menu > arrow,
1150
.context-menu > arrow {
1151
min-height: 16px;
1152
min-width: 16px;
1153
padding: 4px;
1154
border-radius: 0;
1155
background-color: #546E7A;
1156
color: rgba(255, 255, 255, 0.75); }
1157
menu > arrow.top,
1158
.menu > arrow.top,
1159
.context-menu > arrow.top {
1160
margin-top: -4px;
1161
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
1162
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
1163
menu > arrow.bottom,
1164
.menu > arrow.bottom,
1165
.context-menu > arrow.bottom {
1166
margin-bottom: -4px;
1167
border-top: 1px solid rgba(0, 0, 0, 0.2);
1168
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
1169
menu > arrow:hover,
1170
.menu > arrow:hover,
1171
.context-menu > arrow:hover {
1172
background-image: image(alpha(currentColor, 0.15));
1173
color: #FFFFFF; }
1174
menu > arrow:disabled,
1175
.menu > arrow:disabled,
1176
.context-menu > arrow:disabled {
1177
border-color: transparent;
1178
background-color: transparent;
1179
color: transparent; }
1180
menu separator,
1181
.menu separator,
1182
.context-menu separator {
1183
margin: 4px 0; }
1184
1185
menuitem accelerator {
1186
color: alpha(currentColor, 0.6); }
1187
menuitem check:dir(ltr),
1188
menuitem radio:dir(ltr) {
1189
margin-right: -8px;
1190
margin-left: -16px; }
1191
menuitem check:dir(rtl),
1192
menuitem radio:dir(rtl) {
1193
margin-right: -16px;
1194
margin-left: -8px; }
1195
1196
.popup:not(.csd) menu menuitem {
1197
color: #FFFFFF; }
1198
.popup:not(.csd) menu menuitem:hover {
1199
background-color: #6e848e; }
1200
.popup:not(.csd) menu menuitem:disabled {
1201
color: #98a8af; }
1202
.popup:not(.csd) menu accelerator {
1203
color: #bbc5ca; }
1204
1205
/************
1206
* Popovers *
1207
************/
1208
popover.background {
1209
transition: box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1);
1210
padding: 2px;
1211
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23);
1212
background-color: #607D8B; }
1213
popover.background:backdrop {
1214
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
1215
popover.background, .csd popover.background {
1216
border-style: solid;
1217
border-width: 1px;
1218
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3);
1219
border-radius: 3px; }
1220
popover.background > stack {
1221
margin: -4px; }
1222
popover.background > toolbar {
1223
margin: -2px; }
1224
popover.background > list,
1225
popover.background > .view,
1226
popover.background > toolbar {
1227
border-style: none;
1228
box-shadow: none;
1229
background-color: transparent; }
1230
popover.background.menu button,
1231
popover.background button.model {
1232
min-height: 32px;
1233
padding: 0 8px;
1234
border-radius: 2px; }
1235
popover.background separator {
1236
margin: 4px 0; }
1237
popover.background list separator {
1238
margin: 0; }
1239
1240
/*************
1241
* Notebooks *
1242
*************/
1243
notebook > header {
1244
border-width: 1px;
1245
border-color: rgba(0, 0, 0, 0.2);
1246
background-color: #455A64;
1247
background-clip: border-box; }
1248
notebook > header.top {
1249
border-bottom-style: solid; }
1250
notebook > header.top > tabs {
1251
margin-bottom: -1px; }
1252
notebook > header.top > tabs > tab:hover {
1253
box-shadow: inset 0 -2px alpha(currentColor, 0.3); }
1254
notebook > header.top > tabs > tab:checked {
1255
box-shadow: inset 0 -2px #42A5F5; }
1256
notebook > header.bottom {
1257
border-top-style: solid; }
1258
notebook > header.bottom > tabs {
1259
margin-top: -1px; }
1260
notebook > header.bottom > tabs > tab:hover {
1261
box-shadow: inset 0 2px alpha(currentColor, 0.3); }
1262
notebook > header.bottom > tabs > tab:checked {
1263
box-shadow: inset 0 2px #42A5F5; }
1264
notebook > header.left {
1265
border-right-style: solid; }
1266
notebook > header.left > tabs {
1267
margin-right: -1px; }
1268
notebook > header.left > tabs > tab:hover {
1269
box-shadow: inset -2px 0 alpha(currentColor, 0.3); }
1270
notebook > header.left > tabs > tab:checked {
1271
box-shadow: inset -2px 0 #42A5F5; }
1272
notebook > header.right {
1273
border-left-style: solid; }
1274
notebook > header.right > tabs {
1275
margin-left: -1px; }
1276
notebook > header.right > tabs > tab:hover {
1277
box-shadow: inset 2px 0 alpha(currentColor, 0.3); }
1278
notebook > header.right > tabs > tab:checked {
1279
box-shadow: inset 2px 0 #42A5F5; }
1280
notebook > header.top > tabs > arrow {
1281
border-top-style: none; }
1282
notebook > header.bottom > tabs > arrow {
1283
border-bottom-style: none; }
1284
notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow {
1285
padding-left: 4px;
1286
padding-right: 4px; }
1287
notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down {
1288
margin-left: -8px;
1289
-gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
1290
notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up {
1291
margin-right: -8px;
1292
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
1293
notebook > header.left > tabs > arrow {
1294
border-left-style: none; }
1295
notebook > header.right > tabs > arrow {
1296
border-right-style: none; }
1297
notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow {
1298
padding-top: 4px;
1299
padding-bottom: 4px; }
1300
notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down {
1301
margin-top: -8px;
1302
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
1303
notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up {
1304
margin-bottom: -8px;
1305
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
1306
notebook > header > tabs > arrow {
1307
min-height: 16px;
1308
min-width: 16px;
1309
border-radius: 0; }
1310
notebook > header tab {
1311
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
1312
min-height: 24px;
1313
min-width: 24px;
1314
padding: 6px 12px;
1315
outline-offset: -6px;
1316
border-width: 1px;
1317
border-color: transparent;
1318
background-image: radial-gradient(circle farthest-corner at center, #42A5F5 10%, transparent 0%);
1319
background-repeat: no-repeat;
1320
background-position: center;
1321
background-size: 0% 0%;
1322
color: rgba(255, 255, 255, 0.75);
1323
font-weight: 500; }
1324
notebook > header tab:hover {
1325
color: #FFFFFF; }
1326
notebook > header tab:hover.reorderable-page {
1327
border-color: rgba(0, 0, 0, 0.2);
1328
background-color: #4d646f; }
1329
notebook > header tab:disabled {
1330
color: rgba(255, 255, 255, 0.3); }
1331
notebook > header tab:checked {
1332
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);
1333
background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%);
1334
background-size: 1000% 1000%;
1335
color: #FFFFFF; }
1336
notebook > header tab:checked:disabled {
1337
color: rgba(255, 255, 255, 0.4); }
1338
notebook > header tab:checked.reorderable-page {
1339
border-color: rgba(0, 0, 0, 0.2);
1340
background-color: #546E7A; }
1341
notebook > header tab button.flat:last-child {
1342
margin-left: 6px;
1343
margin-right: -6px; }
1344
notebook > header tab button.flat:first-child {
1345
margin-left: -6px;
1346
margin-right: 6px; }
1347
notebook > header.top tabs, notebook > header.bottom tabs {
1348
padding-left: 8px;
1349
padding-right: 8px; }
1350
notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child {
1351
margin-left: 0; }
1352
notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child {
1353
margin-right: 0; }
1354
notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page {
1355
margin: 0 -1px;
1356
border-style: none solid; }
1357
notebook > header.left tabs, notebook > header.right tabs {
1358
padding-top: 8px;
1359
padding-bottom: 8px; }
1360
notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child {
1361
margin-top: 0; }
1362
notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child {
1363
margin-bottom: 0; }
1364
notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page {
1365
margin: -1px 0;
1366
border-style: solid none; }
1367
notebook > stack:not(:only-child) {
1368
background-color: #546E7A; }
1369
1370
/**************
1371
* Scrollbars *
1372
**************/
1373
scrollbar {
1374
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
1375
background-color: #546E7A;
1376
background-clip: border-box; }
1377
* {
1378
-GtkScrollbar-has-backward-stepper: false;
1379
-GtkScrollbar-has-forward-stepper: false; }
1380
scrollbar.top {
1381
border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
1382
scrollbar.bottom {
1383
border-top: 1px solid rgba(0, 0, 0, 0.2); }
1384
scrollbar.left {
1385
border-right: 1px solid rgba(0, 0, 0, 0.2); }
1386
scrollbar.right {
1387
border-left: 1px solid rgba(0, 0, 0, 0.2); }
1388
scrollbar slider {
1389
transition: all 0.2s cubic-bezier(0, 0, 0.2, 1), margin 0, border-width 0;
1390
min-width: 8px;
1391
min-height: 8px;
1392
border: 4px solid transparent;
1393
border-radius: 9999px;
1394
background-clip: padding-box;
1395
background-color: rgba(255, 255, 255, 0.6); }
1396
scrollbar slider:hover {
1397
background-color: rgba(255, 255, 255, 0.75); }
1398
scrollbar slider:active {
1399
background-color: #FFFFFF; }
1400
scrollbar slider:disabled {
1401
background-color: rgba(255, 255, 255, 0.24); }
1402
scrollbar.fine-tune slider {
1403
transition: all 0.2s cubic-bezier(0, 0, 0.2, 1), margin 0, border-width 0, min-width 0, min-height 0;
1404
min-width: 4px;
1405
min-height: 4px; }
1406
scrollbar.fine-tune.horizontal slider {
1407
margin: 2px 0; }
1408
scrollbar.fine-tune.vertical slider {
1409
margin: 0 2px; }
1410
scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
1411
border-color: transparent;
1412
background-color: transparent; }
1413
scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
1414
min-width: 4px;
1415
min-height: 4px;
1416
margin: 3px;
1417
border: 1px solid rgba(84, 110, 122, 0.3); }
1418
scrollbar.overlay-indicator:not(.dragging):not(.hovering) button {
1419
min-width: 4px;
1420
min-height: 4px;
1421
margin: 3px;
1422
border: 1px solid rgba(84, 110, 122, 0.3);
1423
border-radius: 9999px;
1424
background-color: rgba(255, 255, 255, 0.6);
1425
background-clip: padding-box;
1426
-gtk-icon-source: none; }
1427
scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled {
1428
background-color: rgba(255, 255, 255, 0.24); }
1429
scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider {
1430
min-width: 24px; }
1431
scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button {
1432
min-width: 8px; }
1433
scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider {
1434
min-height: 24px; }
1435
scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button {
1436
min-height: 8px; }
1437
scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering {
1438
background-color: rgba(84, 110, 122, 0.9); }
1439
scrollbar.horizontal slider {
1440
min-width: 24px; }
1441
scrollbar.vertical slider {
1442
min-height: 24px; }
1443
scrollbar button {
1444
min-width: 16px;
1445
min-height: 16px;
1446
padding: 0;
1447
border-radius: 0; }
1448
scrollbar.vertical button.down {
1449
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
1450
scrollbar.vertical button.up {
1451
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
1452
scrollbar.horizontal button.down {
1453
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
1454
scrollbar.horizontal button.up {
1455
-gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
1456
1457
/**********
1458
* Switch *
1459
**********/
1460
switch {
1461
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
1462
margin: 6px 0;
1463
border: 4px solid transparent;
1464
border-radius: 9999px;
1465
background-color: alpha(currentColor, 0.3);
1466
background-clip: padding-box;
1467
font-size: 0; }
1468
switch:disabled {
1469
color: alpha(currentColor, 0.4); }
1470
switch:checked {
1471
background-color: rgba(255, 64, 129, 0.5); }
1472
switch:checked:disabled {
1473
background-color: rgba(255, 64, 129, 0.2);
1474
color: rgba(255, 255, 255, 0.4); }
1475
switch slider {
1476
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1);
1477
border-image: none;
1478
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
1479
background-color: #546E7A;
1480
color: #FFFFFF;
1481
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1), margin 0;
1482
min-width: 24px;
1483
min-height: 24px;
1484
margin: -4px 0 -4px -4px;
1485
border-radius: 9999px;
1486
-gtk-outline-radius: 9999px; }
1487
switch:hover slider {
1488
border-image: none;
1489
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); }
1490
switch:checked slider {
1491
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;
1492
animation: needs_attention 0.3s cubic-bezier(0, 0, 0.2, 1);
1493
margin: -4px -4px -4px 0;
1494
background-color: #FF4081;
1495
color: #FFFFFF; }
1496
switch:disabled slider {
1497
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
1498
background-color: #4d646f;
1499
color: rgba(255, 255, 255, 0.4); }
1500
switch:checked:disabled slider {
1501
animation: none; }
1502
1503
/*************************
1504
* Check and Radio items *
1505
*************************/
1506
.view.content-view.check:not(list) {
1507
margin: 8px;
1508
box-shadow: none;
1509
background-color: transparent;
1510
background-image: none;
1511
-gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked-dark.png"), url("assets/selectionmode-checkbox-unchecked-dark@2.png"));
1512
-gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
1513
.view.content-view.check:not(list):hover, .view.content-view.check:not(list):active {
1514
-gtk-icon-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); }
1515
1516
.view.content-view.check:checked:not(list) {
1517
margin: 8px;
1518
box-shadow: none;
1519
background-color: transparent;
1520
background-image: none;
1521
-gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked-dark.png"), url("assets/selectionmode-checkbox-checked-dark@2.png"));
1522
-gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
1523
.view.content-view.check:checked:not(list):hover, .view.content-view.check:checked:not(list):active {
1524
-gtk-icon-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); }
1525
1526
checkbutton.text-button,
1527
radiobutton.text-button {
1528
padding: 2px;
1529
outline-offset: 0; }
1530
checkbutton.text-button label:not(:only-child),
1531
radiobutton.text-button label:not(:only-child) {
1532
margin: 0 4px; }
1533
1534
check,
1535
radio {
1536
min-height: 24px;
1537
min-width: 24px;
1538
margin: -12px;
1539
padding: 12px; }
1540
check:checked, check:indeterminate,
1541
radio:checked,
1542
radio:indeterminate {
1543
color: #FF4081; }
1544
check:checked:disabled, check:indeterminate:disabled,
1545
radio:checked:disabled,
1546
radio:indeterminate:disabled {
1547
color: rgba(255, 64, 129, 0.4); }
1548
row check:not(:checked):not(:indeterminate), row
1549
radio:not(:checked):not(:indeterminate) {
1550
color: alpha(currentColor, 0.75); }
1551
row check:not(:checked):not(:indeterminate):hover, row check:not(:checked):not(:indeterminate):active, row
1552
radio:not(:checked):not(:indeterminate):hover, row
1553
radio:not(:checked):not(:indeterminate):active {
1554
color: currentColor; }
1555
row check:not(:checked):not(:indeterminate):disabled, row
1556
radio:not(:checked):not(:indeterminate):disabled {
1557
color: alpha(currentColor, 0.3); }
1558
menu menuitem check, menu menuitem
1559
radio {
1560
transition: none;
1561
margin: -16px; }
1562
menu menuitem check:not(:checked):not(:indeterminate), menu menuitem
1563
radio:not(:checked):not(:indeterminate) {
1564
color: alpha(currentColor, 0.6); }
1565
menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem
1566
radio, menu menuitem
1567
radio:hover, menu menuitem
1568
radio:disabled {
1569
box-shadow: none; }
1570
1571
check {
1572
-gtk-icon-source: image(-gtk-recolor(url("assets/scalable/checkbox-unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/checkbox-unchecked-symbolic.png"))); }
1573
check:checked {
1574
-gtk-icon-source: image(-gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.png"))); }
1575
check:indeterminate {
1576
-gtk-icon-source: image(-gtk-recolor(url("assets/scalable/checkbox-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/checkbox-mixed-symbolic.png"))); }
1577
1578
radio {
1579
border-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#FF4081), to(transparent)) 24/24px; }
1580
radio {
1581
-gtk-icon-source: image(-gtk-recolor(url("assets/scalable/radio-unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/radio-unchecked-symbolic.png"))); }
1582
radio:indeterminate {
1583
-gtk-icon-source: image(-gtk-recolor(url("assets/scalable/radio-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/radio-mixed-symbolic.png"))); }
1584
radio:checked {
1585
border-image: -gtk-gradient(radial, center center, 0, center center, 0.10417, to(#FF4081), to(transparent)) 24/24px; }
1586
radio:checked:disabled {
1587
border-image: -gtk-gradient(radial, center center, 0, center center, 0.10417, to(rgba(255, 64, 129, 0.4)), to(transparent)) 24/24px; }
1588
radio:indeterminate:checked {
1589
border-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#FF4081), to(transparent)) 24/24px; }
1590
1591
@keyframes check_check {
1592
from {
1593
-gtk-icon-transform: rotate(90deg); }
1594
to {
1595
-gtk-icon-transform: unset; } }
1596
@keyframes check_radio {
1597
from {
1598
border-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#FF4081), to(transparent)) 24/24px; }
1599
to {
1600
border-image: -gtk-gradient(radial, center center, 0, center center, 0.10417, to(#FF4081), to(transparent)) 24/24px; } }
1601
@keyframes check_indeterminate {
1602
from {
1603
-gtk-icon-transform: unset; }
1604
50% {
1605
-gtk-icon-transform: scale(0, 1); }
1606
to {
1607
-gtk-icon-transform: unset; } }
1608
modelbutton.flat check:not(:indeterminate):checked,
1609
.menuitem.button.flat check:not(:indeterminate):checked,
1610
check:not(:indeterminate):checked {
1611
animation: check_check 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
1612
1613
check:not(:indeterminate):checked:active {
1614
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; }
1615
1616
modelbutton.flat check:indeterminate:checked, modelbutton.flat radio:indeterminate:checked,
1617
.menuitem.button.flat check:indeterminate:checked,
1618
.menuitem.button.flat radio:indeterminate:checked,
1619
check:indeterminate:checked, radio:indeterminate:checked {
1620
animation: check_indeterminate 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
1621
1622
check:indeterminate:checked:active, radio:indeterminate:checked:active {
1623
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; }
1624
1625
menu menuitem check:not(:indeterminate):checked,
1626
menu menuitem radio:not(:indeterminate):checked,
1627
menu menuitem check:indeterminate:checked,
1628
menu menuitem radio:indeterminate:checked {
1629
animation: none; }
1630
1631
treeview.view check,
1632
treeview.view radio {
1633
padding: 0; }
1634
treeview.view check:hover,
1635
treeview.view radio:hover {
1636
box-shadow: inset 0 0 0 9999px alpha(#FFFFFF, 0.05); }
1637
treeview.view check:hover:disabled,
1638
treeview.view radio:hover:disabled {
1639
box-shadow: none; }
1640
treeview.view check:hover:selected,
1641
treeview.view radio:hover:selected {
1642
box-shadow: inset 0 0 0 9999px alpha(#FFFFFF, 0.05); }
1643
treeview.view check,
1644
treeview.view radio {
1645
color: rgba(255, 255, 255, 0.75); }
1646
treeview.view check:hover, treeview.view check:active,
1647
treeview.view radio:hover,
1648
treeview.view radio:active {
1649
color: #FFFFFF; }
1650
treeview.view check:disabled,
1651
treeview.view radio:disabled {
1652
color: rgba(255, 255, 255, 0.3); }
1653
treeview.view check:checked, treeview.view check:indeterminate,
1654
treeview.view radio:checked,
1655
treeview.view radio:indeterminate {
1656
color: #FF4081; }
1657
treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled,
1658
treeview.view radio:checked:disabled,
1659
treeview.view radio:indeterminate:disabled {
1660
color: rgba(255, 64, 129, 0.4); }
1661
treeview.view check:selected,
1662
treeview.view radio:selected {
1663
color: rgba(255, 255, 255, 0.75); }
1664
treeview.view check:selected:hover, treeview.view check:selected:active,
1665
treeview.view radio:selected:hover,
1666
treeview.view radio:selected:active {
1667
color: #FFFFFF; }
1668
treeview.view check:selected:disabled,
1669
treeview.view radio:selected:disabled {
1670
color: rgba(255, 255, 255, 0.3); }
1671
treeview.view check:selected:checked, treeview.view check:selected:indeterminate,
1672
treeview.view radio:selected:checked,
1673
treeview.view radio:selected:indeterminate {
1674
color: #FF4081; }
1675
treeview.view check:selected:checked:disabled, treeview.view check:selected:indeterminate:disabled,
1676
treeview.view radio:selected:checked:disabled,
1677
treeview.view radio:selected:indeterminate:disabled {
1678
color: rgba(255, 64, 129, 0.4); }
1679
1680
treeview.view radio:checked {
1681
-gtk-icon-source: image(-gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/radio-checked-symbolic.png")));
1682
border-image: none; }
1683
1684
/************
1685
* GtkScale *
1686
************/
1687
scale {
1688
min-height: 12px;
1689
min-width: 12px;
1690
padding: 12px; }
1691
scale * {
1692
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1); }
1693
scale slider {
1694
min-height: 24px;
1695
min-width: 24px;
1696
margin: -10px; }
1697
scale trough {
1698
outline-offset: 2px;
1699
background-color: alpha(currentColor, 0.3); }
1700
scale trough:disabled {
1701
color: rgba(255, 255, 255, 0.4); }
1702
scale highlight {
1703
background-color: #FF4081; }
1704
scale highlight:disabled {
1705
background-color: transparent; }
1706
scale fill {
1707
background-color: alpha(currentColor, 0.3); }
1708
scale fill:disabled {
1709
background-color: transparent; }
1710
scale slider {
1711
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
1712
background-repeat: no-repeat;
1713
background-position: center;
1714
background-size: calc(100% - 8px); }
1715
scale slider {
1716
background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")); }
1717
scale slider:disabled {
1718
background-image: -gtk-scaled(url("assets/scale-slider-disabled-dark.png"), url("assets/scale-slider-disabled-dark@2.png")); }
1719
scale slider:hover {
1720
background-size: calc(100% - 4px); }
1721
scale slider:active {
1722
background-size: calc(100% - 0px); }
1723
scale.fine-tune slider {
1724
background-size: calc(100% - 12px); }
1725
scale value {
1726
color: alpha(currentColor, 0.6); }
1727
scale marks {
1728
color: alpha(currentColor, 0.3); }
1729
scale marks.top {
1730
margin-bottom: 8px;
1731
margin-top: -16px; }
1732
scale marks.bottom {
1733
margin-top: 8px;
1734
margin-bottom: -16px; }
1735
scale marks.top {
1736
margin-right: 8px;
1737
margin-left: -16px; }
1738
scale marks.bottom {
1739
margin-left: 8px;
1740
margin-right: -16px; }
1741
scale.horizontal indicator {
1742
min-height: 8px;
1743
min-width: 1px; }
1744
scale.vertical indicator {
1745
min-height: 1px;
1746
min-width: 8px; }
1747
scale.horizontal.marks-before:not(.marks-after) slider {
1748
min-height: 30px;
1749
min-width: 24px;
1750
margin-top: -16px;
1751
background-position: center calc(100% - 4px); }
1752
scale.horizontal.marks-before:not(.marks-after) slider {
1753
background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")); }
1754
scale.horizontal.marks-before:not(.marks-after) slider:disabled {
1755
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")); }
1756
scale.horizontal.marks-before:not(.marks-after) slider:hover {
1757
background-position: center calc(100% - 2px); }
1758
scale.horizontal.marks-before:not(.marks-after) slider:active {
1759
background-position: center calc(100% - 0px); }
1760
scale.horizontal.marks-before:not(.marks-after).fine-tune slider {
1761
background-position: center calc(100% - 6px); }
1762
scale.horizontal.marks-after:not(.marks-before) slider {
1763
min-height: 30px;
1764
min-width: 24px;
1765
margin-bottom: -16px;
1766
background-position: center calc(4px); }
1767
scale.horizontal.marks-after:not(.marks-before) slider {
1768
background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")); }
1769
scale.horizontal.marks-after:not(.marks-before) slider:disabled {
1770
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")); }
1771
scale.horizontal.marks-after:not(.marks-before) slider:hover {
1772
background-position: center calc(2px); }
1773
scale.horizontal.marks-after:not(.marks-before) slider:active {
1774
background-position: center calc(0px); }
1775
scale.horizontal.marks-after:not(.marks-before).fine-tune slider {
1776
background-position: center calc(6px); }
1777
scale.vertical.marks-before:not(.marks-after) slider {
1778
min-height: 24px;
1779
min-width: 30px;
1780
margin-left: -16px;
1781
background-position: calc(4px) center; }
1782
scale.vertical.marks-before:not(.marks-after) slider {
1783
background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")); }
1784
scale.vertical.marks-before:not(.marks-after) slider:disabled {
1785
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")); }
1786
scale.vertical.marks-before:not(.marks-after) slider:hover {
1787
background-position: calc(2px) center; }
1788
scale.vertical.marks-before:not(.marks-after) slider:active {
1789
background-position: calc(0px) center; }
1790
scale.vertical.marks-before:not(.marks-after).fine-tune slider {
1791
background-position: calc(6px) center; }
1792
scale.vertical.marks-after:not(.marks-before) slider {
1793
min-height: 24px;
1794
min-width: 30px;
1795
margin-right: -16px;
1796
background-position: calc(100% - 4px) center; }
1797
scale.vertical.marks-after:not(.marks-before) slider {
1798
background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")); }
1799
scale.vertical.marks-after:not(.marks-before) slider:disabled {
1800
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")); }
1801
scale.vertical.marks-after:not(.marks-before) slider:hover {
1802
background-position: calc(100% - 2px) center; }
1803
scale.vertical.marks-after:not(.marks-before) slider:active {
1804
background-position: calc(100% - 0px) center; }
1805
scale.vertical.marks-after:not(.marks-before).fine-tune slider {
1806
background-position: calc(100% - 6px) center; }
1807
scale.color {
1808
min-height: 0;
1809
min-width: 0; }
1810
scale.color.horizontal {
1811
padding: 0 0 12px 0; }
1812
scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl) {
1813
margin-bottom: -12px;
1814
margin-top: -2px; }
1815
scale.color.vertical:dir(ltr) {
1816
padding: 0 0 0 12px; }
1817
scale.color.vertical:dir(ltr) slider {
1818
margin-left: -12px;
1819
margin-right: -2px; }
1820
scale.color.vertical:dir(rtl) {
1821
padding: 0 12px 0 0; }
1822
scale.color.vertical:dir(rtl) slider {
1823
margin-right: -12px;
1824
margin-left: -2px; }
1825
1826
/*****************
1827
* Progress bars *
1828
*****************/
1829
progressbar {
1830
color: rgba(255, 255, 255, 0.6);
1831
font-size: smaller; }
1832
progressbar.horizontal trough,
1833
progressbar.horizontal progress {
1834
min-height: 4px; }
1835
progressbar.vertical trough,
1836
progressbar.vertical progress {
1837
min-width: 4px; }
1838
progressbar trough {
1839
background-color: rgba(66, 165, 245, 0.3); }
1840
progressbar progress {
1841
background-color: #42A5F5; }
1842
progressbar trough.empty progress {
1843
all: unset; }
1844
1845
/*************
1846
* Level Bar *
1847
*************/
1848
levelbar block {
1849
min-width: 36px;
1850
min-height: 4px; }
1851
levelbar.vertical block {
1852
min-width: 4px;
1853
min-height: 36px; }
1854
levelbar trough {
1855
padding: 2px;
1856
border-radius: 2px;
1857
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1);
1858
border-image: none;
1859
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
1860
background-color: #546E7A;
1861
color: #FFFFFF; }
1862
levelbar trough:disabled {
1863
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
1864
background-color: #4d646f;
1865
color: rgba(255, 255, 255, 0.4); }
1866
levelbar.horizontal.discrete block {
1867
margin: 0 1px; }
1868
levelbar.vertical.discrete block {
1869
margin: 1px 0; }
1870
levelbar.horizontal.discrete trough {
1871
padding: 2px 1px; }
1872
levelbar.vertical.discrete trough {
1873
padding: 1px 2px; }
1874
levelbar block.low {
1875
background-color: #FF6D00; }
1876
levelbar block.high, levelbar block:not(.empty) {
1877
background-color: #42A5F5; }
1878
levelbar block.full {
1879
background-color: #00C853; }
1880
levelbar block.empty {
1881
background-color: alpha(currentColor, 0.3);
1882
color: rgba(255, 255, 255, 0.4); }
1883
1884
/****************
1885
* Print dialog *
1886
*****************/
1887
printdialog paper {
1888
padding: 0;
1889
border: 1px solid rgba(0, 0, 0, 0.2);
1890
background-color: #546E7A;
1891
color: #FFFFFF; }
1892
printdialog .dialog-action-box {
1893
margin: 12px; }
1894
1895
/**********
1896
* Frames *
1897
**********/
1898
frame > border,
1899
.frame {
1900
margin: 0;
1901
padding: 0;
1902
border: 1px solid rgba(0, 0, 0, 0.2);
1903
border-radius: 0;
1904
box-shadow: none; }
1905
frame > border.flat,
1906
.frame.flat,
1907
frame.flat > border {
1908
border-style: none; }
1909
1910
actionbar > revealer > box {
1911
padding: 6px;
1912
border-top: 1px solid rgba(0, 0, 0, 0.2); }
1913
1914
scrolledwindow viewport.frame {
1915
border-style: none; }
1916
overshoot.top {
1917
background-image: -gtk-gradient(radial, center top, 0, center top, 0.75, to(rgba(64, 196, 255, 0.3)), to(transparent));
1918
background-repeat: no-repeat;
1919
background-position: center top;
1920
background-color: transparent;
1921
border: none;
1922
box-shadow: none; }
1923
overshoot.bottom {
1924
background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(rgba(64, 196, 255, 0.3)), to(transparent));
1925
background-repeat: no-repeat;
1926
background-position: center bottom;
1927
background-color: transparent;
1928
border: none;
1929
box-shadow: none; }
1930
overshoot.left {
1931
background-image: -gtk-gradient(radial, left center, 0, left center, 0.75, to(rgba(64, 196, 255, 0.3)), to(transparent));
1932
background-repeat: no-repeat;
1933
background-position: left center;
1934
background-color: transparent;
1935
border: none;
1936
box-shadow: none; }
1937
overshoot.right {
1938
background-image: -gtk-gradient(radial, right center, 0, right center, 0.75, to(rgba(64, 196, 255, 0.3)), to(transparent));
1939
background-repeat: no-repeat;
1940
background-position: right center;
1941
background-color: transparent;
1942
border: none;
1943
box-shadow: none; }
1944
undershoot.top {
1945
background-color: transparent;
1946
background-image: linear-gradient(to left, rgba(84, 110, 122, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%);
1947
padding-top: 1px;
1948
background-size: 12px 1px;
1949
background-repeat: repeat-x;
1950
background-origin: content-box;
1951
background-position: left top; }
1952
undershoot.bottom {
1953
background-color: transparent;
1954
background-image: linear-gradient(to left, rgba(84, 110, 122, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%);
1955
padding-bottom: 1px;
1956
background-size: 12px 1px;
1957
background-repeat: repeat-x;
1958
background-origin: content-box;
1959
background-position: left bottom; }
1960
undershoot.left {
1961
background-color: transparent;
1962
background-image: linear-gradient(to top, rgba(84, 110, 122, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%);
1963
padding-left: 1px;
1964
background-size: 1px 12px;
1965
background-repeat: repeat-y;
1966
background-origin: content-box;
1967
background-position: left top; }
1968
undershoot.right {
1969
background-color: transparent;
1970
background-image: linear-gradient(to top, rgba(84, 110, 122, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%);
1971
padding-right: 1px;
1972
background-size: 1px 12px;
1973
background-repeat: repeat-y;
1974
background-origin: content-box;
1975
background-position: right top; }
1976
junction {
1977
border-style: solid none none solid;
1978
border-width: 1px;
1979
border-color: rgba(0, 0, 0, 0.2);
1980
background-color: #546E7A; }
1981
junction:dir(rtl) {
1982
border-style: solid solid none none; }
1983
1984
separator {
1985
min-width: 1px;
1986
min-height: 1px;
1987
background-color: rgba(0, 0, 0, 0.2); }
1988
1989
/*********
1990
* Lists *
1991
*********/
1992
list {
1993
border-color: rgba(0, 0, 0, 0.2);
1994
background-color: #546E7A; }
1995
list row {
1996
padding: 2px; }
1997
1998
row.activatable, .view, treeview.view header button {
1999
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);
2000
box-shadow: inset 0 0 0 9999px transparent;
2001
background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%);
2002
background-repeat: no-repeat;
2003
background-position: center;
2004
background-size: 1000% 1000%; }
2005
row.activatable:hover, .view:hover, treeview.view header button:hover {
2006
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);
2007
box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.05); }
2008
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 {
2009
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), background-color 0, color 0, background-size 0, background-image 0;
2010
animation: ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
2011
box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.15);
2012
background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.15) 10%, transparent 0%);
2013
background-size: 0% 0%; }
2014
2015
/*********************
2016
* App Notifications *
2017
*********************/
2018
.app-notification {
2019
margin: 8px; }
2020
.app-notification.frame,
2021
.app-notification border {
2022
border-style: none; }
2023
2024
/*************
2025
* Expanders *
2026
*************/
2027
expander arrow {
2028
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
2029
min-width: 16px;
2030
min-height: 16px;
2031
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
2032
-gtk-icon-transform: rotate(-90deg);
2033
color: rgba(255, 255, 255, 0.75); }
2034
expander arrow:dir(rtl) {
2035
-gtk-icon-transform: rotate(90deg); }
2036
expander arrow:checked {
2037
-gtk-icon-transform: unset; }
2038
expander arrow:hover, expander arrow:active {
2039
color: #FFFFFF; }
2040
expander arrow:disabled {
2041
color: rgba(255, 255, 255, 0.3); }
2042
expander arrow:selected {
2043
color: rgba(255, 255, 255, 0.75); }
2044
expander arrow:selected:hover, expander arrow:selected:active {
2045
color: #FFFFFF; }
2046
expander arrow:selected:disabled {
2047
color: rgba(255, 255, 255, 0.3); }
2048
2049
/************
2050
* Calendar *
2051
***********/
2052
calendar {
2053
padding: 1px;
2054
border: 1px solid rgba(0, 0, 0, 0.2);
2055
color: #FFFFFF; }
2056
calendar:disabled {
2057
color: rgba(255, 255, 255, 0.4); }
2058
calendar:selected {
2059
border-radius: 3px; }
2060
calendar.header {
2061
border-style: none none solid;
2062
border-radius: 0; }
2063
calendar.highlight {
2064
color: alpha(currentColor, 0.6);
2065
font-weight: 500; }
2066
calendar:indeterminate {
2067
color: alpha(currentColor, 0.4); }
2068
2069
/***********
2070
* Dialogs *
2071
***********/
2072
messagedialog.background {
2073
background-color: #607D8B; }
2074
messagedialog .titlebar {
2075
min-height: 24px;
2076
border-style: none;
2077
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
2078
background-color: #607D8B;
2079
color: #FFFFFF; }
2080
messagedialog .titlebar:backdrop {
2081
color: rgba(255, 255, 255, 0.75); }
2082
messagedialog.csd.background {
2083
border-bottom-left-radius: 2px;
2084
border-bottom-right-radius: 2px; }
2085
messagedialog.csd .dialog-action-area button {
2086
padding: 8px 16px;
2087
border-top: 1px solid rgba(0, 0, 0, 0.2);
2088
border-radius: 0; }
2089
messagedialog.csd .dialog-action-area button:first-child {
2090
border-bottom-left-radius: 2px; }
2091
messagedialog.csd .dialog-action-area button:last-child {
2092
border-bottom-right-radius: 2px; }
2093
2094
filechooser .dialog-action-box {
2095
border-top: 1px solid rgba(0, 0, 0, 0.2); }
2096
filechooser #pathbarbox {
2097
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
2098
background-color: #455A64; }
2099
2100
filechooserbutton:drop(active) {
2101
box-shadow: none; }
2102
2103
/***********
2104
* Sidebar *
2105
***********/
2106
.sidebar {
2107
border-style: none;
2108
background-color: #607D8B; }
2109
stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left, .sidebar.left:dir(rtl) {
2110
border-right: 1px solid rgba(0, 0, 0, 0.2);
2111
border-left-style: none; }
2112
stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:dir(rtl), .sidebar.right {
2113
border-left: 1px solid rgba(0, 0, 0, 0.2);
2114
border-right-style: none; }
2115
.sidebar list {
2116
background-color: transparent; }
2117
paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar {
2118
border-style: none; }
2119
2120
stacksidebar row {
2121
padding: 10px 4px; }
2122
stacksidebar row > label {
2123
padding-left: 6px;
2124
padding-right: 6px; }
2125
2126
/****************
2127
* File chooser *
2128
****************/
2129
placessidebar > viewport.frame {
2130
border-style: none; }
2131
placessidebar list {
2132
padding: 1px 0 4px; }
2133
placessidebar row {
2134
min-height: 32px;
2135
margin: -1px 0;
2136
padding: 0; }
2137
placessidebar row > revealer {
2138
padding: 0 12px; }
2139
placessidebar row:selected {
2140
color: #FFFFFF; }
2141
placessidebar row:disabled {
2142
color: rgba(255, 255, 255, 0.4); }
2143
placessidebar row image.sidebar-icon {
2144
opacity: 0.6; }
2145
placessidebar row image.sidebar-icon:dir(ltr) {
2146
padding-right: 8px; }
2147
placessidebar row image.sidebar-icon:dir(rtl) {
2148
padding-left: 8px; }
2149
placessidebar row label.sidebar-label:dir(ltr) {
2150
padding-right: 2px; }
2151
placessidebar row label.sidebar-label:dir(rtl) {
2152
padding-left: 2px; }
2153
placessidebar row.sidebar-placeholder-row {
2154
min-height: 2px;
2155
padding: 0 8px;
2156
background-image: image(#FF4081);
2157
background-clip: content-box; }
2158
placessidebar row.sidebar-new-bookmark-row {
2159
color: #FF4081; }
2160
placessidebar row:drop(active):not(:disabled) {
2161
box-shadow: inset 0 0 0 2px #FF4081; }
2162
2163
placesview .server-list-button > image {
2164
-gtk-icon-transform: rotate(0turn); }
2165
placesview .server-list-button:checked > image {
2166
-gtk-icon-transform: rotate(-0.5turn); }
2167
placesview > actionbar > revealer > box > label {
2168
padding-left: 8px;
2169
padding-right: 8px; }
2170
2171
/*********
2172
* Paned *
2173
*********/
2174
paned > separator {
2175
min-width: 1px;
2176
min-height: 1px;
2177
-gtk-icon-source: none;
2178
border-style: none;
2179
background-color: transparent;
2180
background-image: image(rgba(0, 0, 0, 0.2));
2181
background-size: 1px 1px;
2182
background-clip: content-box; }
2183
paned > separator.wide {
2184
min-width: 6px;
2185
min-height: 6px;
2186
background-color: #455A64;
2187
background-image: image(rgba(0, 0, 0, 0.2)), image(rgba(0, 0, 0, 0.2));
2188
background-size: 1px 1px, 1px 1px; }
2189
paned.horizontal > separator {
2190
background-repeat: repeat-y; }
2191
paned.horizontal > separator:dir(ltr) {
2192
margin: 0 -8px 0 0;
2193
padding: 0 8px 0 0;
2194
background-position: left; }
2195
paned.horizontal > separator:dir(rtl) {
2196
margin: 0 0 0 -8px;
2197
padding: 0 0 0 8px;
2198
background-position: right; }
2199
paned.horizontal > separator.wide {
2200
margin: 0;
2201
padding: 0;
2202
background-repeat: repeat-y, repeat-y;
2203
background-position: left, right; }
2204
paned.vertical > separator {
2205
margin: 0 0 -8px 0;
2206
padding: 0 0 8px 0;
2207
background-repeat: repeat-x;
2208
background-position: top; }
2209
paned.vertical > separator.wide {
2210
margin: 0;
2211
padding: 0;
2212
background-repeat: repeat-x, repeat-x;
2213
background-position: bottom, top; }
2214
2215
/**************
2216
* GtkInfoBar *
2217
**************/
2218
infobar {
2219
border-style: none; }
2220
infobar.info {
2221
background-color: #66BB6A; }
2222
infobar.question {
2223
background-color: #42A5F5; }
2224
infobar.warning {
2225
background-color: #FFA726; }
2226
infobar.error {
2227
background-color: #EF5350; }
2228
infobar.info > label, infobar.info, infobar.question > label, infobar.question, infobar.warning > label, infobar.warning, infobar.error > label, infobar.error {
2229
color: #FFFFFF; }
2230
2231
/************
2232
* Tooltips *
2233
************/
2234
tooltip {
2235
border-radius: 2px;
2236
box-shadow: none; }
2237
tooltip.background {
2238
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
2239
background-color: rgba(84, 110, 122, 0.9); }
2240
tooltip:not(.csd) {
2241
border: 1px solid rgba(0, 0, 0, 0.2);
2242
border-radius: 3px;
2243
background-clip: border-box; }
2244
tooltip decoration {
2245
background-color: transparent; }
2246
tooltip label {
2247
min-height: 20px;
2248
padding: 0 2px; }
2249
2250
/*****************
2251
* Color Chooser *
2252
*****************/
2253
colorswatch.top {
2254
border-top-left-radius: 2.5px;
2255
border-top-right-radius: 2.5px; }
2256
colorswatch.top overlay {
2257
border-top-left-radius: 2px;
2258
border-top-right-radius: 2px; }
2259
colorswatch.bottom {
2260
border-bottom-left-radius: 2.5px;
2261
border-bottom-right-radius: 2.5px; }
2262
colorswatch.bottom overlay {
2263
border-bottom-left-radius: 2px;
2264
border-bottom-right-radius: 2px; }
2265
colorswatch.left, colorswatch:first-child:not(.top) {
2266
border-top-left-radius: 2.5px;
2267
border-bottom-left-radius: 2.5px; }
2268
colorswatch.left overlay, colorswatch:first-child:not(.top) overlay {
2269
border-top-left-radius: 2px;
2270
border-bottom-left-radius: 2px; }
2271
colorswatch.right, colorswatch:last-child:not(.bottom) {
2272
border-top-right-radius: 2.5px;
2273
border-bottom-right-radius: 2.5px; }
2274
colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay {
2275
border-top-right-radius: 2px;
2276
border-bottom-right-radius: 2px; }
2277
colorswatch.dark overlay {
2278
color: #FFFFFF; }
2279
colorswatch.light overlay {
2280
color: rgba(0, 0, 0, 0.8); }
2281
colorswatch.dark {
2282
color: #FFFFFF; }
2283
colorswatch.light {
2284
color: rgba(0, 0, 0, 0.8); }
2285
colorswatch:drop(active) {
2286
box-shadow: none; }
2287
colorswatch:drop(active).light overlay {
2288
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; }
2289
colorswatch:drop(active).dark overlay {
2290
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; }
2291
colorswatch overlay {
2292
transition: box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1);
2293
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
2294
colorswatch overlay:hover {
2295
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); }
2296
colorswatch#add-color-button {
2297
border-radius: 2px 2px 0 0;
2298
color: #FFFFFF; }
2299
colorswatch#add-color-button:only-child {
2300
border-radius: 2px; }
2301
colorswatch#add-color-button overlay {
2302
background-image: linear-gradient(to right, #EF5350 25%, #FFA726 25%, #FFA726 50%, #66BB6A 50%, #66BB6A 75%, #42A5F5 75%);
2303
color: #FFFFFF; }
2304
colorswatch:disabled {
2305
opacity: 0.4; }
2306
colorswatch:disabled overlay {
2307
box-shadow: none; }
2308
colorswatch#editor-color-sample {
2309
border-radius: 2.5px; }
2310
colorswatch#editor-color-sample overlay {
2311
border-radius: 2px; }
2312
2313
colorchooser .popover.osd {
2314
transition: box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1);
2315
border-radius: 2px;
2316
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);
2317
background-color: #546E7A; }
2318
colorchooser .popover.osd:backdrop {
2319
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); }
2320
2321
/********
2322
* Misc *
2323
********/
2324
.content-view {
2325
background-color: #455A64; }
2326
2327
/**********************
2328
* Window Decorations *
2329
*********************/
2330
decoration {
2331
transition: box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1);
2332
border-radius: 2px 2px 0 0;
2333
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25), 0 10px 5px rgba(0, 0, 0, 0.22), 0 16px 16px transparent;
2334
margin: 8px; }
2335
decoration:backdrop {
2336
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), 0 16px 16px transparent; }
2337
.maximized decoration, .fullscreen decoration, .tiled decoration {
2338
border-radius: 0; }
2339
.popup decoration {
2340
box-shadow: none; }
2341
.ssd decoration {
2342
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16); }
2343
.csd.popup decoration {
2344
border-radius: 2px;
2345
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); }
2346
tooltip.csd 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
messagedialog.csd decoration {
2350
border-radius: 2px; }
2351
.solid-csd decoration {
2352
margin: 0;
2353
border-radius: 0;
2354
box-shadow: none;
2355
background-color: #37474F; }
2356
2357
.view selection, .view:selected, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection,
2358
entry selection, modelbutton.flat:selected,
2359
.menuitem.button.flat:selected, popover.background.menu button:checked,
2360
popover.background button.model:checked, row:selected, calendar:selected, text:selected {
2361
background-color: #42A5F5; }
2362
row:selected label, label:selected, .view selection, .view:selected, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection,
2363
entry selection, modelbutton.flat:selected,
2364
.menuitem.button.flat:selected, popover.background.menu button:checked,
2365
popover.background button.model:checked, row:selected, calendar:selected, text:selected {
2366
color: #FFFFFF; }
2367
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,
2368
entry selection:disabled, modelbutton.flat:disabled:selected,
2369
.menuitem.button.flat:disabled:selected, popover.background.menu button:disabled:checked,
2370
popover.background button.model:disabled:checked, row:disabled:selected, calendar:disabled:selected, text:disabled:selected {
2371
color: rgba(255, 255, 255, 0.4); }
2372
2373
.monospace {
2374
font-family: monospace; }
2375
2376
/**********************
2377
* Touch Copy & Paste *
2378
*********************/
2379
cursor-handle {
2380
border-radius: 9999px;
2381
background-color: #FF4081;
2382
background-image: none; }
2383
cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) {
2384
padding-left: 6px;
2385
border-top-right-radius: 0; }
2386
cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) {
2387
padding-right: 6px;
2388
border-top-left-radius: 0; }
2389
cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) {
2390
-GtkWidget-text-handle-width: 24;
2391
-GtkWidget-text-handle-height: 30;
2392
-gtk-icon-source: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")); }
2393
2394
.context-menu {
2395
font: initial; }
2396
2397
.keycap {
2398
min-width: 12px;
2399
min-height: 26px;
2400
margin-top: 2px;
2401
padding-bottom: 2px;
2402
padding-left: 8px;
2403
padding-right: 8px;
2404
border: solid 1px rgba(0, 0, 0, 0.2);
2405
border-radius: 3px;
2406
box-shadow: inset 0 -2px rgba(0, 0, 0, 0.2);
2407
background-color: #546E7A;
2408
color: #FFFFFF;
2409
font-size: smaller; }
2410
2411
:not(decoration):not(window):drop(active) {
2412
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
2413
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;
2414
caret-color: #FF4081; }
2415
2416
stackswitcher button.text-button {
2417
min-width: 100px; }
2418
2419
stackswitcher button.circular,
2420
stackswitcher button.text-button.circular {
2421
min-width: 36px;
2422
min-height: 36px;
2423
padding: 0; }
2424
2425
/************
2426
* Nautilus *
2427
************/
2428
.nautilus-window,
2429
.nautilus-window notebook,
2430
.nautilus-window notebook > stack {
2431
background-color: #546E7A; }
2432
2433
.nautilus-window paned > separator {
2434
background-color: #455A64; }
2435
2436
.nautilus-desktop.nautilus-canvas-item, .caja-desktop.caja-canvas-item {
2437
color: #FFFFFF;
2438
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
2439
2440
.nautilus-desktop.nautilus-canvas-item:selected, .caja-desktop.caja-canvas-item:selected {
2441
text-shadow: none; }
2442
2443
@keyframes needs_attention_keyframes {
2444
from {
2445
background-color: transparent; }
2446
to {
2447
background-color: alpha(currentColor, 0.3); } }
2448
.nautilus-operations-button-needs-attention {
2449
color: #FF4081;
2450
animation: needs_attention_keyframes 0.3s cubic-bezier(0.4, 0, 0.2, 1) 2 alternate; }
2451
2452
.nautilus-operations-button-needs-attention-multiple {
2453
color: #FF4081;
2454
animation: needs_attention_keyframes 0.3s cubic-bezier(0.4, 0, 0.2, 1) 4 alternate; }
2455
2456
.nautilus-window .floating-bar {
2457
min-height: 32px;
2458
padding: 0;
2459
border-style: solid solid none;
2460
border-width: 1px;
2461
border-color: rgba(0, 0, 0, 0.2);
2462
border-radius: 3px 3px 0 0;
2463
background-color: #546E7A;
2464
background-clip: border-box;
2465
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), border-width 0; }
2466
.nautilus-window .floating-bar.bottom.left {
2467
margin-right: 7px;
2468
border-left-style: none;
2469
border-top-left-radius: 0; }
2470
.nautilus-window .floating-bar.bottom.right {
2471
margin-left: 7px;
2472
border-right-style: none;
2473
border-top-right-radius: 0; }
2474
.nautilus-window .floating-bar button {
2475
margin: 4px; }
2476
2477
.disk-space-display.unknown {
2478
background-color: #FF6D00; }
2479
2480
.disk-space-display.used {
2481
background-color: #42A5F5; }
2482
2483
.disk-space-display.free {
2484
background-color: alpha(currentColor, 0.3);
2485
color: rgba(255, 255, 255, 0.4); }
2486
2487
.documents-entry-tag, .photos-entry-tag {
2488
margin: 3px -2px 3px 8px;
2489
padding: 0 8px;
2490
border-radius: 9999px;
2491
box-shadow: none;
2492
background-color: #42A5F5;
2493
color: #FFFFFF; }
2494
.documents-entry-tag:hover, .photos-entry-tag:hover {
2495
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
2496
2497
.documents-entry-tag.button, .button.photos-entry-tag {
2498
margin: 0 -2px;
2499
padding: 4px;
2500
border-radius: 9999px;
2501
box-shadow: none;
2502
color: rgba(255, 255, 255, 0.75); }
2503
.documents-entry-tag.button:hover, .button.photos-entry-tag:hover, .documents-entry-tag.button:active, .button.photos-entry-tag:active {
2504
color: #FFFFFF; }
2505
2506
.nautilus-window searchbar {
2507
border-top: 1px solid rgba(0, 0, 0, 0.2); }
2508
2509
.nautilus-window .searchbar-container {
2510
margin-top: -1px; }
2511
2512
/*********
2513
* gedit *
2514
*********/
2515
.open-document-selector-name-label {
2516
font-weight: bold; }
2517
2518
.open-document-selector-path-label {
2519
color: alpha(currentColor, 0.6);
2520
font-size: smaller; }
2521
2522
.gedit-document-panel {
2523
background-color: #607D8B; }
2524
2525
.gedit-document-panel-group-row {
2526
border-top: 1px solid rgba(0, 0, 0, 0.2); }
2527
2528
.gedit-document-panel-group-row:first-child {
2529
border-top: none; }
2530
2531
.gedit-document-panel row button.flat {
2532
margin-top: 8px;
2533
margin-bottom: 8px; }
2534
2535
.gedit-side-panel-paned statusbar {
2536
border-top: 1px solid rgba(0, 0, 0, 0.2); }
2537
2538
.gedit-search-slider {
2539
margin: 4px 4px 8px; }
2540
.gedit-search-slider entry:dir(ltr), .gedit-search-slider entry:dir(rtl) {
2541
border-radius: 2px; }
2542
.gedit-search-slider entry:dir(ltr) .gedit-search-entry-occurrences-tag, .gedit-search-slider entry:dir(rtl) .gedit-search-entry-occurrences-tag {
2543
all: unset;
2544
color: alpha(currentColor, 0.6); }
2545
.gedit-search-slider entry:dir(ltr) {
2546
margin-right: -66px;
2547
padding-right: 66px; }
2548
.gedit-search-slider entry:dir(ltr) .gedit-search-entry-occurrences-tag {
2549
margin-left: 6px; }
2550
.gedit-search-slider entry:dir(ltr) image.right {
2551
margin-right: 0; }
2552
.gedit-search-slider entry:dir(rtl) {
2553
margin-left: -66px;
2554
padding-left: 66px; }
2555
.gedit-search-slider entry:dir(rtl) .gedit-search-entry-occurrences-tag {
2556
margin-right: 6px; }
2557
.gedit-search-slider entry:dir(rtl) image.left {
2558
margin-left: 0; }
2559
.gedit-search-slider entry.error ~ button {
2560
color: rgba(255, 255, 255, 0.75); }
2561
.gedit-search-slider entry.error ~ button:hover, .gedit-search-slider entry.error ~ button:active {
2562
color: #FFFFFF; }
2563
.gedit-search-slider entry.error ~ button:disabled {
2564
color: rgba(255, 255, 255, 0.3); }
2565
.gedit-search-slider button {
2566
border: solid 6px transparent; }
2567
.gedit-search-slider button:last-child:dir(ltr), .gedit-search-slider button:not(:first-child):dir(rtl) {
2568
margin-left: -3px; }
2569
.gedit-search-slider button:first-child:dir(rtl), .gedit-search-slider button:not(:last-child):dir(ltr) {
2570
margin-right: -3px; }
2571
2572
frame.gedit-map-frame > border:dir(ltr) {
2573
border-style: none none none solid; }
2574
frame.gedit-map-frame > border:dir(rtl) {
2575
border-style: none solid none none; }
2576
2577
/**************
2578
* Tweak Tool *
2579
**************/
2580
.tweak-categories {
2581
background-image: image(#607D8B); }
2582
.tweak-categories separator {
2583
min-width: 0;
2584
min-height: 0;
2585
background-color: transparent; }
2586
2587
.tweak {
2588
padding: 3px; }
2589
.tweak.title:hover {
2590
box-shadow: none; }
2591
2592
.tweak-group-white,
2593
.tweak-white,
2594
.tweak-white:hover {
2595
background-image: image(#546E7A); }
2596
2597
.tweak-startup,
2598
.tweak-startup:hover {
2599
background-image: image(#546E7A); }
2600
2601
.tweak-group-startup {
2602
background-image: image(#546E7A);
2603
border: 1px solid rgba(0, 0, 0, 0.2); }
2604
2605
/***********
2606
* Builder *
2607
***********/
2608
workbench stack.titlebar {
2609
padding: 0; }
2610
2611
workbench:not(.tiled):not(.maximized):not(.fullscreen) stack.titlebar headerbar {
2612
border-radius: 2px 2px 0 0; }
2613
2614
perspectiveswitcher {
2615
background-color: #455A64; }
2616
2617
perspectiveswitcher button:checked {
2618
color: #42A5F5; }
2619
2620
layouttabbar {
2621
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
2622
background-color: #455A64; }
2623
2624
layouttabbar > box > button {
2625
margin: 2px 0; }
2626
2627
layouttab {
2628
margin: 0 8px;
2629
border-style: none solid;
2630
border-width: 1px;
2631
border-color: rgba(0, 0, 0, 0.2);
2632
box-shadow: inset 0 -2px #42A5F5;
2633
background-color: #546E7A; }
2634
2635
layouttab separator.vertical {
2636
margin: 8px 4px; }
2637
2638
layouttab button.text-button, layouttab button.image-button, layouttab button {
2639
margin-top: 8px;
2640
margin-bottom: 8px;
2641
padding: 0 4px; }
2642
2643
layouttab > box > button.close {
2644
border-radius: 9999px; }
2645
2646
layout {
2647
border: 1px solid rgba(0, 0, 0, 0.2);
2648
-PnlDockBin-handle-size: 1; }
2649
2650
entry.search-missing {
2651
background-color: #DD2C00;
2652
color: #FFFFFF; }
2653
2654
workbench treeview.image {
2655
color: alpha(currentColor, 0.6); }
2656
2657
workbench treeview.image:selected {
2658
color: rgba(255, 255, 255, 0.6); }
2659
2660
dockbin {
2661
border: 1px solid rgba(0, 0, 0, 0.2);
2662
-PnlDockBin-handle-size: 1; }
2663
2664
dockpaned {
2665
border: 1px solid rgba(0, 0, 0, 0.2); }
2666
2667
eggsearchbar box.search-bar {
2668
padding: 0 8px;
2669
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
2670
background-color: #455A64; }
2671
2672
docktabstrip {
2673
padding: 0 8px;
2674
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
2675
background-color: #455A64; }
2676
2677
docktab {
2678
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
2679
min-height: 24px;
2680
min-width: 24px;
2681
margin-bottom: -1px;
2682
padding: 6px 6px;
2683
outline-offset: -6px;
2684
border-width: 1px;
2685
border-color: transparent;
2686
background-image: radial-gradient(circle farthest-corner at center, #42A5F5 10%, transparent 0%);
2687
background-repeat: no-repeat;
2688
background-position: center;
2689
background-size: 0% 0%;
2690
color: rgba(255, 255, 255, 0.75);
2691
font-weight: 500; }
2692
docktab:hover {
2693
box-shadow: inset 0 -2px alpha(currentColor, 0.3);
2694
color: #FFFFFF; }
2695
docktab:checked {
2696
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);
2697
box-shadow: inset 0 -2px #42A5F5;
2698
background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%);
2699
background-size: 1000% 1000%;
2700
color: #FFFFFF; }
2701
2702
dockoverlayedge {
2703
background-color: #455A64; }
2704
2705
dockoverlayedge docktabstrip {
2706
padding: 0;
2707
border: none; }
2708
2709
dockoverlayedge.left-edge docktab:hover {
2710
box-shadow: inset -2px 0 alpha(currentColor, 0.3); }
2711
dockoverlayedge.left-edge docktab:checked {
2712
box-shadow: inset -2px 0 #42A5F5; }
2713
2714
dockoverlayedge.right-edge docktab:hover {
2715
box-shadow: inset 2px 0 alpha(currentColor, 0.3); }
2716
dockoverlayedge.right-edge docktab:checked {
2717
box-shadow: inset 2px 0 #42A5F5; }
2718
2719
pillbox {
2720
background-color: #455A64;
2721
border-radius: 2px; }
2722
2723
buildperspective row {
2724
padding: 10px; }
2725
2726
layoutpane entry.search {
2727
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
2728
background-color: #546E7A; }
2729
2730
editortweak entry.search {
2731
margin-bottom: -1px;
2732
box-shadow: none; }
2733
2734
frame.gb-search-frame {
2735
border-bottom-right-radius: 5px; }
2736
2737
.gb-search-entry-occurrences-tag {
2738
box-shadow: none;
2739
background-color: transparent; }
2740
2741
docktabstrip {
2742
min-height: 39px; }
2743
2744
workbench preferences preferencesgroup list entry {
2745
padding-top: 8px;
2746
padding-bottom: 8px; }
2747
2748
/**********
2749
* Photos *
2750
**********/
2751
GdMainIconView.content-view {
2752
-GdMainIconView-icon-size: 48; }
2753
2754
.documents-counter {
2755
margin: 8px;
2756
border-radius: 9999px;
2757
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23);
2758
background-color: #FF4081;
2759
color: #FFFFFF;
2760
font-weight: bold; }
2761
2762
.documents-scrolledwin.frame {
2763
border-style: none; }
2764
2765
.photos-fade-in {
2766
opacity: 1;
2767
transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1); }
2768
2769
.photos-fade-out {
2770
opacity: 0;
2771
transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1); }
2772
2773
overlay grid.horizontal > revealer > scrolledwindow.frame:dir(ltr) {
2774
border-style: none none none solid; }
2775
overlay grid.horizontal > revealer > scrolledwindow.frame:dir(rtl) {
2776
border-style: none solid none none; }
2777
2778
/*********
2779
* Music *
2780
*********/
2781
.side-panel:dir(ltr) {
2782
border-style: solid;
2783
border-color: rgba(0, 0, 0, 0.2); }
2784
2785
.side-panel:dir(rtl) {
2786
border-style: solid;
2787
border-color: rgba(0, 0, 0, 0.2); }
2788
2789
.side-panel .view {
2790
background-image: image(#607D8B); }
2791
.side-panel .view:hover {
2792
background-image: image(#688491); }
2793
2794
.side-panel .view:selected {
2795
background-image: image(#42A5F5); }
2796
.side-panel .view:selected:hover {
2797
background-image: image(#4baaf6); }
2798
2799
.songs-list:hover {
2800
background-image: image(alpha(currentColor, 0.05)); }
2801
2802
frame.documents-dropdown {
2803
margin: 8px; }
2804
frame.documents-dropdown > border {
2805
border: none; }
2806
2807
box.vertical:not(.titlebar) > revealer > toolbar.search-bar {
2808
border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
2809
box.vertical:not(.titlebar) > revealer > toolbar.search-bar button > widget {
2810
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
2811
2812
/*********
2813
* To Do *
2814
*********/
2815
task-row {
2816
transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
2817
margin: 0 -4px; }
2818
task-row:hover {
2819
transition: none; }
2820
task-row label {
2821
margin: 0 8px; }
2822
task-row image {
2823
margin: 0 4px; }
2824
2825
task-list-view > box > revealer > box > button {
2826
min-height: 36px;
2827
margin: -4px;
2828
padding: 0 12px; }
2829
task-list-view > box > revealer > box > button label {
2830
margin: 0 8px; }
2831
task-list-view > box > revealer > box > button image {
2832
margin: 0 4px; }
2833
2834
/*******
2835
* eog *
2836
*******/
2837
#eog-thumb-nav scrolledwindow {
2838
border-top: none; }
2839
#eog-thumb-nav button {
2840
-gtk-outline-radius: 2px; }
2841
2842
/*************
2843
* Evolution *
2844
*************/
2845
frame.taskbar > border {
2846
border-style: solid none none; }
2847
2848
box.vertical > paned.horizontal notebook widget .frame {
2849
border-style: none; }
2850
2851
/********
2852
* gitg *
2853
********/
2854
frame.commit-frame > border {
2855
border-style: solid none none; }
2856
2857
/**************
2858
* Characters *
2859
**************/
2860
box.dialog-vbox scrolledwindow.related {
2861
border: 1px solid rgba(0, 0, 0, 0.2); }
2862
2863
list.categories {
2864
background-image: image(#607D8B); }
2865
2866
/**************
2867
* Calculator *
2868
**************/
2869
button.title label {
2870
min-height: 36px; }
2871
2872
/************
2873
* Terminix *
2874
************/
2875
overlay > revealer.left > scrolledwindow.frame, overlay > revealer.right > scrolledwindow.frame {
2876
border-style: none;
2877
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25), 0 10px 5px rgba(0, 0, 0, 0.22); }
2878
overlay > revealer.left > scrolledwindow.frame {
2879
margin-right: 32px; }
2880
overlay > revealer.right > scrolledwindow.frame {
2881
margin-left: 32px; }
2882
2883
.terminix-session-sidebar {
2884
background-image: image(#607D8B); }
2885
2886
button.image-button.session-new-button {
2887
min-width: 32px; }
2888
2889
/***********
2890
* Eclipse *
2891
***********/
2892
window.background > box.vertical > scrolledwindow > widget toolbar {
2893
padding: 2px; }
2894
window.background > box.vertical > scrolledwindow > widget toolbar separator,
2895
window.background > box.vertical > scrolledwindow > widget toolbar button {
2896
margin: 2px; }
2897
window.background > box.vertical > scrolledwindow > widget toolbar button {
2898
border-radius: 2px; }
2899
2900
/***********
2901
* Firefox *
2902
***********/
2903
window.background:not(.csd) > widget > separator {
2904
color: rgba(0, 0, 0, 0.2); }
2905
window.background:not(.csd) > * > menu {
2906
border: none; }
2907
window.background:not(.csd) > window.background > menu > menuitem > check,
2908
window.background:not(.csd) > widget > checkbutton > check {
2909
border-radius: 2px;
2910
-gtk-icon-source: image(-gtk-recolor(url("assets/scalable/small-checkbox-unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-checkbox-unchecked-symbolic.png"))); }
2911
window.background:not(.csd) > window.background > menu > menuitem > check:checked,
2912
window.background:not(.csd) > widget > checkbutton > check:checked {
2913
-gtk-icon-source: image(-gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.png"))); }
2914
window.background:not(.csd) > window.background > menu > menuitem > check:indeterminate,
2915
window.background:not(.csd) > widget > checkbutton > check:indeterminate {
2916
-gtk-icon-source: image(-gtk-recolor(url("assets/scalable/small-checkbox-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-checkbox-mixed-symbolic.png"))); }
2917
window.background:not(.csd) > window.background > menu > menuitem > radio,
2918
window.background:not(.csd) > widget > radiobutton > radio {
2919
-gtk-icon-source: image(-gtk-recolor(url("assets/scalable/small-radio-unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-radio-unchecked-symbolic.png"))); }
2920
window.background:not(.csd) > window.background > menu > menuitem > radio:checked,
2921
window.background:not(.csd) > widget > radiobutton > radio:checked {
2922
border-image: none;
2923
-gtk-icon-source: image(-gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.png"))); }
2924
window.background:not(.csd) > window.background > menu > menuitem > radio:indeterminate,
2925
window.background:not(.csd) > widget > radiobutton > radio:indeterminate {
2926
-gtk-icon-source: image(-gtk-recolor(url("assets/scalable/small-radio-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-radio-mixed-symbolic.png"))); }
2927
2928
/***********
2929
* Synapse *
2930
***********/
2931
box.vertical > widget > widget:selected {
2932
background-color: #42A5F5; }
2933
2934
/*********
2935
* Unity *
2936
*********/
2937
UnityDecoration {
2938
-UnityDecoration-extents: 28px 0 0 0;
2939
-UnityDecoration-input-extents: 8px;
2940
-UnityDecoration-shadow-offset-x: 0;
2941
-UnityDecoration-shadow-offset-y: 3px;
2942
-UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.48);
2943
-UnityDecoration-active-shadow-radius: 18px;
2944
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.32);
2945
-UnityDecoration-inactive-shadow-radius: 6px;
2946
-UnityDecoration-glow-size: 8px;
2947
-UnityDecoration-glow-color: #42A5F5;
2948
-UnityDecoration-title-indent: 4px;
2949
-UnityDecoration-title-fade: 32px;
2950
-UnityDecoration-title-alignment: 0.0; }
2951
2952
UnityDecoration .top {
2953
padding: 0 2px;
2954
border-style: none;
2955
border-radius: 2px 2px 0 0;
2956
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
2957
background-color: #37474F;
2958
color: #FFFFFF; }
2959
2960
UnityDecoration .top:backdrop {
2961
color: rgba(255, 255, 255, 0.75); }
2962
2963
UnityDecoration .menuitem {
2964
color: alpha(currentColor, 0.75); }
2965
2966
UnityDecoration .menuitem:hover {
2967
box-shadow: inset 0 -2px currentColor;
2968
background-color: transparent;
2969
color: currentColor; }
2970
2971
.background:not(.csd) headerbar:not(.titlebar) {
2972
border-radius: 0;
2973
box-shadow: none; }
2974
.background:not(.csd) headerbar:not(.titlebar).inline-toolbar {
2975
border-style: none; }
2976
2977
UnityPanelWidget,
2978
.unity-panel {
2979
background-color: #263238;
2980
background-image: image(#263238);
2981
color: #FFFFFF; }
2982
2983
UnityPanelWidget:backdrop,
2984
.unity-panel:backdrop {
2985
color: rgba(255, 255, 255, 0.75); }
2986
2987
.unity-panel.menuitem,
2988
.unity-panel .menuitem {
2989
color: alpha(currentColor, 0.75); }
2990
2991
.unity-panel.menubar.menuitem:hover,
2992
.unity-panel.menubar .menuitem *:hover {
2993
box-shadow: inset 0 -2px currentColor;
2994
background-color: transparent;
2995
color: currentColor; }
2996
2997
@keyframes playbackmenuitem_spinner {
2998
to {
2999
-gtk-icon-transform: rotate(1turn); } }
3000
.menu IdoPlaybackMenuItem.menuitem:active {
3001
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
3002
animation: playbackmenuitem_spinner 1s infinite linear;
3003
color: #42A5F5; }
3004
3005
/**************
3006
* Mate-Panel *
3007
**************/
3008
.mate-panel-menu-bar menubar,
3009
#PanelApplet-window-menu-applet-button {
3010
background-color: transparent; }
3011
3012
#PanelPlug,
3013
PanelToplevel.background {
3014
background-color: #263238;
3015
color: #FFFFFF;
3016
font-weight: 500; }
3017
3018
PanelToplevel > widget > button {
3019
padding: 0 4px;
3020
border-radius: 0; }
3021
3022
PanelSeparator {
3023
color: rgba(0, 0, 0, 0.2); }
3024
3025
MatePanelAppletFrameDBus {
3026
border-style: solid;
3027
border-width: 0 1px;
3028
border-color: rgba(0, 0, 0, 0.2); }
3029
3030
.mate-panel-menu-bar menubar menuitem {
3031
padding: 4px; }
3032
3033
.mate-panel-menu-bar menubar menu menuitem {
3034
padding: 6px; }
3035
3036
.mate-panel-menu-bar #PanelApplet button {
3037
-GtkWidget-window-dragging: true;
3038
padding: 4px;
3039
border-radius: 0; }
3040
3041
PanelApplet.wnck-applet .wnck-pager {
3042
background-color: transparent;
3043
color: #40C4FF; }
3044
PanelApplet.wnck-applet .wnck-pager:hover {
3045
background-color: alpha(currentColor, 0.15); }
3046
PanelApplet.wnck-applet .wnck-pager:active {
3047
background-color: alpha(currentColor, 0.3); }
3048
PanelApplet.wnck-applet .wnck-pager:selected {
3049
background-color: #42A5F5; }
3050
3051
#MatePanelPopupWindow {
3052
border: 1px solid rgba(0, 0, 0, 0.2);
3053
border-radius: 3px;
3054
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); }
3055
#MatePanelPopupWindow frame > border {
3056
border-style: none; }
3057
#MatePanelPopupWindow ClockMap {
3058
border: 1px solid rgba(0, 0, 0, 0.2); }
3059
3060
na-tray-applet {
3061
-NaTrayApplet-icon-padding: 3px;
3062
-NaTrayApplet-icon-size: 16; }
3063
3064
.mate-panel-menu-bar {
3065
-PanelMenuBar-icon-visible: true; }
3066
3067
.mate-panel-applet-slider {
3068
background-color: transparent; }
3069
.mate-panel-applet-slider frame {
3070
border: 1px solid rgba(0, 0, 0, 0.2);
3071
border-radius: 3px;
3072
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
3073
background-color: #455A64; }
3074
.mate-panel-applet-slider frame frame {
3075
all: unset; }
3076
.mate-panel-applet-slider frame > border {
3077
border-style: none; }
3078
3079
/*********************
3080
* CAJA File manager *
3081
*********************/
3082
.caja-navigation-window button.toggle.image-button {
3083
border-radius: 2px; }
3084
3085
.caja-pathbar button {
3086
margin: 0 -1px 0 -2px; }
3087
3088
.caja-pathbar button > widget {
3089
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
3090
-GtkArrow-arrow-scaling: 1; }
3091
3092
.caja-side-pane notebook viewport.frame,
3093
.caja-side-pane notebook widget .vertical {
3094
background-color: #546E7A; }
3095
3096
.caja-side-pane notebook .frame,
3097
.caja-notebook .frame {
3098
border-style: none; }
3099
3100
.caja-side-pane notebook,
3101
.caja-notebook {
3102
border-top: 1px solid rgba(0, 0, 0, 0.2); }
3103
3104
.caja-navigation-window statusbar {
3105
margin: 0 -10px;
3106
padding: 0 4px;
3107
border-top: 1px solid rgba(0, 0, 0, 0.2); }
3108
3109
.caja-notebook frame > border {
3110
border-style: none; }
3111
3112
#caja-extra-view-widget {
3113
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
3114
background-color: #455A64; }
3115
#caja-extra-view-widget > box > box > label {
3116
font-weight: bold; }
3117
3118
/*********
3119
* Pluma *
3120
*********/
3121
.pluma-window statusbar {
3122
margin: 0 -10px;
3123
padding: 0 4px;
3124
border-top: 1px solid rgba(0, 0, 0, 0.2); }
3125
3126
.pluma-window statusbar frame > border {
3127
border-style: none; }
3128
3129
.pluma-window statusbar frame button.flat {
3130
padding: 0 4px;
3131
border-radius: 0; }
3132
3133
.pluma-window statusbar frame button.flat widget {
3134
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
3135
-GtkArrow-arrow-scaling: 1; }
3136
3137
.pluma-print-preview toolbar {
3138
border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
3139
3140
.pluma-window paned.horizontal box.vertical box.horizontal button.flat {
3141
margin: 1px; }
3142
3143
.pluma-window paned.horizontal box.vertical .frame {
3144
border-style: none; }
3145
3146
.pluma-window paned.horizontal box.vertical notebook.frame {
3147
margin-top: -1px;
3148
border-top: 1px solid rgba(0, 0, 0, 0.2); }
3149
3150
.pluma-window paned.horizontal box.vertical notebook.frame box.vertical toolbar.horizontal {
3151
border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
3152
3153
/*********
3154
* Atril *
3155
*********/
3156
.atril-window paned.horizontal box.vertical .frame {
3157
border-style: none; }
3158
3159
.atril-window paned.horizontal box.vertical notebook .frame {
3160
border-top: 1px solid rgba(0, 0, 0, 0.2); }
3161
3162
/* mate-screensaver lock dialog */
3163
.lock-dialog {
3164
border-radius: 2px;
3165
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); }
3166
.lock-dialog frame > border {
3167
border-style: none; }
3168
3169
/************************
3170
* LightDM GTK+ Greeter *
3171
************************/
3172
#panel_window {
3173
background-color: rgba(0, 0, 0, 0.3); }
3174
3175
#panel_window menubar,
3176
#panel_window separator {
3177
background-color: transparent; }
3178
3179
#panel_window menubar > menuitem {
3180
color: rgba(255, 255, 255, 0.75); }
3181
#panel_window menubar > menuitem:hover {
3182
color: #FFFFFF; }
3183
#panel_window menubar > menuitem:disabled {
3184
color: rgba(255, 255, 255, 0.3); }
3185
3186
#login_window,
3187
#shutdown_dialog,
3188
#restart_dialog {
3189
margin: 8px;
3190
border-radius: 2px;
3191
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);
3192
background-color: #607D8B; }
3193
3194
#content_frame {
3195
padding-bottom: 20px;
3196
border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
3197
3198
#buttonbox_frame {
3199
padding-top: 24px; }
3200
#buttonbox_frame button {
3201
margin: -16px; }
3202
3203
#greeter_infobar {
3204
margin-top: -1px; }
3205
3206
/* GTK NAMED COLORS
3207
----------------
3208
use responsibly! */
3209
/*
3210
widget text/foreground color */
3211
@define-color theme_fg_color #FFFFFF;
3212
/*
3213
text color for entries, views and content in general */
3214
@define-color theme_text_color #FFFFFF;
3215
/*
3216
widget base background color */
3217
@define-color theme_bg_color #455A64;
3218
/*
3219
text widgets and the like base background color */
3220
@define-color theme_base_color #546E7A;
3221
/*
3222
base background color of selections */
3223
@define-color theme_selected_bg_color #42A5F5;
3224
/*
3225
text/foreground color of selections */
3226
@define-color theme_selected_fg_color #FFFFFF;
3227
/*
3228
base background color of insensitive widgets */
3229
@define-color insensitive_bg_color #455A64;
3230
/*
3231
text foreground color of insensitive widgets */
3232
@define-color insensitive_fg_color rgba(255, 255, 255, 0.4);
3233
/*
3234
insensitive text widgets and the like base background color */
3235
@define-color insensitive_base_color #4d646f;
3236
/*
3237
widget text/foreground color on backdrop windows */
3238
@define-color theme_unfocused_fg_color #FFFFFF;
3239
/*
3240
text color for entries, views and content in general on backdrop windows */
3241
@define-color theme_unfocused_text_color #FFFFFF;
3242
/*
3243
widget base background color on backdrop windows */
3244
@define-color theme_unfocused_bg_color #455A64;
3245
/*
3246
text widgets and the like base background color on backdrop windows */
3247
@define-color theme_unfocused_base_color #546E7A;
3248
/*
3249
base background color of selections on backdrop windows */
3250
@define-color theme_unfocused_selected_bg_color #42A5F5;
3251
/*
3252
text/foreground color of selections on backdrop windows */
3253
@define-color theme_unfocused_selected_fg_color #FFFFFF;
3254
/*
3255
insensitive color on backdrop windows */
3256
@define-color unfocused_insensitive_color rgba(255, 255, 255, 0.4);
3257
/*
3258
widgets main borders color */
3259
@define-color borders rgba(0, 0, 0, 0.2);
3260
/*
3261
widgets main borders color on backdrop windows */
3262
@define-color unfocused_borders rgba(0, 0, 0, 0.2);
3263
/*
3264
these are pretty self explicative */
3265
@define-color warning_color #FF6D00;
3266
@define-color error_color #DD2C00;
3267
@define-color success_color #00C853;
3268
/*
3269
FIXME this is really an API */
3270
@define-color content_view_bg #546E7A;
3271
@define-color placeholder_text_color #bbc5ca;
3272