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.

 gnome-shell.css

View raw Download
text/plain • 63.34 kiB
ASCII text, with very long lines (387)
        
            
1
/* This stylesheet is generated, DO NOT EDIT */
2
/* Copyright 2009, 2015 Red Hat, Inc.
3
*
4
* Portions adapted from Mx's data/style/default.css
5
* Copyright 2009 Intel Corporation
6
*
7
* This program is free software; you can redistribute it and/or modify it
8
* under the terms and conditions of the GNU Lesser General Public License,
9
* version 2.1, as published by the Free Software Foundation.
10
*
11
* This program is distributed in the hope it will be useful, but WITHOUT ANY
12
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
14
* more details.
15
*
16
* You should have received a copy of the GNU Lesser General Public License
17
* along with this program; if not, write to the Free Software Foundation,
18
* Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
19
*/
20
/* GLOBALS */
21
* {
22
transition-duration: 0.15s; }
23
24
stage {
25
font-family: "M+ 1c", Roboto, Cantarell, Sans-Serif;
26
font-size: 10.5pt;
27
font-weight: 400;
28
color: rgba(0, 0, 0, 0.8); }
29
30
/* WIDGETS */
31
/* Buttons */
32
.button {
33
min-height: 36px;
34
padding: 0 16px;
35
border-width: 0;
36
border-radius: 2px;
37
font-size: 10.5pt;
38
font-weight: 500;
39
color: rgba(0, 0, 0, 0.6);
40
background-color: transparent;
41
border-color: transparent;
42
box-shadow: 0 0 transparent;
43
text-shadow: none;
44
icon-shadow: none; }
45
.button:hover {
46
color: rgba(0, 0, 0, 0.8);
47
background-color: rgba(0, 0, 0, 0.12);
48
border-color: transparent;
49
box-shadow: 0 0 transparent;
50
text-shadow: none;
51
icon-shadow: none; }
52
.button:active {
53
color: rgba(0, 0, 0, 0.8);
54
background-color: rgba(0, 0, 0, 0.24);
55
border-color: transparent;
56
box-shadow: 0 0 transparent;
57
text-shadow: none;
58
icon-shadow: none; }
59
.button:insensitive {
60
color: rgba(0, 0, 0, 0.24);
61
background-color: transparent;
62
border-color: transparent;
63
box-shadow: 0 0 transparent;
64
text-shadow: none;
65
icon-shadow: none; }
66
.button:focus {
67
color: rgba(0, 0, 0, 0.8);
68
text-shadow: none;
69
icon-shadow: none;
70
box-shadow: 0 0 transparent; }
71
72
.modal-dialog-linked-button {
73
min-height: 40px;
74
padding: 0 16px;
75
border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
76
border-right-width: 0;
77
font-size: 10.5pt;
78
font-weight: 500;
79
color: rgba(0, 0, 0, 0.6);
80
background-color: transparent;
81
border-color: transparent;
82
box-shadow: 0 0 transparent;
83
text-shadow: none;
84
icon-shadow: none; }
85
.modal-dialog-linked-button:hover {
86
color: rgba(0, 0, 0, 0.8);
87
background-color: rgba(0, 0, 0, 0.12);
88
border-color: transparent;
89
box-shadow: 0 0 transparent;
90
text-shadow: none;
91
icon-shadow: none; }
92
.modal-dialog-linked-button:active {
93
color: rgba(0, 0, 0, 0.8);
94
background-color: rgba(0, 0, 0, 0.24);
95
border-color: transparent;
96
box-shadow: 0 0 transparent;
97
text-shadow: none;
98
icon-shadow: none; }
99
.modal-dialog-linked-button:insensitive {
100
color: rgba(0, 0, 0, 0.24);
101
background-color: transparent;
102
border-color: transparent;
103
box-shadow: 0 0 transparent;
104
text-shadow: none;
105
icon-shadow: none; }
106
.modal-dialog-linked-button:focus {
107
color: rgba(0, 0, 0, 0.8);
108
text-shadow: none;
109
icon-shadow: none;
110
box-shadow: 0 0 transparent; }
111
.modal-dialog-linked-button:first-child {
112
border-radius: 0px 0px 0px 2px; }
113
.modal-dialog-linked-button:last-child {
114
border-right-width: 0px;
115
border-radius: 0px 0px 2px 0px; }
116
.modal-dialog-linked-button:first-child:last-child {
117
border-right-width: 0px;
118
border-radius: 0px 0px 2px 2px; }
119
120
/* Entries */
121
StEntry {
122
min-height: 36px;
123
padding: 0 8px;
124
border-radius: 0;
125
border-width: 0;
126
color: rgba(0, 0, 0, 0.8);
127
selection-background-color: #42A5F5;
128
selected-color: #FFFFFF;
129
font-size: 12pt;
130
font-weight: 400;
131
background-color: rgba(250, 250, 250, 0.01);
132
border-color: transparent;
133
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.24); }
134
StEntry:focus {
135
border-color: transparent;
136
box-shadow: inset 0 -2px #42A5F5; }
137
StEntry:insensitive {
138
color: rgba(0, 0, 0, 0.32);
139
border-color: transparent;
140
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.096); }
141
StEntry StIcon.capslock-warning {
142
icon-size: 16px;
143
warning-color: #FF6D00;
144
padding: 0 0; }
145
146
/* Scrollbars */
147
StScrollView.vfade {
148
-st-vfade-offset: 32px; }
149
StScrollView.hfade {
150
-st-hfade-offset: 32px; }
151
152
StScrollBar {
153
padding: 0; }
154
StScrollView StScrollBar {
155
min-width: 16px;
156
min-height: 16px; }
157
StScrollBar StBin#trough {
158
margin: 4px;
159
border-radius: 100px;
160
background-color: rgba(0, 0, 0, 0.096); }
161
StScrollBar StButton#vhandle, StScrollBar StButton#hhandle {
162
border-radius: 100px;
163
background-color: rgba(0, 0, 0, 0.48);
164
margin: 4px; }
165
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
166
background-color: rgba(0, 0, 0, 0.6); }
167
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
168
background-color: rgba(0, 0, 0, 0.8); }
169
170
#overview StScrollBar StBin#trough, #screenShieldNotifications StScrollBar StBin#trough {
171
background-color: rgba(255, 255, 255, 0.12); }
172
#overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#hhandle, #screenShieldNotifications StScrollBar StButton#hhandle {
173
background-color: rgba(255, 255, 255, 0.6); }
174
#overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#hhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover {
175
background-color: rgba(255, 255, 255, 0.75); }
176
#overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#hhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active {
177
background-color: #FFFFFF; }
178
179
/* Slider */
180
.slider {
181
height: 20px;
182
color: #FF4081;
183
-slider-height: 4px;
184
-slider-background-color: rgba(0, 0, 0, 0.24);
185
-slider-border-color: transparent;
186
-slider-active-background-color: #FF4081;
187
-slider-active-border-color: transparent;
188
-slider-border-width: 0;
189
-slider-handle-radius: 8px; }
190
191
/* Check Boxes */
192
.check-box * {
193
min-height: 20px;
194
padding: 8px 0; }
195
.check-box StBoxLayout {
196
spacing: 8px; }
197
.check-box StBin {
198
width: 24px;
199
height: 24px;
200
padding: 6px;
201
border-radius: 100px;
202
background-image: url("assets/checkbox-off.svg"); }
203
.check-box:focus StBin {
204
background-image: url("assets/checkbox-off.svg"); }
205
.check-box:hover StBin {
206
background-color: rgba(0, 0, 0, 0.12); }
207
.check-box:active StBin {
208
background-color: rgba(0, 0, 0, 0.24); }
209
.check-box:checked StBin {
210
background-image: url("assets/checkbox.svg"); }
211
.check-box:focus:checked StBin {
212
background-image: url("assets/checkbox.svg"); }
213
.check-box:hover:checked StBin {
214
background-color: rgba(255, 64, 129, 0.15); }
215
.check-box:active:checked StBin {
216
background-color: rgba(255, 64, 129, 0.3); }
217
218
/* Switches */
219
.toggle-switch {
220
width: 40px;
221
height: 20px;
222
background-size: contain; }
223
224
.toggle-switch-us {
225
background-image: url("assets/toggle-off.svg"); }
226
.toggle-switch-us:checked {
227
background-image: url("assets/toggle-on.svg"); }
228
229
.toggle-switch-intl {
230
background-image: url("assets/toggle-off.svg"); }
231
.toggle-switch-intl:checked {
232
background-image: url("assets/toggle-on.svg"); }
233
234
/* links */
235
.shell-link {
236
border-radius: 2px;
237
color: #42A5F5; }
238
.shell-link:hover {
239
color: #42A5F5;
240
background-color: rgba(66, 165, 245, 0.15); }
241
.shell-link:active {
242
color: #42A5F5;
243
background-color: rgba(66, 165, 245, 0.3); }
244
245
/* Modal Dialogs */
246
.headline {
247
font-size: 15pt;
248
font-weight: 500; }
249
250
.lightbox {
251
background-color: black; }
252
253
.flashspot {
254
background-color: white; }
255
256
.modal-dialog {
257
border-radius: 2px;
258
color: rgba(0, 0, 0, 0.8);
259
background-color: #FAFAFA;
260
border: none;
261
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44); }
262
.modal-dialog .modal-dialog-content-box {
263
padding: 24px; }
264
.modal-dialog .run-dialog-entry {
265
width: 20em;
266
margin-bottom: 6px; }
267
.modal-dialog .run-dialog-error-box {
268
padding-top: 16px;
269
spacing: 6px; }
270
.modal-dialog .run-dialog-button-box {
271
padding-top: 1em; }
272
.modal-dialog .run-dialog-label {
273
font-size: 1em;
274
font-weight: normal;
275
color: rgba(0, 0, 0, 0.48);
276
padding-bottom: .4em; }
277
278
.show-processes-dialog-subject,
279
.mount-question-dialog-subject,
280
.end-session-dialog-subject {
281
font-size: 15pt;
282
font-weight: 500; }
283
284
/* End Session Dialog */
285
.end-session-dialog {
286
spacing: 42px;
287
border: none; }
288
289
.end-session-dialog-list {
290
padding-top: 20px; }
291
292
.end-session-dialog-layout {
293
padding-left: 17px; }
294
.end-session-dialog-layout:rtl {
295
padding-right: 17px; }
296
297
.end-session-dialog-description {
298
width: 28em;
299
padding-bottom: 10px; }
300
.end-session-dialog-description:rtl {
301
text-align: right; }
302
303
.end-session-dialog-warning {
304
width: 28em;
305
color: #FF6D00;
306
padding-top: 6px; }
307
.end-session-dialog-warning:rtl {
308
text-align: right; }
309
310
.end-session-dialog-logout-icon {
311
border-radius: 5px;
312
width: 48px;
313
height: 48px;
314
background-size: contain; }
315
316
.end-session-dialog-shutdown-icon {
317
color: rgba(0, 0, 0, 0.48);
318
width: 48px;
319
height: 48px; }
320
321
.end-session-dialog-inhibitor-layout {
322
spacing: 16px;
323
max-height: 200px;
324
padding-right: 65px;
325
padding-left: 65px; }
326
327
.end-session-dialog-session-list,
328
.end-session-dialog-app-list {
329
spacing: 1em; }
330
331
.end-session-dialog-list-header {
332
font-weight: bold; }
333
.end-session-dialog-list-header:rtl {
334
text-align: right; }
335
336
.end-session-dialog-app-list-item,
337
.end-session-dialog-session-list-item {
338
spacing: 1em; }
339
340
.end-session-dialog-app-list-item-name,
341
.end-session-dialog-session-list-item-name {
342
font-weight: bold; }
343
344
.end-session-dialog-app-list-item-description {
345
color: rgba(0, 0, 0, 0.48);
346
font-size: 1em; }
347
348
/* ShellMountOperation Dialogs */
349
.shell-mount-operation-icon {
350
icon-size: 48px; }
351
352
.show-processes-dialog,
353
.mount-question-dialog {
354
spacing: 24px; }
355
356
.show-processes-dialog-subject,
357
.mount-question-dialog-subject {
358
padding-top: 10px;
359
padding-left: 17px;
360
padding-bottom: 6px; }
361
362
.mount-question-dialog-subject {
363
max-width: 500px; }
364
365
.show-processes-dialog-subject:rtl,
366
.mount-question-dialog-subject:rtl {
367
padding-left: 0px;
368
padding-right: 17px; }
369
370
.show-processes-dialog-description,
371
.mount-question-dialog-description {
372
padding-left: 17px;
373
width: 28em; }
374
375
.show-processes-dialog-description:rtl,
376
.mount-question-dialog-description:rtl {
377
padding-right: 17px; }
378
379
.show-processes-dialog-app-list {
380
max-height: 200px;
381
padding-top: 24px;
382
padding-left: 49px;
383
padding-right: 32px; }
384
385
.show-processes-dialog-app-list:rtl {
386
padding-right: 49px;
387
padding-left: 32px; }
388
389
.show-processes-dialog-app-list-item {
390
color: rgba(0, 0, 0, 0.8); }
391
.show-processes-dialog-app-list-item:hover {
392
color: rgba(0, 0, 0, 0.8); }
393
.show-processes-dialog-app-list-item:ltr {
394
padding-right: 1em; }
395
.show-processes-dialog-app-list-item:rtl {
396
padding-left: 1em; }
397
398
.show-processes-dialog-app-list-item-icon:ltr {
399
padding-right: 17px; }
400
.show-processes-dialog-app-list-item-icon:rtl {
401
padding-left: 17px; }
402
403
.show-processes-dialog-app-list-item-name {
404
font-size: 1em; }
405
406
/* Password or Authentication Dialog */
407
.prompt-dialog {
408
width: 500px;
409
border: none; }
410
411
.prompt-dialog-main-layout {
412
spacing: 24px;
413
padding: 10px; }
414
415
.prompt-dialog-message-layout {
416
spacing: 16px; }
417
418
.prompt-dialog-headline {
419
font-size: 15pt;
420
font-weight: 500;
421
color: rgba(0, 0, 0, 0.8); }
422
423
.prompt-dialog-description:rtl {
424
text-align: right; }
425
426
.prompt-dialog-password-box {
427
spacing: 1em;
428
padding-bottom: 1em; }
429
430
.prompt-dialog-error-label {
431
font-size: 1em;
432
color: #DD2C00;
433
padding-bottom: 8px; }
434
435
.prompt-dialog-info-label {
436
font-size: 1em;
437
padding-bottom: 8px; }
438
439
.hidden {
440
color: transparent; }
441
442
.prompt-dialog-null-label {
443
font-size: 1em;
444
padding-bottom: 8px; }
445
446
/* Polkit Dialog */
447
.polkit-dialog-user-layout {
448
padding-left: 10px;
449
spacing: 10px; }
450
.polkit-dialog-user-layout:rtl {
451
padding-left: 0px;
452
padding-right: 10px; }
453
454
.polkit-dialog-user-root-label {
455
color: #FF6D00; }
456
457
.polkit-dialog-user-icon {
458
border-radius: 5px;
459
background-size: contain;
460
width: 48px;
461
height: 48px; }
462
463
/* Audio selection dialog */
464
.audio-device-selection-dialog {
465
spacing: 30px; }
466
467
.audio-selection-content {
468
spacing: 20px;
469
padding: 24px; }
470
471
.audio-selection-title {
472
font-weight: bold;
473
text-align: center; }
474
475
.audio-selection-box {
476
spacing: 20px; }
477
478
.audio-selection-device {
479
border: 1px solid rgba(0, 0, 0, 0.1);
480
border-radius: 2px; }
481
.audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus {
482
background-color: #42A5F5; }
483
484
.audio-selection-device-box {
485
padding: 20px;
486
spacing: 20px; }
487
488
.audio-selection-device-icon {
489
icon-size: 64px; }
490
491
/* Access Dialog */
492
.access-dialog {
493
spacing: 30px; }
494
495
.access-dialog-main-layout {
496
padding: 12px 20px 0;
497
spacing: 12px; }
498
499
.access-dialog-content {
500
max-width: 28em;
501
spacing: 20px; }
502
503
.access-dialog-icon {
504
min-width: 48px;
505
icon-size: 48px; }
506
507
.access-dialog-title {
508
font-weight: bold; }
509
510
.access-dialog-subtitle {
511
color: rgba(0, 0, 0, 0.48);
512
font-weight: bold; }
513
514
/* Geolocation Dialog */
515
.geolocation-dialog {
516
spacing: 30px; }
517
518
.geolocation-dialog-main-layout {
519
spacing: 12px; }
520
521
.geolocation-dialog-content {
522
spacing: 20px; }
523
524
.geolocation-dialog-icon {
525
icon-size: 48px; }
526
527
.geolocation-dialog-title {
528
font-weight: bold; }
529
530
.geolocation-dialog-reason {
531
color: rgba(0, 0, 0, 0.48);
532
font-weight: bold; }
533
534
/* Network Agent Dialog */
535
.network-dialog-secret-table {
536
spacing-rows: 15px;
537
spacing-columns: 1em; }
538
539
.keyring-dialog-control-table {
540
spacing-rows: 15px;
541
spacing-columns: 1em; }
542
543
/* Popovers/Menus */
544
.popup-menu {
545
min-width: 200px; }
546
.popup-menu .popup-sub-menu {
547
background-color: #EEEEEE;
548
box-shadow: 0 0 transparent; }
549
.popup-menu .popup-menu-content {
550
padding: 8px 0; }
551
.popup-menu .popup-menu-item {
552
spacing: 8px;
553
transition-duration: 0.1s; }
554
.popup-menu .popup-menu-item:ltr {
555
padding: 0.4em 24px 0.4em 0; }
556
.popup-menu .popup-menu-item:rtl {
557
padding: 0.4em 0 0.4em 24px; }
558
.popup-menu .popup-menu-item:checked {
559
background-color: #42A5F5;
560
color: #FFFFFF;
561
box-shadow: 0 0 transparent;
562
font-weight: normal; }
563
.popup-menu .popup-menu-item:checked.selected {
564
background-color: #5eb3f7;
565
color: #FFFFFF; }
566
.popup-menu .popup-menu-item:checked:active {
567
background-color: #7bc0f8;
568
color: #FFFFFF !important; }
569
.popup-menu .popup-menu-item:checked:insensitive {
570
color: rgba(255, 255, 255, 0.4); }
571
.popup-menu .popup-menu-item.selected {
572
background-color: rgba(0, 0, 0, 0.12);
573
color: rgba(0, 0, 0, 0.8);
574
transition-duration: 0s; }
575
.popup-menu .popup-menu-item:active {
576
background-color: rgba(0, 0, 0, 0.24);
577
color: rgba(0, 0, 0, 0.8);
578
transition-duration: 0.15s; }
579
.popup-menu .popup-menu-item.selected:active {
580
color: rgba(0, 0, 0, 0.8); }
581
.popup-menu .popup-menu-item:insensitive {
582
color: rgba(0, 0, 0, 0.32); }
583
.popup-menu .popup-inactive-menu-item {
584
color: rgba(0, 0, 0, 0.8); }
585
.popup-menu .popup-inactive-menu-item:insensitive {
586
color: rgba(0, 0, 0, 0.48); }
587
.popup-menu.panel-menu {
588
-boxpointer-gap: 4px;
589
margin-bottom: 1.75em; }
590
591
.popup-menu-ornament {
592
text-align: right;
593
width: 16px;
594
height: 16px; }
595
596
.popup-menu-boxpointer,
597
.candidate-popup-boxpointer {
598
-arrow-border-radius: 0;
599
-arrow-background-color: transparent;
600
-arrow-border-width: 0;
601
-arrow-border-color: transparent;
602
-arrow-base: 0;
603
-arrow-rise: 0;
604
-arrow-box-shadow: none;
605
margin: 5px 8px 8px;
606
background-color: #FAFAFA;
607
border-radius: 2px;
608
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); }
609
610
.popup-separator-menu-item {
611
height: 1px;
612
margin: 8px 40px;
613
background-color: transparent;
614
border-color: rgba(0, 0, 0, 0.1);
615
border-bottom-width: 1px;
616
border-bottom-style: solid; }
617
618
.background-menu {
619
-boxpointer-gap: 4px;
620
-arrow-rise: 0; }
621
622
/* fallback menu
623
- odd thing for styling App menu when apparently not running under shell. Light Adwaita styled
624
app menu inside the main app window itself rather than the top bar
625
*/
626
/* OSD */
627
.osd-window {
628
text-align: center;
629
font-weight: bold;
630
spacing: 1em;
631
margin: 32px;
632
min-width: 64px;
633
min-height: 64px; }
634
.osd-window .osd-monitor-label {
635
font-size: 45px;
636
font-weight: 400; }
637
.osd-window .level {
638
height: 0.6em;
639
border-radius: 4px;
640
background-color: rgba(0, 0, 0, 0.24);
641
color: rgba(0, 0, 0, 0.8); }
642
.osd-window .level-bar {
643
background-color: #42A5F5;
644
border-radius: 2px; }
645
646
/* Pad OSD */
647
.pad-osd-window {
648
padding: 32px;
649
background-color: rgba(0, 0, 0, 0.6); }
650
651
.combo-box-label {
652
width: 15em; }
653
654
/* App Switcher */
655
.switcher-popup {
656
padding: 8px;
657
spacing: 16px; }
658
659
.switcher-list-item-container {
660
spacing: 8px; }
661
662
.switcher-list .item-box {
663
padding: 8px;
664
border-radius: 2px; }
665
666
.switcher-list .item-box:outlined {
667
padding: 8px;
668
border: none;
669
background-color: rgba(0, 0, 0, 0.096); }
670
671
.switcher-list .item-box:selected {
672
background-color: #42A5F5;
673
color: #FFFFFF; }
674
675
.switcher-list .thumbnail-box {
676
padding: 2px;
677
spacing: 4px; }
678
679
.switcher-list .thumbnail {
680
width: 256px; }
681
682
.switcher-list .separator {
683
width: 1px;
684
background: rgba(0, 0, 0, 0.1); }
685
686
.switcher-arrow {
687
border-color: transparent;
688
color: rgba(0, 0, 0, 0.48); }
689
.switcher-arrow:highlighted {
690
color: rgba(0, 0, 0, 0.8); }
691
692
.input-source-switcher-symbol {
693
font-size: 45px;
694
font-weight: 400;
695
width: 96px;
696
height: 96px; }
697
698
/* Window Cycler */
699
.cycler-highlight {
700
border: 4px solid #42A5F5; }
701
702
/* Workspace Switcher */
703
.workspace-switcher-group {
704
padding: 8px; }
705
706
.workspace-switcher {
707
background: transparent;
708
border: 0px;
709
border-radius: 0px;
710
padding: 0px;
711
spacing: 8px; }
712
713
.ws-switcher-active-up, .ws-switcher-active-down {
714
height: 48px;
715
background-color: #42A5F5;
716
color: #FFFFFF;
717
background-size: 32px;
718
border-radius: 2px; }
719
720
.ws-switcher-box {
721
height: 48px;
722
border: none;
723
background: rgba(0, 0, 0, 0.096);
724
border-radius: 2px; }
725
726
.osd-window,
727
.resize-popup,
728
.switcher-list, .workspace-switcher-container {
729
color: rgba(0, 0, 0, 0.8);
730
background-color: #FAFAFA;
731
border: none;
732
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44);
733
border-radius: 2px;
734
padding: 12px; }
735
736
/* Tiled window previews */
737
.tile-preview {
738
background-color: rgba(64, 196, 255, 0.3);
739
border: 1px solid #40C4FF; }
740
741
.tile-preview-left.on-primary {
742
border-radius: 0 0 0 0; }
743
744
.tile-preview-right.on-primary {
745
border-radius: 0 0 0 0; }
746
747
.tile-preview-left.tile-preview-right.on-primary {
748
border-radius: 0 0 0 0; }
749
750
/* TOP BAR */
751
#panel {
752
background-color: #263238;
753
font-weight: bold;
754
height: 32px; }
755
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {
756
background-color: transparent; }
757
#panel #panelLeft, #panel #panelCenter {
758
spacing: 0; }
759
#panel .panel-corner {
760
-panel-corner-radius: 0;
761
-panel-corner-background-color: rgba(0, 0, 0, 0.6);
762
-panel-corner-border-width: 2px;
763
-panel-corner-border-color: transparent; }
764
#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus {
765
-panel-corner-border-color: #FFFFFF; }
766
#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen {
767
-panel-corner-radius: 0;
768
-panel-corner-background-color: transparent;
769
-panel-corner-border-color: transparent; }
770
#panel .panel-button {
771
-natural-hpadding: 12px;
772
-minimum-hpadding: 6px;
773
font-weight: bold;
774
color: rgba(255, 255, 255, 0.75);
775
transition-duration: 0.15s; }
776
#panel .panel-button .app-menu-icon {
777
-st-icon-style: symbolic;
778
margin-left: 4px;
779
margin-right: 4px; }
780
#panel .panel-button:hover {
781
color: #FFFFFF; }
782
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
783
background-color: rgba(0, 0, 0, 0.01);
784
box-shadow: inset 0 -2px 0px #FFFFFF;
785
color: #FFFFFF; }
786
#panel .panel-button:active > .system-status-icon, #panel .panel-button:overview > .system-status-icon, #panel .panel-button:focus > .system-status-icon, #panel .panel-button:checked > .system-status-icon {
787
icon-shadow: none; }
788
#panel .panel-button .system-status-icon {
789
icon-size: 1.14286em;
790
padding: 0 4px; }
791
.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button {
792
color: rgba(255, 255, 255, 0.75); }
793
.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active {
794
color: #FFFFFF; }
795
#panel .panel-status-indicators-box,
796
#panel .panel-status-menu-box {
797
spacing: 2px; }
798
#panel .power-status.panel-status-indicators-box {
799
spacing: 0; }
800
#panel .screencast-indicator {
801
color: #FF6D00; }
802
803
#calendarArea {
804
padding: 8px 16px; }
805
806
.calendar {
807
margin-bottom: 0; }
808
809
.calendar,
810
.datemenu-today-button,
811
.datemenu-displays-box,
812
.message-list-sections {
813
margin: 0 8px; }
814
815
.datemenu-calendar-column {
816
spacing: 8px; }
817
818
.datemenu-displays-section {
819
padding-bottom: 0; }
820
821
.datemenu-today-button,
822
.world-clocks-button,
823
.message-list-section-title {
824
min-height: 24px;
825
padding: 4px 8px;
826
border-radius: 2px; }
827
828
.datemenu-today-button {
829
min-height: 56px; }
830
831
.message-list-section-list:ltr {
832
padding-left: 0; }
833
834
.message-list-section-list:rtl {
835
padding-right: 0; }
836
837
.datemenu-today-button:hover, .datemenu-today-button:focus,
838
.world-clocks-button:hover,
839
.world-clocks-button:focus,
840
.message-list-section-title:hover,
841
.message-list-section-title:focus {
842
color: rgba(0, 0, 0, 0.8);
843
background-color: rgba(0, 0, 0, 0.12); }
844
.datemenu-today-button:active,
845
.world-clocks-button:active,
846
.message-list-section-title:active {
847
color: rgba(0, 0, 0, 0.8);
848
background-color: rgba(0, 0, 0, 0.24); }
849
850
.datemenu-today-button .date-label {
851
font-size: 18pt;
852
font-weight: 400; }
853
854
.world-clocks-header,
855
.message-list-section-title {
856
color: rgba(0, 0, 0, 0.6);
857
font-weight: bold; }
858
859
.world-clocks-grid {
860
spacing-rows: 0.4em; }
861
862
.calendar-month-label {
863
height: 20px;
864
margin: 2px;
865
padding: 6px 16px;
866
border-radius: 2px;
867
color: rgba(0, 0, 0, 0.8);
868
font-weight: bold;
869
text-align: center; }
870
.calendar-month-label:focus {
871
background-color: rgba(0, 0, 0, 0.12); }
872
873
.pager-button {
874
width: 32px;
875
height: 32px;
876
margin: 2px;
877
border-radius: 100px;
878
background-color: transparent;
879
color: rgba(0, 0, 0, 0.8); }
880
.pager-button:hover, .pager-button:focus {
881
background-color: rgba(0, 0, 0, 0.12); }
882
.pager-button:active {
883
background-color: rgba(0, 0, 0, 0.24); }
884
885
.calendar-change-month-back {
886
background-image: url("assets/calendar-arrow-left.svg"); }
887
.calendar-change-month-back:rtl {
888
background-image: url("assets/calendar-arrow-right.svg"); }
889
890
.calendar-change-month-forward {
891
background-image: url("assets/calendar-arrow-right.svg"); }
892
.calendar-change-month-forward:rtl {
893
background-image: url("assets/calendar-arrow-left.svg"); }
894
895
.calendar-day-base {
896
font-size: 9pt;
897
font-weight: 400;
898
text-align: center;
899
width: 32px;
900
height: 32px;
901
padding: 0;
902
margin: 2px;
903
border-radius: 100px; }
904
.calendar-day-base:hover, .calendar-day-base:focus {
905
background-color: rgba(0, 0, 0, 0.12); }
906
.calendar-day-base:active, .calendar-day-base:selected {
907
color: #FFFFFF;
908
background-color: #42A5F5 !important;
909
border-color: transparent; }
910
.calendar-day-base.calendar-day-heading {
911
width: 32px;
912
height: 25px;
913
margin-top: 2px;
914
padding: 7px 0 0;
915
border-radius: 100px;
916
background-color: transparent;
917
color: rgba(0, 0, 0, 0.48);
918
font-size: 9pt;
919
font-weight: 400;
920
font-weight: bold;
921
text-align: center; }
922
923
.calendar-day {
924
border-width: 0; }
925
926
.calendar-day-top {
927
border-top-width: 0; }
928
929
.calendar-day-left {
930
border-left-width: 0; }
931
932
.calendar-nonwork-day {
933
color: rgba(0, 0, 0, 0.8); }
934
935
.calendar-today {
936
font-weight: bold !important;
937
border: none; }
938
939
.calendar-day-with-events {
940
color: #42A5F5;
941
font-weight: normal;
942
text-decoration: underline;
943
background-image: none; }
944
945
.calendar-other-month-day {
946
color: rgba(0, 0, 0, 0.32);
947
opacity: 0.5; }
948
949
.calendar-week-number {
950
width: 32px;
951
height: 25px;
952
margin: 2px;
953
padding: 7px 0 0;
954
border-radius: 100px;
955
background-color: transparent;
956
color: rgba(0, 0, 0, 0.48);
957
font-size: inherit;
958
font-weight: bold;
959
text-align: center; }
960
961
/* Message list */
962
.message-list {
963
width: 420px; }
964
965
.message-list-sections {
966
spacing: 8px; }
967
968
.message-list-section,
969
.message-list-section-list {
970
spacing: 8px; }
971
972
.message-list-section-title-box {
973
spacing: 8px; }
974
975
.message-list-section-close > StIcon {
976
icon-size: 16px;
977
border-radius: 16px;
978
padding: 8px;
979
color: rgba(0, 0, 0, 0.6);
980
background-color: transparent; }
981
982
/* FIXME: how do you do this in sass? */
983
.message-list-section-close:hover > StIcon,
984
.message-list-section-close:focus > StIcon {
985
color: rgba(0, 0, 0, 0.8);
986
background-color: rgba(0, 0, 0, 0.12); }
987
988
.message-list-section-close:active > StIcon {
989
color: rgba(0, 0, 0, 0.8);
990
background-color: rgba(0, 0, 0, 0.24); }
991
992
.message {
993
min-height: 64px;
994
background-color: transparent;
995
border-radius: 2px; }
996
.message:hover, .message:focus {
997
background-color: rgba(0, 0, 0, 0.12); }
998
.message:active {
999
background-color: rgba(0, 0, 0, 0.24); }
1000
1001
.message-icon-bin {
1002
padding: 8px 0px 8px 8px; }
1003
.message-icon-bin:rtl {
1004
padding: 8px 8px 8px 0px; }
1005
1006
.message-icon-bin > StIcon {
1007
icon-size: 32px; }
1008
1009
.message-secondary-bin:ltr {
1010
padding-left: 8px; }
1011
.message-secondary-bin:rtl {
1012
padding-right: 8px; }
1013
1014
.message-secondary-bin {
1015
color: rgba(0, 0, 0, 0.48); }
1016
1017
.message-secondary-bin > StIcon {
1018
icon-size: 16px; }
1019
1020
.message-title {
1021
min-height: 22px;
1022
padding-top: 2px;
1023
color: rgba(0, 0, 0, 0.8);
1024
font-weight: bold;
1025
font-size: 1em; }
1026
1027
.message-content {
1028
min-height: 48px;
1029
padding: 8px;
1030
color: rgba(0, 0, 0, 0.6);
1031
font-size: 1em; }
1032
1033
.message-content * > StIcon {
1034
icon-size: 16px;
1035
border-radius: 16px;
1036
padding: 4px;
1037
color: rgba(0, 0, 0, 0.6); }
1038
1039
/* FIXME: how do you do this in sass? */
1040
.message-content *:hover > StIcon,
1041
.message-content *:focus > StIcon {
1042
color: rgba(0, 0, 0, 0.8);
1043
background-color: rgba(0, 0, 0, 0.12); }
1044
1045
.message-content *:active > StIcon {
1046
color: rgba(0, 0, 0, 0.8);
1047
background-color: rgba(0, 0, 0, 0.24); }
1048
1049
.message-media-control {
1050
margin: 16px 0;
1051
padding: 8px;
1052
border-radius: 100px;
1053
color: rgba(0, 0, 0, 0.6); }
1054
.message-media-control:hover, .message-media-control:focus {
1055
color: rgba(0, 0, 0, 0.8);
1056
background-color: rgba(0, 0, 0, 0.12); }
1057
.message-media-control:active {
1058
color: rgba(0, 0, 0, 0.8);
1059
background-color: rgba(0, 0, 0, 0.24); }
1060
.message-media-control:insensitive {
1061
color: rgba(0, 0, 0, 0.24); }
1062
.message-media-control:last-child:ltr {
1063
margin-right: 16px;
1064
padding-right: 8px; }
1065
.message-media-control:last-child:rtl {
1066
margin-left: 16px;
1067
padding-left: 8px; }
1068
1069
.media-message-cover-icon {
1070
icon-size: 32px; }
1071
.media-message-cover-icon.fallback {
1072
icon-size: 16px;
1073
padding: 8px;
1074
border: none;
1075
border-radius: 2px;
1076
background-color: rgba(0, 0, 0, 0.12);
1077
color: rgba(0, 0, 0, 0.48); }
1078
1079
.system-switch-user-submenu-icon.user-icon {
1080
icon-size: 20px;
1081
padding: 0 2px; }
1082
1083
.system-switch-user-submenu-icon.default-icon {
1084
icon-size: 16px;
1085
padding: 0 4px; }
1086
1087
#appMenu {
1088
spinner-image: url("process-working.svg");
1089
spacing: 4px; }
1090
#appMenu .label-shadow {
1091
color: transparent; }
1092
1093
.aggregate-menu {
1094
min-width: 280px; }
1095
.aggregate-menu .popup-menu-icon {
1096
padding: 0 4px; }
1097
1098
.system-menu-action {
1099
color: rgba(0, 0, 0, 0.6);
1100
border-radius: 100px;
1101
/* wish we could do 50% */
1102
padding: 16px;
1103
border: none; }
1104
.system-menu-action:hover, .system-menu-action:focus {
1105
background-color: rgba(0, 0, 0, 0.12);
1106
color: rgba(0, 0, 0, 0.8);
1107
border: none;
1108
padding: 16px; }
1109
.system-menu-action:active {
1110
background-color: rgba(0, 0, 0, 0.24);
1111
color: rgba(0, 0, 0, 0.8); }
1112
.system-menu-action > StIcon {
1113
icon-size: 16px; }
1114
1115
.ripple-box {
1116
width: 48px;
1117
height: 48px;
1118
background-image: url("assets/corner-ripple-ltr.svg");
1119
background-size: contain; }
1120
1121
.ripple-box:rtl {
1122
background-image: url("assets/corner-ripple-rtl.svg"); }
1123
1124
.popup-menu-arrow {
1125
width: 16px;
1126
height: 16px; }
1127
1128
.popup-menu-icon {
1129
icon-size: 1.14286em; }
1130
1131
.window-close {
1132
height: 36px;
1133
width: 36px;
1134
-st-background-image-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
1135
background-image: url("assets/window-close.svg");
1136
background-size: 36px; }
1137
.window-close:hover {
1138
-st-background-image-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); }
1139
.window-close:active {
1140
background-image: url("assets/window-close-active.svg"); }
1141
1142
.window-close {
1143
-shell-close-overlap: 18px; }
1144
.window-close:rtl {
1145
-st-background-image-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24); }
1146
.window-close:rtl:hover {
1147
-st-background-image-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); }
1148
1149
/* NETWORK DIALOGS */
1150
.nm-dialog {
1151
max-height: 500px;
1152
min-height: 450px;
1153
min-width: 470px; }
1154
1155
.nm-dialog-content {
1156
spacing: 20px;
1157
padding: 24px; }
1158
1159
.nm-dialog-header-hbox {
1160
spacing: 10px; }
1161
1162
.nm-dialog-airplane-box {
1163
spacing: 12px; }
1164
1165
.nm-dialog-airplane-headline {
1166
font-weight: bold;
1167
text-align: center; }
1168
1169
.nm-dialog-airplane-text {
1170
color: rgba(0, 0, 0, 0.8); }
1171
1172
.nm-dialog-header-icon {
1173
icon-size: 32px; }
1174
1175
.nm-dialog-scroll-view {
1176
border: none; }
1177
1178
.nm-dialog-header {
1179
font-size: 15pt;
1180
font-weight: 500; }
1181
1182
.nm-dialog-item {
1183
font-size: 1em;
1184
border-bottom: none;
1185
border-radius: 2px;
1186
padding: 12px;
1187
spacing: 20px; }
1188
.nm-dialog-item:hover, .nm-dialog-item:focus {
1189
background-color: rgba(0, 0, 0, 0.12); }
1190
.nm-dialog-item:active {
1191
background-color: rgba(0, 0, 0, 0.24); }
1192
1193
.nm-dialog-item:selected {
1194
background-color: #42A5F5;
1195
color: #FFFFFF; }
1196
1197
.nm-dialog-icons {
1198
spacing: .5em; }
1199
1200
.nm-dialog-icon {
1201
icon-size: 16px; }
1202
1203
.no-networks-label {
1204
color: rgba(0, 0, 0, 0.48); }
1205
1206
.no-networks-box {
1207
spacing: 12px; }
1208
1209
/* OVERVIEW */
1210
#overview {
1211
spacing: 24px; }
1212
1213
.overview-controls {
1214
padding-bottom: 32px; }
1215
1216
.window-picker {
1217
-horizontal-spacing: 32px;
1218
-vertical-spacing: 32px;
1219
padding-left: 32px;
1220
padding-right: 32px;
1221
padding-bottom: 48px; }
1222
.window-picker.external-monitor {
1223
padding: 32px; }
1224
1225
.window-clone-border {
1226
border: 4px solid rgba(255, 255, 255, 0.3);
1227
border-radius: 2px;
1228
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); }
1229
1230
.window-caption {
1231
spacing: 25px;
1232
color: #FFFFFF;
1233
background-color: transparent;
1234
border-radius: 2px;
1235
padding: 4px 8px;
1236
-shell-caption-spacing: 12px; }
1237
.window-caption:hover {
1238
background-color: rgba(255, 255, 255, 0.3);
1239
color: #FFFFFF; }
1240
1241
.search-entry {
1242
width: 304px;
1243
padding: 0 8px;
1244
border-radius: 0;
1245
color: rgba(255, 255, 255, 0.6);
1246
selection-background-color: rgba(255, 255, 255, 0.3);
1247
selected-color: #FFFFFF;
1248
background-color: rgba(0, 0, 0, 0.01);
1249
border-color: transparent;
1250
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3); }
1251
.search-entry:focus {
1252
border-color: transparent;
1253
box-shadow: inset 0 -2px #FFFFFF;
1254
padding: 0 8px;
1255
border-width: 0;
1256
color: #FFFFFF; }
1257
.search-entry .search-entry-icon {
1258
icon-size: 16px;
1259
padding: 0 0;
1260
color: rgba(255, 255, 255, 0.6); }
1261
.search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon {
1262
color: #FFFFFF; }
1263
1264
#searchResultsBin {
1265
max-width: 1000px; }
1266
1267
#searchResultsContent {
1268
padding-left: 20px;
1269
padding-right: 20px;
1270
spacing: 16px; }
1271
1272
.search-section {
1273
spacing: 16px; }
1274
1275
.search-section-content {
1276
spacing: 32px; }
1277
1278
.list-search-results {
1279
spacing: 3px; }
1280
1281
.search-section-separator {
1282
-gradient-height: 1px;
1283
-gradient-start: rgba(255, 255, 255, 0);
1284
-gradient-end: rgba(255, 255, 255, 0.4);
1285
-margin-horizontal: 1.5em;
1286
height: 1px; }
1287
1288
.list-search-result-content {
1289
spacing: 12px;
1290
padding: 12px; }
1291
1292
.list-search-result-title {
1293
font-size: 18pt;
1294
font-weight: 400;
1295
color: #FFFFFF; }
1296
1297
.list-search-result-description {
1298
color: rgba(255, 255, 255, 0.75); }
1299
1300
.search-provider-icon {
1301
padding: 15px; }
1302
1303
.search-provider-icon-more {
1304
width: 16px;
1305
height: 16px;
1306
background-image: url("assets/more-results.svg"); }
1307
1308
/* DASHBOARD */
1309
#dash {
1310
font-size: 1em;
1311
color: #FFFFFF;
1312
background-color: rgba(255, 255, 255, 0.1);
1313
padding: 3px 0;
1314
border: none;
1315
border-left: 0px;
1316
border-radius: 0px 2px 2px 0px; }
1317
#dash:rtl {
1318
border-radius: 2px 0 0 2px; }
1319
#dash .placeholder {
1320
background-image: url("assets/dash-placeholder.svg");
1321
background-size: contain;
1322
height: 24px; }
1323
#dash .empty-dash-drop-target {
1324
width: 24px;
1325
height: 24px; }
1326
1327
.dash-item-container > StWidget {
1328
padding: 3px 6px; }
1329
1330
.dash-label {
1331
border-radius: 2px;
1332
padding: 7px 8px;
1333
color: rgba(0, 0, 0, 0.8);
1334
background-color: #FAFAFA;
1335
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
1336
text-align: center;
1337
-x-offset: 8px; }
1338
1339
/* App Vault/Grid */
1340
.icon-grid {
1341
spacing: 30px;
1342
-shell-grid-horizontal-item-size: 136px;
1343
-shell-grid-vertical-item-size: 136px; }
1344
.icon-grid .overview-icon {
1345
icon-size: 96px; }
1346
1347
.app-view-controls {
1348
width: 320px;
1349
padding-bottom: 32px; }
1350
1351
.app-view-control {
1352
padding: 0 16px;
1353
font-weight: bold;
1354
color: rgba(255, 255, 255, 0.75); }
1355
.app-view-control:hover {
1356
color: #FFFFFF;
1357
background-color: rgba(255, 255, 255, 0.15) !important; }
1358
.app-view-control:active {
1359
color: #FFFFFF;
1360
background-color: rgba(255, 255, 255, 0.3) !important; }
1361
.app-view-control:checked {
1362
color: #FFFFFF;
1363
background-color: rgba(0, 0, 0, 0.01) !important;
1364
box-shadow: inset 0 2px 0 #FFFFFF; }
1365
.app-view-control:first-child {
1366
border-right-width: 0;
1367
border-radius: 2px; }
1368
.app-view-control:first-child:checked {
1369
border-radius: 0; }
1370
.app-view-control:last-child {
1371
border-radius: 2px; }
1372
.app-view-control:last-child:checked {
1373
border-radius: 0; }
1374
1375
.search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover,
1376
.list-search-result:focus,
1377
.list-search-result:selected,
1378
.list-search-result:hover {
1379
background-color: rgba(255, 255, 255, 0.15);
1380
transition-duration: 0s; }
1381
.search-provider-icon:active, .search-provider-icon:checked,
1382
.list-search-result:active,
1383
.list-search-result:checked {
1384
background-color: rgba(255, 255, 255, 0.3);
1385
transition-duration: 0.15s; }
1386
1387
.app-well-app:hover .overview-icon, .app-well-app:focus .overview-icon, .app-well-app:selected .overview-icon,
1388
.app-well-app.app-folder:hover .overview-icon,
1389
.app-well-app.app-folder:focus .overview-icon,
1390
.app-well-app.app-folder:selected .overview-icon,
1391
.show-apps:hover .overview-icon,
1392
.show-apps:focus .overview-icon,
1393
.show-apps:selected .overview-icon,
1394
.grid-search-result:hover .overview-icon,
1395
.grid-search-result:focus .overview-icon,
1396
.grid-search-result:selected .overview-icon {
1397
background-color: rgba(255, 255, 255, 0.15);
1398
transition-duration: 0s;
1399
border-image: none;
1400
background-image: none; }
1401
.app-well-app:active .overview-icon, .app-well-app:checked .overview-icon,
1402
.app-well-app.app-folder:active .overview-icon,
1403
.app-well-app.app-folder:checked .overview-icon,
1404
.show-apps:active .overview-icon,
1405
.show-apps:checked .overview-icon,
1406
.grid-search-result:active .overview-icon,
1407
.grid-search-result:checked .overview-icon {
1408
background-color: rgba(255, 255, 255, 0.3);
1409
box-shadow: 0 0 transparent;
1410
transition-duration: 0.15s; }
1411
1412
.app-well-app-running-dot {
1413
width: 32px;
1414
height: 2px;
1415
background-color: #FFFFFF;
1416
margin-bottom: 0; }
1417
1418
.search-provider-icon,
1419
.list-search-result, .app-well-app .overview-icon,
1420
.app-well-app.app-folder .overview-icon,
1421
.show-apps .overview-icon,
1422
.grid-search-result .overview-icon {
1423
color: #FFFFFF;
1424
border-radius: 2px;
1425
padding: 6px;
1426
border: none;
1427
transition-duration: 0.15s;
1428
text-align: center; }
1429
1430
.app-well-app.app-folder > .overview-icon {
1431
background-color: rgba(255, 255, 255, 0.1); }
1432
1433
.show-apps .show-apps-icon {
1434
color: rgba(255, 255, 255, 0.75); }
1435
1436
.show-apps:hover .show-apps-icon,
1437
.show-apps:active .show-apps-icon,
1438
.show-apps:checked .show-apps-icon,
1439
.show-apps:focus .show-apps-icon {
1440
color: #FFFFFF;
1441
transition-duration: 0.15s; }
1442
1443
.app-folder-popup {
1444
-arrow-border-radius: 2px;
1445
-arrow-background-color: rgba(255, 255, 255, 0.1);
1446
-arrow-base: 24px;
1447
-arrow-rise: 12px; }
1448
1449
.app-folder-popup-bin {
1450
padding: 5px; }
1451
1452
.app-folder-icon {
1453
padding: 5px;
1454
spacing-rows: 5px;
1455
spacing-columns: 5px; }
1456
1457
.page-indicator {
1458
padding: 15px 20px; }
1459
.page-indicator .page-indicator-icon {
1460
width: 12px;
1461
height: 12px;
1462
border-radius: 12px;
1463
background-image: none;
1464
background-color: rgba(255, 255, 255, 0.3); }
1465
.page-indicator:hover .page-indicator-icon {
1466
background-image: none;
1467
background-color: rgba(255, 255, 255, 0.6); }
1468
.page-indicator:active .page-indicator-icon {
1469
background-image: none;
1470
background-color: rgba(255, 255, 255, 0.9); }
1471
.page-indicator:checked .page-indicator-icon {
1472
background-image: none;
1473
background-color: #FFFFFF;
1474
transition-duration: 0s; }
1475
.page-indicator:checked:active {
1476
background-image: none; }
1477
1478
.app-well-app > .overview-icon.overview-icon-with-label,
1479
.grid-search-result .overview-icon.overview-icon-with-label {
1480
padding: 10px 8px 5px 8px;
1481
spacing: 4px; }
1482
1483
.workspace-thumbnails {
1484
visible-width: 32px;
1485
spacing: 12px;
1486
padding: 12px;
1487
border-radius: 2px 0 0 2px; }
1488
.workspace-thumbnails:rtl {
1489
border-radius: 0 2px 2px 0; }
1490
1491
.workspace-thumbnail-indicator {
1492
border: 0 solid #FFFFFF;
1493
border-left-width: 2px;
1494
padding: 6px;
1495
border-radius: 0; }
1496
1497
.search-display > StBoxLayout,
1498
.all-apps,
1499
.frequent-apps > StBoxLayout {
1500
padding: 0px 88px 10px 88px; }
1501
1502
.workspace-thumbnails {
1503
color: #FFFFFF;
1504
background-color: rgba(255, 255, 255, 0.1);
1505
border: none; }
1506
1507
.search-statustext, .no-frequent-applications-label {
1508
font-size: 45px;
1509
font-weight: 400;
1510
color: rgba(255, 255, 255, 0.6); }
1511
1512
/* NOTIFICATIONS & MESSAGE TRAY */
1513
.url-highlighter {
1514
link-color: #42A5F5; }
1515
1516
.notification-banner {
1517
font-size: 1em;
1518
width: 34em;
1519
min-height: 64px;
1520
margin: 5px;
1521
border-radius: 2px;
1522
color: rgba(0, 0, 0, 0.8);
1523
background-color: #FAFAFA;
1524
border: none;
1525
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); }
1526
.notification-banner:hover {
1527
background-color: #FAFAFA; }
1528
.notification-banner:focus {
1529
background-color: #FAFAFA; }
1530
.notification-banner .notification-icon {
1531
padding: 5px; }
1532
.notification-banner .notification-content {
1533
padding: 5px;
1534
spacing: 5px; }
1535
.notification-banner .secondary-icon {
1536
icon-size: 1.14286em; }
1537
.notification-banner .notification-actions {
1538
background-color: transparent;
1539
padding-top: 0;
1540
border-top: 1px solid rgba(0, 0, 0, 0.1);
1541
spacing: 1px; }
1542
.notification-banner .notification-button {
1543
min-height: 40px;
1544
padding: 0 16px;
1545
background-color: transparent;
1546
color: rgba(0, 0, 0, 0.6);
1547
font-weight: 500; }
1548
.notification-banner .notification-button:first-child {
1549
border-radius: 0 0 0 2px; }
1550
.notification-banner .notification-button:last-child {
1551
border-radius: 0 0 2px 0; }
1552
.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus {
1553
background-color: rgba(0, 0, 0, 0.12);
1554
color: rgba(0, 0, 0, 0.8); }
1555
.notification-banner .notification-button:active {
1556
background-color: rgba(0, 0, 0, 0.24);
1557
color: rgba(0, 0, 0, 0.8); }
1558
1559
.summary-source-counter {
1560
font-size: 1em;
1561
font-weight: bold;
1562
height: 1.6em;
1563
width: 1.6em;
1564
-shell-counter-overlap-x: 3px;
1565
-shell-counter-overlap-y: 3px;
1566
background-color: #42A5F5;
1567
color: #FFFFFF;
1568
border: 2px solid #FFFFFF;
1569
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
1570
border-radius: 0.9em; }
1571
1572
.secondary-icon {
1573
icon-size: 1.14286em; }
1574
1575
.chat-body {
1576
spacing: 5px; }
1577
1578
.chat-response {
1579
margin: 5px; }
1580
1581
.chat-log-message {
1582
color: rgba(0, 0, 0, 0.8); }
1583
1584
.chat-new-group {
1585
padding-top: 1em; }
1586
1587
.chat-received {
1588
padding-left: 4px; }
1589
.chat-received:rtl {
1590
padding-left: 0px;
1591
padding-right: 4px; }
1592
1593
.chat-sent {
1594
padding-left: 18pt;
1595
color: rgba(0, 0, 0, 0.6); }
1596
.chat-sent:rtl {
1597
padding-left: 0;
1598
padding-right: 18pt; }
1599
1600
.chat-meta-message {
1601
padding-left: 4px;
1602
font-size: 9pt;
1603
font-weight: 400;
1604
color: rgba(0, 0, 0, 0.48); }
1605
.chat-meta-message:rtl {
1606
padding-left: 0;
1607
padding-right: 4px; }
1608
1609
.hotplug-transient-box {
1610
spacing: 6px;
1611
padding: 2px 72px 2px 12px; }
1612
1613
.hotplug-notification-item {
1614
padding: 2px 10px; }
1615
.hotplug-notification-item:focus {
1616
padding: 1px 71px 1px 11px; }
1617
1618
.hotplug-notification-item-icon {
1619
icon-size: 24px;
1620
padding: 2px 5px; }
1621
1622
.hotplug-resident-box {
1623
spacing: 8px; }
1624
1625
.hotplug-resident-mount {
1626
spacing: 8px;
1627
border-radius: 2px; }
1628
.hotplug-resident-mount:hover {
1629
background-color: rgba(0, 0, 0, 0.12); }
1630
.hotplug-resident-mount:active {
1631
background-color: rgba(0, 0, 0, 0.24); }
1632
1633
.hotplug-resident-mount-label {
1634
color: inherit;
1635
padding-left: 6px; }
1636
1637
.hotplug-resident-mount-icon {
1638
icon-size: 24px;
1639
padding-left: 6px; }
1640
1641
.hotplug-resident-eject-icon {
1642
icon-size: 16px; }
1643
1644
.hotplug-resident-eject-button {
1645
padding: 7px;
1646
border-radius: 2px;
1647
color: rgba(0, 0, 0, 0.8); }
1648
1649
/* Eeeky things */
1650
.legacy-tray {
1651
background-color: rgba(0, 0, 0, 0.6);
1652
color: #FFFFFF;
1653
border: none;
1654
border-bottom-width: 0; }
1655
.legacy-tray:ltr {
1656
border-radius: 0 2px 0 0;
1657
border-left-width: 0; }
1658
.legacy-tray:rtl {
1659
border-radius: 2px 0 0 0;
1660
border-right-width: 0; }
1661
1662
.legacy-tray-handle,
1663
.legacy-tray-icon {
1664
padding: 6px; }
1665
.legacy-tray-handle StIcon,
1666
.legacy-tray-icon StIcon {
1667
icon-size: 24px; }
1668
.legacy-tray-handle:hover, .legacy-tray-handle:focus,
1669
.legacy-tray-icon:hover,
1670
.legacy-tray-icon:focus {
1671
background-color: rgba(255, 255, 255, 0.15); }
1672
.legacy-tray-handle:active,
1673
.legacy-tray-icon:active {
1674
background-color: rgba(255, 255, 255, 0.3); }
1675
1676
.legacy-tray-icon-box {
1677
spacing: 12px; }
1678
.legacy-tray-icon-box:ltr {
1679
padding-left: 12px; }
1680
.legacy-tray-icon-box:rtl {
1681
padding-right: 12px; }
1682
.legacy-tray-icon-box StButton {
1683
width: 24px;
1684
height: 24px; }
1685
1686
.magnifier-zoom-region {
1687
border: 2px solid #42A5F5; }
1688
.magnifier-zoom-region.full-screen {
1689
border-width: 0; }
1690
1691
/* On-screen Keyboard */
1692
#keyboard {
1693
background-color: rgba(0, 0, 0, 0.3); }
1694
1695
.keyboard-layout {
1696
spacing: 10px;
1697
padding: 10px; }
1698
1699
.keyboard-row {
1700
spacing: 15px; }
1701
1702
.keyboard-key {
1703
min-height: 72px;
1704
min-width: 72px;
1705
font-size: 2em;
1706
font-weight: 500;
1707
border-radius: 2px;
1708
border: none;
1709
color: inherit;
1710
color: rgba(0, 0, 0, 0.6);
1711
background-color: #FAFAFA;
1712
border-color: transparent;
1713
box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
1714
text-shadow: none;
1715
icon-shadow: none; }
1716
.keyboard-key:focus {
1717
color: rgba(0, 0, 0, 0.8);
1718
text-shadow: none;
1719
icon-shadow: none;
1720
box-shadow: 0 0 transparent; }
1721
.keyboard-key:hover, .keyboard-key:checked {
1722
color: rgba(0, 0, 0, 0.8);
1723
background-color: #FAFAFA;
1724
border-color: transparent;
1725
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
1726
text-shadow: none;
1727
icon-shadow: none; }
1728
.keyboard-key:active {
1729
color: rgba(0, 0, 0, 0.8);
1730
background-color: rgba(194, 194, 194, 0.94);
1731
border-color: transparent;
1732
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
1733
text-shadow: none;
1734
icon-shadow: none; }
1735
.keyboard-key:grayed {
1736
background-color: rgba(0, 0, 0, 0.3);
1737
color: #FFFFFF;
1738
border-color: rgba(0, 0, 0, 0.3); }
1739
1740
.keyboard-subkeys {
1741
color: inherit;
1742
padding: 5px;
1743
-arrow-border-radius: 0;
1744
-arrow-background-color: transparent;
1745
-arrow-border-width: 0;
1746
-arrow-border-color: transparent;
1747
-arrow-base: 0;
1748
-arrow-rise: 0;
1749
-boxpointer-gap: 5px;
1750
background-color: #FAFAFA;
1751
border-radius: 2px;
1752
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); }
1753
1754
.candidate-popup-content {
1755
padding: 8px;
1756
spacing: 0; }
1757
1758
.candidate-index {
1759
padding: 0 4px 0 0;
1760
color: rgba(0, 0, 0, 0.48); }
1761
.candidate-box:selected .candidate-index {
1762
color: rgba(255, 255, 255, 0.6); }
1763
1764
.candidate-box {
1765
transition-duration: 0s;
1766
min-height: 32px;
1767
padding: 0 8px;
1768
border-radius: 2px; }
1769
.candidate-box:hover {
1770
background-color: rgba(0, 0, 0, 0.12);
1771
color: rgba(0, 0, 0, 0.8); }
1772
.candidate-box:active {
1773
background-color: rgba(0, 0, 0, 0.24);
1774
color: rgba(0, 0, 0, 0.8); }
1775
.candidate-box:selected {
1776
background-color: #42A5F5;
1777
color: #FFFFFF; }
1778
1779
.candidate-page-button-box {
1780
height: 32px; }
1781
.vertical .candidate-page-button-box {
1782
padding-top: 0; }
1783
.horizontal .candidate-page-button-box {
1784
padding-left: 0; }
1785
1786
.candidate-page-button {
1787
min-width: 32px;
1788
min-height: 32px;
1789
padding: 0; }
1790
1791
.candidate-page-button-previous {
1792
border-radius: 2px;
1793
border-right-width: 0; }
1794
1795
.candidate-page-button-next {
1796
border-radius: 2px; }
1797
1798
.candidate-page-button-icon {
1799
icon-size: 1.14286em; }
1800
1801
/* Auth Dialogs & Screen Shield */
1802
.framed-user-icon {
1803
background-size: contain;
1804
border: none;
1805
color: #FFFFFF;
1806
border-radius: 2px; }
1807
.framed-user-icon:hover {
1808
border-color: #FFFFFF;
1809
color: #FFFFFF; }
1810
1811
.login-dialog-banner-view {
1812
padding-top: 24px;
1813
max-width: 23em; }
1814
1815
.login-dialog {
1816
border: none;
1817
background-color: transparent; }
1818
.login-dialog StEntry {
1819
color: #FFFFFF;
1820
selection-background-color: rgba(255, 255, 255, 0.3);
1821
selected-color: #FFFFFF;
1822
background-color: rgba(0, 0, 0, 0.01);
1823
border-color: transparent;
1824
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3); }
1825
.login-dialog StEntry:focus {
1826
border-color: transparent;
1827
box-shadow: inset 0 -2px #FFFFFF; }
1828
.login-dialog StEntry:insensitive {
1829
color: rgba(0, 0, 0, 0.32);
1830
border-color: transparent;
1831
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
1832
color: rgba(255, 255, 255, 0.4); }
1833
.login-dialog .modal-dialog-button-box {
1834
spacing: 3px; }
1835
.login-dialog .modal-dialog-button {
1836
padding: 0 16px;
1837
color: rgba(255, 255, 255, 0.75);
1838
background-color: transparent;
1839
border-color: transparent;
1840
box-shadow: 0 0 transparent;
1841
text-shadow: none;
1842
icon-shadow: none; }
1843
.login-dialog .modal-dialog-button:hover, .login-dialog .modal-dialog-button:focus {
1844
color: #FFFFFF;
1845
background-color: rgba(255, 255, 255, 0.15);
1846
border-color: transparent;
1847
box-shadow: 0 0 transparent;
1848
text-shadow: none;
1849
icon-shadow: none; }
1850
.login-dialog .modal-dialog-button:active {
1851
color: #FFFFFF;
1852
background-color: rgba(255, 255, 255, 0.3);
1853
border-color: transparent;
1854
box-shadow: 0 0 transparent;
1855
text-shadow: none;
1856
icon-shadow: none; }
1857
.login-dialog .modal-dialog-button:insensitive {
1858
color: rgba(255, 255, 255, 0.3);
1859
background-color: transparent;
1860
border-color: transparent;
1861
box-shadow: 0 0 transparent;
1862
text-shadow: none;
1863
icon-shadow: none; }
1864
.login-dialog .modal-dialog-button:default {
1865
color: #FFFFFF;
1866
background-color: #FF4081;
1867
border-color: transparent;
1868
box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
1869
text-shadow: none;
1870
icon-shadow: none; }
1871
.login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus {
1872
color: #FFFFFF;
1873
background-color: #FF4081;
1874
border-color: transparent;
1875
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
1876
text-shadow: none;
1877
icon-shadow: none; }
1878
.login-dialog .modal-dialog-button:default:active {
1879
color: #FFFFFF;
1880
background-color: #ff79a7;
1881
border-color: transparent;
1882
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
1883
text-shadow: none;
1884
icon-shadow: none; }
1885
.login-dialog .modal-dialog-button:default:insensitive {
1886
color: rgba(255, 255, 255, 0.4);
1887
background-color: rgba(255, 255, 255, 0.12);
1888
border-color: transparent;
1889
box-shadow: 0 0 transparent;
1890
text-shadow: none;
1891
icon-shadow: none; }
1892
1893
.login-dialog-logo-bin {
1894
padding: 24px 0px; }
1895
1896
.login-dialog-banner {
1897
color: rgba(255, 255, 255, 0.75); }
1898
1899
.login-dialog-button-box {
1900
spacing: 5px; }
1901
1902
.login-dialog-message-warning {
1903
color: #FF6D00; }
1904
1905
.login-dialog-message-hint {
1906
padding-top: 0;
1907
padding-bottom: 20px; }
1908
1909
.login-dialog-user-selection-box {
1910
padding: 100px 0px; }
1911
.login-dialog-user-selection-box .login-dialog-not-listed-label {
1912
padding-left: 2px; }
1913
.login-dialog-not-listed-button:focus .login-dialog-user-selection-box .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-user-selection-box .login-dialog-not-listed-label {
1914
color: #FFFFFF; }
1915
1916
.login-dialog-not-listed-label {
1917
font-size: 1em;
1918
font-weight: bold;
1919
color: rgba(255, 255, 255, 0.75);
1920
padding-top: 1em; }
1921
.login-dialog-not-listed-label:hover {
1922
color: #FFFFFF; }
1923
.login-dialog-not-listed-label:focus {
1924
background-color: rgba(255, 255, 255, 0.15); }
1925
1926
.login-dialog-user-list-view {
1927
-st-vfade-offset: 1em; }
1928
1929
.login-dialog-user-list {
1930
spacing: 12px;
1931
padding: .2em;
1932
width: 23em; }
1933
.login-dialog-user-list:expanded .login-dialog-user-list-item:focus {
1934
background-color: rgba(255, 255, 255, 0.15);
1935
color: #FFFFFF; }
1936
.login-dialog-user-list:expanded .login-dialog-user-list-item:hover {
1937
background-color: rgba(255, 255, 255, 0.15);
1938
color: #FFFFFF; }
1939
.login-dialog-user-list:expanded .login-dialog-user-list-item:active {
1940
background-color: rgba(255, 255, 255, 0.3);
1941
color: #FFFFFF; }
1942
.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in {
1943
border-right: 2px solid #FFFFFF; }
1944
1945
.login-dialog-user-list-item {
1946
border-radius: 2px;
1947
padding: 4px 4px 0;
1948
color: rgba(255, 255, 255, 0.75); }
1949
.login-dialog-user-list-item:ltr {
1950
padding-right: 1em; }
1951
.login-dialog-user-list-item:rtl {
1952
padding-left: 1em; }
1953
.login-dialog-user-list-item:hover {
1954
background-color: rgba(255, 255, 255, 0.15);
1955
color: #FFFFFF; }
1956
.login-dialog-user-list-item:active {
1957
background-color: rgba(255, 255, 255, 0.3);
1958
color: #FFFFFF; }
1959
.login-dialog-user-list-item .login-dialog-timed-login-indicator {
1960
height: 2px;
1961
margin: 2px 0 0 0;
1962
background-color: #FFFFFF; }
1963
.login-dialog-user-list-item:focus .login-dialog-timed-login-indicator {
1964
background-color: #FFFFFF; }
1965
1966
.login-dialog-username,
1967
.user-widget-label {
1968
color: #FFFFFF;
1969
font-size: 15pt;
1970
font-weight: 500;
1971
text-align: left;
1972
padding-left: 15px; }
1973
1974
.user-widget-label:ltr {
1975
padding-left: 18px; }
1976
.user-widget-label:rtl {
1977
padding-right: 18px; }
1978
1979
.login-dialog-prompt-layout {
1980
padding-top: 24px;
1981
padding-bottom: 12px;
1982
spacing: 8px;
1983
width: 23em; }
1984
1985
.login-dialog-prompt-label {
1986
color: rgba(255, 255, 255, 0.6);
1987
font-size: 1em;
1988
padding-top: 1em; }
1989
1990
.login-dialog-session-list-button StIcon {
1991
icon-size: 1.25em; }
1992
1993
.login-dialog-session-list-button {
1994
color: rgba(255, 255, 255, 0.75); }
1995
.login-dialog-session-list-button:hover, .login-dialog-session-list-button:focus {
1996
color: #FFFFFF; }
1997
.login-dialog-session-list-button:active {
1998
color: #FFFFFF; }
1999
2000
.screen-shield-arrows {
2001
padding-bottom: 3em; }
2002
2003
.screen-shield-arrows Gjs_Arrow {
2004
color: white;
2005
width: 80px;
2006
height: 48px;
2007
-arrow-thickness: 12px;
2008
-arrow-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24); }
2009
2010
.screen-shield-clock {
2011
color: white;
2012
text-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
2013
font-weight: normal;
2014
text-align: center;
2015
padding-bottom: 1.5em; }
2016
2017
.screen-shield-clock-time {
2018
font-size: 112px;
2019
font-weight: 300;
2020
text-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24); }
2021
2022
.screen-shield-clock-date {
2023
font-size: 45px;
2024
font-weight: 400; }
2025
2026
.screen-shield-notifications-container {
2027
spacing: 6px;
2028
width: 30em;
2029
background-color: transparent;
2030
max-height: 500px; }
2031
.screen-shield-notifications-container .summary-notification-stack-scrollview {
2032
padding-top: 0;
2033
padding-bottom: 0; }
2034
.screen-shield-notifications-container .notification,
2035
.screen-shield-notifications-container .screen-shield-notification-source {
2036
padding: 8px;
2037
border: none;
2038
background-color: rgba(0, 0, 0, 0.3);
2039
color: #FFFFFF;
2040
border-radius: 2px; }
2041
.screen-shield-notifications-container .notification {
2042
margin-right: 16px; }
2043
2044
.screen-shield-notification-label {
2045
min-height: 22px;
2046
padding: 2px 0px 0px 16px;
2047
font-weight: bold; }
2048
2049
.screen-shield-notification-count-text {
2050
min-height: 22px;
2051
padding: 2px 0px 0px 16px;
2052
color: rgba(255, 255, 255, 0.75); }
2053
2054
#panel.lock-screen {
2055
background-color: rgba(0, 0, 0, 0.3); }
2056
2057
.screen-shield-background {
2058
background: black;
2059
box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); }
2060
2061
#lockDialogGroup {
2062
background: #607D8B url("assets/noise-texture.svg");
2063
background-size: cover; }
2064
2065
#LookingGlassDialog {
2066
background-color: #FAFAFA;
2067
spacing: 4px;
2068
padding: 0;
2069
border: none;
2070
border-radius: 2px;
2071
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44); }
2072
#LookingGlassDialog > #Toolbar {
2073
padding: 0 8px;
2074
border: none;
2075
border-radius: 0;
2076
background-color: rgba(250, 250, 250, 0.01);
2077
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); }
2078
#LookingGlassDialog .labels {
2079
spacing: 0; }
2080
#LookingGlassDialog .notebook-tab {
2081
-natural-hpadding: 12px;
2082
-minimum-hpadding: 6px;
2083
font-weight: bold;
2084
color: rgba(0, 0, 0, 0.48);
2085
transition-duration: 0.15s;
2086
padding-left: 16px;
2087
padding-right: 16px;
2088
min-height: 36px;
2089
padding: 0 32px; }
2090
#LookingGlassDialog .notebook-tab:hover {
2091
box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.24);
2092
color: rgba(0, 0, 0, 0.8);
2093
text-shadow: none; }
2094
#LookingGlassDialog .notebook-tab:selected {
2095
border-bottom-width: 0;
2096
border-color: transparent;
2097
background-color: rgba(250, 250, 250, 0.01);
2098
box-shadow: inset 0 -2px 0px #42A5F5;
2099
color: rgba(0, 0, 0, 0.8);
2100
text-shadow: none; }
2101
#LookingGlassDialog StBoxLayout#EvalBox {
2102
padding: 4px;
2103
spacing: 4px; }
2104
#LookingGlassDialog StBoxLayout#ResultsArea {
2105
spacing: 4px; }
2106
2107
.lg-dialog StEntry {
2108
selection-background-color: #42A5F5;
2109
selected-color: #FFFFFF; }
2110
.lg-dialog .shell-link {
2111
color: #42A5F5; }
2112
.lg-dialog .shell-link:hover {
2113
color: #42A5F5; }
2114
2115
.lg-completions-text {
2116
font-size: 1em;
2117
font-style: italic; }
2118
2119
.lg-obj-inspector-title {
2120
spacing: 4px; }
2121
2122
.lg-obj-inspector-button {
2123
min-height: 36px;
2124
padding: 0 16px;
2125
border: none;
2126
border-radius: 2px;
2127
font-size: 10.5pt;
2128
font-weight: 500;
2129
color: rgba(0, 0, 0, 0.6);
2130
background-color: transparent;
2131
border-color: transparent;
2132
box-shadow: 0 0 transparent;
2133
text-shadow: none;
2134
icon-shadow: none; }
2135
.lg-obj-inspector-button:hover {
2136
color: rgba(0, 0, 0, 0.8);
2137
background-color: rgba(0, 0, 0, 0.12);
2138
border-color: transparent;
2139
box-shadow: 0 0 transparent;
2140
text-shadow: none;
2141
icon-shadow: none; }
2142
.lg-obj-inspector-button:active {
2143
color: rgba(0, 0, 0, 0.8);
2144
background-color: rgba(0, 0, 0, 0.24);
2145
border-color: transparent;
2146
box-shadow: 0 0 transparent;
2147
text-shadow: none;
2148
icon-shadow: none; }
2149
.lg-obj-inspector-button:insensitive {
2150
color: rgba(0, 0, 0, 0.24);
2151
background-color: transparent;
2152
border-color: transparent;
2153
box-shadow: 0 0 transparent;
2154
text-shadow: none;
2155
icon-shadow: none; }
2156
.lg-obj-inspector-button:focus {
2157
color: rgba(0, 0, 0, 0.8);
2158
text-shadow: none;
2159
icon-shadow: none;
2160
box-shadow: 0 0 transparent; }
2161
.lg-obj-inspector-button:hover {
2162
border: none; }
2163
2164
#lookingGlassExtensions {
2165
padding: 4px; }
2166
2167
.lg-extensions-list {
2168
padding: 4px;
2169
spacing: 6px; }
2170
2171
.lg-extension {
2172
border: none;
2173
border-radius: 2px;
2174
padding: 4px; }
2175
2176
.lg-extension-name {
2177
font-size: 18pt;
2178
font-weight: 400; }
2179
2180
.lg-extension-meta {
2181
spacing: 6px; }
2182
2183
#LookingGlassPropertyInspector {
2184
background: #FAFAFA;
2185
border: none;
2186
border-radius: 2px;
2187
padding: 6px;
2188
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44); }
2189
2190
/* Dash to Dock */
2191
#dashtodockContainer #dash {
2192
background-color: rgba(0, 0, 0, 0.6); }
2193
2194
#dashtodockContainer:overview #dash {
2195
background-color: rgba(255, 255, 255, 0.1); }
2196
2197
#dashtodockContainer.extended:overview #dash {
2198
background-color: transparent; }
2199
2200
#dashtodockContainer.left #dash,
2201
#dashtodockContainer.right #dash {
2202
padding: 3px 0; }
2203
2204
#dashtodockContainer.top #dash,
2205
#dashtodockContainer.bottom #dash {
2206
padding: 0 3px; }
2207
2208
#dashtodockContainer.extended #dash {
2209
padding: 0;
2210
border-radius: 0; }
2211
2212
#dashtodockContainer.left .dash-item-container > StWidget,
2213
#dashtodockContainer.right .dash-item-container > StWidget,
2214
#dashtodockContainer.extended.left .dash-item-container > StWidget,
2215
#dashtodockContainer.extended.right .dash-item-container > StWidget {
2216
padding: 3px 6px; }
2217
2218
#dashtodockContainer.extended.left .dash-item-container:first-child > StWidget,
2219
#dashtodockContainer.extended.right .dash-item-container:first-child > StWidget {
2220
padding: 6px 6px 3px 6px; }
2221
2222
#dashtodockContainer.extended.left .dash-item-container:last-child > StWidget,
2223
#dashtodockContainer.extended.right .dash-item-container:last-child > StWidget {
2224
padding: 3px 6px 6px 6px; }
2225
2226
#dashtodockContainer.top .dash-item-container > StWidget,
2227
#dashtodockContainer.bottom .dash-item-container > StWidget,
2228
#dashtodockContainer.extended.top .dash-item-container > StWidget,
2229
#dashtodockContainer.extended.bottom .dash-item-container > StWidget {
2230
padding: 6px 3px; }
2231
2232
#dashtodockContainer.extended.top .dash-item-container:first-child > StWidget,
2233
#dashtodockContainer.extended.bottom .dash-item-container:first-child > StWidget {
2234
padding: 6px 3px 6px 6px; }
2235
2236
#dashtodockContainer.extended.top .dash-item-container:last-child > StWidget,
2237
#dashtodockContainer.extended.bottom .dash-item-container:last-child > StWidget {
2238
padding: 6px 6px 6px 3px; }
2239
2240
#dashtodockContainer .app-well-app-running-dot {
2241
background-color: transparent; }
2242
2243
#dashtodockContainer .dash-item-container > StWidget {
2244
background-size: cover; }
2245
2246
#dashtodockContainer.left .dash-item-container > StWidget.running1 {
2247
background-image: url("assets/dash/left-running1.svg"); }
2248
2249
#dashtodockContainer.left .dash-item-container > StWidget.running1.focused {
2250
background-image: url("assets/dash/left-running1-focused.svg"); }
2251
2252
#dashtodockContainer.left .dash-item-container > StWidget.running2 {
2253
background-image: url("assets/dash/left-running2.svg"); }
2254
2255
#dashtodockContainer.left .dash-item-container > StWidget.running2.focused {
2256
background-image: url("assets/dash/left-running2-focused.svg"); }
2257
2258
#dashtodockContainer.left .dash-item-container > StWidget.running3 {
2259
background-image: url("assets/dash/left-running3.svg"); }
2260
2261
#dashtodockContainer.left .dash-item-container > StWidget.running3.focused {
2262
background-image: url("assets/dash/left-running3-focused.svg"); }
2263
2264
#dashtodockContainer.left .dash-item-container > StWidget.running4 {
2265
background-image: url("assets/dash/left-running4.svg"); }
2266
2267
#dashtodockContainer.left .dash-item-container > StWidget.running4.focused {
2268
background-image: url("assets/dash/left-running4-focused.svg"); }
2269
2270
#dashtodockContainer.right .dash-item-container > StWidget.running1 {
2271
background-image: url("assets/dash/right-running1.svg"); }
2272
2273
#dashtodockContainer.right .dash-item-container > StWidget.running1.focused {
2274
background-image: url("assets/dash/right-running1-focused.svg"); }
2275
2276
#dashtodockContainer.right .dash-item-container > StWidget.running2 {
2277
background-image: url("assets/dash/right-running2.svg"); }
2278
2279
#dashtodockContainer.right .dash-item-container > StWidget.running2.focused {
2280
background-image: url("assets/dash/right-running2-focused.svg"); }
2281
2282
#dashtodockContainer.right .dash-item-container > StWidget.running3 {
2283
background-image: url("assets/dash/right-running3.svg"); }
2284
2285
#dashtodockContainer.right .dash-item-container > StWidget.running3.focused {
2286
background-image: url("assets/dash/right-running3-focused.svg"); }
2287
2288
#dashtodockContainer.right .dash-item-container > StWidget.running4 {
2289
background-image: url("assets/dash/right-running4.svg"); }
2290
2291
#dashtodockContainer.right .dash-item-container > StWidget.running4.focused {
2292
background-image: url("assets/dash/right-running4-focused.svg"); }
2293
2294
#dashtodockContainer.top .dash-item-container > StWidget.running1 {
2295
background-image: url("assets/dash/top-running1.svg"); }
2296
2297
#dashtodockContainer.top .dash-item-container > StWidget.running1.focused {
2298
background-image: url("assets/dash/top-running1-focused.svg"); }
2299
2300
#dashtodockContainer.top .dash-item-container > StWidget.running2 {
2301
background-image: url("assets/dash/top-running2.svg"); }
2302
2303
#dashtodockContainer.top .dash-item-container > StWidget.running2.focused {
2304
background-image: url("assets/dash/top-running2-focused.svg"); }
2305
2306
#dashtodockContainer.top .dash-item-container > StWidget.running3 {
2307
background-image: url("assets/dash/top-running3.svg"); }
2308
2309
#dashtodockContainer.top .dash-item-container > StWidget.running3.focused {
2310
background-image: url("assets/dash/top-running3-focused.svg"); }
2311
2312
#dashtodockContainer.top .dash-item-container > StWidget.running4 {
2313
background-image: url("assets/dash/top-running4.svg"); }
2314
2315
#dashtodockContainer.top .dash-item-container > StWidget.running4.focused {
2316
background-image: url("assets/dash/top-running4-focused.svg"); }
2317
2318
#dashtodockContainer.bottom .dash-item-container > StWidget.running1 {
2319
background-image: url("assets/dash/bottom-running1.svg"); }
2320
2321
#dashtodockContainer.bottom .dash-item-container > StWidget.running1.focused {
2322
background-image: url("assets/dash/bottom-running1-focused.svg"); }
2323
2324
#dashtodockContainer.bottom .dash-item-container > StWidget.running2 {
2325
background-image: url("assets/dash/bottom-running2.svg"); }
2326
2327
#dashtodockContainer.bottom .dash-item-container > StWidget.running2.focused {
2328
background-image: url("assets/dash/bottom-running2-focused.svg"); }
2329
2330
#dashtodockContainer.bottom .dash-item-container > StWidget.running3 {
2331
background-image: url("assets/dash/bottom-running3.svg"); }
2332
2333
#dashtodockContainer.bottom .dash-item-container > StWidget.running3.focused {
2334
background-image: url("assets/dash/bottom-running3-focused.svg"); }
2335
2336
#dashtodockContainer.bottom .dash-item-container > StWidget.running4 {
2337
background-image: url("assets/dash/bottom-running4.svg"); }
2338
2339
#dashtodockContainer.bottom .dash-item-container > StWidget.running4.focused {
2340
background-image: url("assets/dash/bottom-running4-focused.svg"); }
2341
2342
/* Simple Dock */
2343
#dash:desktop {
2344
background-color: rgba(0, 0, 0, 0.6); }
2345
2346
/* GPaste */
2347
.popup-menu .search-entry {
2348
color: rgba(0, 0, 0, 0.8);
2349
selection-background-color: #42A5F5;
2350
selected-color: #FFFFFF;
2351
background-color: rgba(250, 250, 250, 0.01);
2352
border-color: transparent;
2353
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.24); }
2354
.popup-menu .search-entry:focus {
2355
border-color: transparent;
2356
box-shadow: inset 0 -2px #42A5F5;
2357
color: rgba(0, 0, 0, 0.8); }
2358
.popup-menu .search-entry .search-entry-icon {
2359
color: rgba(0, 0, 0, 0.48); }
2360
.popup-menu .search-entry:hover .search-entry-icon, .popup-menu .search-entry:focus .search-entry-icon {
2361
color: rgba(0, 0, 0, 0.8); }
2362