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-light.css

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