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