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

View raw Download
text/plain • 61.93 kiB
ASCII text
        
            
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: 150ms;
23
}
24
25
stage {
26
font-family: "M+ 1c", Roboto, Cantarell, Sans-Serif;
27
font-size: 10.5pt;
28
font-weight: 400;
29
color: rgba(0, 0, 0, 0.87);
30
}
31
32
/* WIDGETS */
33
/* Buttons */
34
.button {
35
min-height: 36px;
36
padding: 0 16px;
37
border-width: 0;
38
border-radius: 2px;
39
font-size: 10.5pt;
40
font-weight: 500;
41
color: rgba(0, 0, 0, 0.54);
42
background-color: transparent;
43
border-color: transparent;
44
box-shadow: 0 0 transparent;
45
text-shadow: none;
46
icon-shadow: none;
47
}
48
49
.button:hover {
50
color: rgba(0, 0, 0, 0.87);
51
background-color: rgba(0, 0, 0, 0.12);
52
border-color: transparent;
53
box-shadow: 0 0 transparent;
54
text-shadow: none;
55
icon-shadow: none;
56
}
57
58
.button:active {
59
color: rgba(0, 0, 0, 0.87);
60
background-color: rgba(0, 0, 0, 0.26);
61
border-color: transparent;
62
box-shadow: 0 0 transparent;
63
text-shadow: none;
64
icon-shadow: none;
65
}
66
67
.button:insensitive {
68
color: rgba(0, 0, 0, 0.26);
69
background-color: transparent;
70
border-color: transparent;
71
box-shadow: 0 0 transparent;
72
text-shadow: none;
73
icon-shadow: none;
74
}
75
76
.button:focus {
77
color: rgba(0, 0, 0, 0.87);
78
text-shadow: none;
79
icon-shadow: none;
80
box-shadow: 0 0 transparent;
81
}
82
83
.modal-dialog-linked-button {
84
min-height: 40px;
85
padding: 0 16px;
86
border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
87
border-right-width: 0;
88
font-size: 10.5pt;
89
font-weight: 500;
90
color: rgba(0, 0, 0, 0.54);
91
background-color: transparent;
92
border-color: transparent;
93
box-shadow: 0 0 transparent;
94
text-shadow: none;
95
icon-shadow: none;
96
}
97
98
.modal-dialog-linked-button:hover {
99
color: rgba(0, 0, 0, 0.87);
100
background-color: rgba(0, 0, 0, 0.12);
101
border-color: transparent;
102
box-shadow: 0 0 transparent;
103
text-shadow: none;
104
icon-shadow: none;
105
}
106
107
.modal-dialog-linked-button:active {
108
color: rgba(0, 0, 0, 0.87);
109
background-color: rgba(0, 0, 0, 0.26);
110
border-color: transparent;
111
box-shadow: 0 0 transparent;
112
text-shadow: none;
113
icon-shadow: none;
114
}
115
116
.modal-dialog-linked-button:insensitive {
117
color: rgba(0, 0, 0, 0.26);
118
background-color: transparent;
119
border-color: transparent;
120
box-shadow: 0 0 transparent;
121
text-shadow: none;
122
icon-shadow: none;
123
}
124
125
.modal-dialog-linked-button:focus {
126
color: rgba(0, 0, 0, 0.87);
127
text-shadow: none;
128
icon-shadow: none;
129
box-shadow: 0 0 transparent;
130
}
131
132
.modal-dialog-linked-button:first-child {
133
border-radius: 0px 0px 0px 2px;
134
}
135
136
.modal-dialog-linked-button:last-child {
137
border-right-width: 0px;
138
border-radius: 0px 0px 2px 0px;
139
}
140
141
.modal-dialog-linked-button:first-child:last-child {
142
border-right-width: 0px;
143
border-radius: 0px 0px 2px 2px;
144
}
145
146
/* Entries */
147
StEntry {
148
min-height: 36px;
149
padding: 0 8px;
150
border-radius: 0;
151
border-width: 0;
152
color: rgba(0, 0, 0, 0.87);
153
selection-background-color: #42A5F5;
154
selected-color: #FFFFFF;
155
font-size: 12pt;
156
font-weight: 400;
157
background-color: rgba(250, 250, 250, 0.01);
158
border-color: transparent;
159
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.26);
160
}
161
162
StEntry:focus {
163
border-color: transparent;
164
box-shadow: inset 0 -2px #42A5F5;
165
}
166
167
StEntry:insensitive {
168
color: rgba(0, 0, 0, 0.38);
169
border-color: transparent;
170
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12);
171
}
172
173
StEntry StIcon.capslock-warning {
174
icon-size: 16px;
175
warning-color: #FF6D00;
176
padding: 0 0;
177
}
178
179
/* Scrollbars */
180
StScrollView.vfade {
181
-st-vfade-offset: 32px;
182
}
183
184
StScrollView.hfade {
185
-st-hfade-offset: 32px;
186
}
187
188
StScrollBar {
189
padding: 0;
190
}
191
192
StScrollView StScrollBar {
193
min-width: 16px;
194
min-height: 16px;
195
}
196
197
StScrollBar StBin#trough {
198
margin: 4px;
199
border-radius: 100px;
200
background-color: rgba(0, 0, 0, 0.12);
201
}
202
203
StScrollBar StButton#vhandle, StScrollBar StButton#hhandle {
204
border-radius: 100px;
205
background-color: rgba(0, 0, 0, 0.38);
206
margin: 4px;
207
}
208
209
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
210
background-color: rgba(0, 0, 0, 0.54);
211
}
212
213
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
214
background-color: rgba(0, 0, 0, 0.87);
215
}
216
217
#overview StScrollBar StBin#trough, #screenShieldNotifications StScrollBar StBin#trough {
218
background-color: rgba(255, 255, 255, 0.12);
219
}
220
221
#overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#hhandle, #screenShieldNotifications StScrollBar StButton#hhandle {
222
background-color: rgba(255, 255, 255, 0.5);
223
}
224
225
#overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#hhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover {
226
background-color: rgba(255, 255, 255, 0.7);
227
}
228
229
#overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#hhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active {
230
background-color: #FFFFFF;
231
}
232
233
/* Slider */
234
.slider {
235
height: 20px;
236
color: #FF4081;
237
-slider-height: 2px;
238
-slider-background-color: rgba(0, 0, 0, 0.26);
239
-slider-border-color: transparent;
240
-slider-active-background-color: #FF4081;
241
-slider-active-border-color: transparent;
242
-slider-border-width: 0;
243
-slider-handle-radius: 7px;
244
}
245
246
/* Check Boxes */
247
.check-box * {
248
min-height: 20px;
249
padding: 8px 0;
250
}
251
252
.check-box StBoxLayout {
253
spacing: 8px;
254
}
255
256
.check-box StBin {
257
width: 24px;
258
height: 24px;
259
padding: 6px;
260
border-radius: 100px;
261
background-image: url("assets/checkbox-off.svg");
262
}
263
264
.check-box:focus StBin {
265
background-image: url("assets/checkbox-off.svg");
266
}
267
268
.check-box:hover StBin {
269
background-color: rgba(0, 0, 0, 0.12);
270
}
271
272
.check-box:active StBin {
273
background-color: rgba(0, 0, 0, 0.26);
274
}
275
276
.check-box:checked StBin {
277
background-image: url("assets/checkbox.svg");
278
}
279
280
.check-box:focus:checked StBin {
281
background-image: url("assets/checkbox.svg");
282
}
283
284
.check-box:hover:checked StBin {
285
background-color: rgba(255, 64, 129, 0.15);
286
}
287
288
.check-box:active:checked StBin {
289
background-color: rgba(255, 64, 129, 0.3);
290
}
291
292
/* Switches */
293
.toggle-switch {
294
width: 40px;
295
height: 20px;
296
background-size: contain;
297
}
298
299
.toggle-switch-us {
300
background-image: url("assets/toggle-off.svg");
301
}
302
303
.toggle-switch-us:checked {
304
background-image: url("assets/toggle-on.svg");
305
}
306
307
.toggle-switch-intl {
308
background-image: url("assets/toggle-off.svg");
309
}
310
311
.toggle-switch-intl:checked {
312
background-image: url("assets/toggle-on.svg");
313
}
314
315
/* links */
316
.shell-link {
317
border-radius: 2px;
318
color: #42A5F5;
319
}
320
321
.shell-link:hover {
322
color: #42A5F5;
323
background-color: rgba(66, 165, 245, 0.15);
324
}
325
326
.shell-link:active {
327
color: #42A5F5;
328
background-color: rgba(66, 165, 245, 0.3);
329
}
330
331
/* Modal Dialogs */
332
.headline {
333
font-size: 15pt;
334
font-weight: 500;
335
}
336
337
.lightbox {
338
background-color: black;
339
}
340
341
.flashspot {
342
background-color: white;
343
}
344
345
.modal-dialog {
346
border-radius: 2px;
347
color: rgba(0, 0, 0, 0.87);
348
background-color: #FAFAFA;
349
border: none;
350
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44);
351
}
352
353
.modal-dialog .modal-dialog-content-box {
354
padding: 24px;
355
}
356
357
.modal-dialog .run-dialog-entry {
358
width: 20em;
359
margin-bottom: 6px;
360
}
361
362
.modal-dialog .run-dialog-error-box {
363
padding-top: 16px;
364
spacing: 6px;
365
}
366
367
.modal-dialog .run-dialog-button-box {
368
padding-top: 1em;
369
}
370
371
.modal-dialog .run-dialog-label {
372
font-size: 1em;
373
font-weight: normal;
374
color: rgba(0, 0, 0, 0.38);
375
padding-bottom: .4em;
376
}
377
378
.show-processes-dialog-subject,
379
.mount-question-dialog-subject,
380
.end-session-dialog-subject {
381
font-size: 15pt;
382
font-weight: 500;
383
}
384
385
/* End Session Dialog */
386
.end-session-dialog {
387
spacing: 42px;
388
border: none;
389
}
390
391
.end-session-dialog-list {
392
padding-top: 20px;
393
}
394
395
.end-session-dialog-layout {
396
padding-left: 17px;
397
}
398
399
.end-session-dialog-layout:rtl {
400
padding-right: 17px;
401
}
402
403
.end-session-dialog-description {
404
width: 28em;
405
padding-bottom: 10px;
406
}
407
408
.end-session-dialog-description:rtl {
409
text-align: right;
410
}
411
412
.end-session-dialog-warning {
413
width: 28em;
414
color: #FF6D00;
415
padding-top: 6px;
416
}
417
418
.end-session-dialog-warning:rtl {
419
text-align: right;
420
}
421
422
.end-session-dialog-logout-icon {
423
border-radius: 5px;
424
width: 48px;
425
height: 48px;
426
background-size: contain;
427
}
428
429
.end-session-dialog-shutdown-icon {
430
color: rgba(0, 0, 0, 0.38);
431
width: 48px;
432
height: 48px;
433
}
434
435
.end-session-dialog-inhibitor-layout {
436
spacing: 16px;
437
max-height: 200px;
438
padding-right: 65px;
439
padding-left: 65px;
440
}
441
442
.end-session-dialog-session-list,
443
.end-session-dialog-app-list {
444
spacing: 1em;
445
}
446
447
.end-session-dialog-list-header {
448
font-weight: bold;
449
}
450
451
.end-session-dialog-list-header:rtl {
452
text-align: right;
453
}
454
455
.end-session-dialog-app-list-item,
456
.end-session-dialog-session-list-item {
457
spacing: 1em;
458
}
459
460
.end-session-dialog-app-list-item-name,
461
.end-session-dialog-session-list-item-name {
462
font-weight: bold;
463
}
464
465
.end-session-dialog-app-list-item-description {
466
color: rgba(0, 0, 0, 0.38);
467
font-size: 1em;
468
}
469
470
/* ShellMountOperation Dialogs */
471
.shell-mount-operation-icon {
472
icon-size: 48px;
473
}
474
475
.show-processes-dialog,
476
.mount-question-dialog {
477
spacing: 24px;
478
}
479
480
.show-processes-dialog-subject,
481
.mount-question-dialog-subject {
482
padding-top: 10px;
483
padding-left: 17px;
484
padding-bottom: 6px;
485
}
486
487
.mount-question-dialog-subject {
488
max-width: 500px;
489
}
490
491
.show-processes-dialog-subject:rtl,
492
.mount-question-dialog-subject:rtl {
493
padding-left: 0px;
494
padding-right: 17px;
495
}
496
497
.show-processes-dialog-description,
498
.mount-question-dialog-description {
499
padding-left: 17px;
500
width: 28em;
501
}
502
503
.show-processes-dialog-description:rtl,
504
.mount-question-dialog-description:rtl {
505
padding-right: 17px;
506
}
507
508
.show-processes-dialog-app-list {
509
max-height: 200px;
510
padding-top: 24px;
511
padding-left: 49px;
512
padding-right: 32px;
513
}
514
515
.show-processes-dialog-app-list:rtl {
516
padding-right: 49px;
517
padding-left: 32px;
518
}
519
520
.show-processes-dialog-app-list-item {
521
color: rgba(0, 0, 0, 0.87);
522
}
523
524
.show-processes-dialog-app-list-item:hover {
525
color: rgba(0, 0, 0, 0.87);
526
}
527
528
.show-processes-dialog-app-list-item:ltr {
529
padding-right: 1em;
530
}
531
532
.show-processes-dialog-app-list-item:rtl {
533
padding-left: 1em;
534
}
535
536
.show-processes-dialog-app-list-item-icon:ltr {
537
padding-right: 17px;
538
}
539
540
.show-processes-dialog-app-list-item-icon:rtl {
541
padding-left: 17px;
542
}
543
544
.show-processes-dialog-app-list-item-name {
545
font-size: 1em;
546
}
547
548
/* Password or Authentication Dialog */
549
.prompt-dialog {
550
width: 500px;
551
border: none;
552
}
553
554
.prompt-dialog-main-layout {
555
spacing: 24px;
556
padding: 10px;
557
}
558
559
.prompt-dialog-message-layout {
560
spacing: 16px;
561
}
562
563
.prompt-dialog-headline {
564
font-size: 15pt;
565
font-weight: 500;
566
color: rgba(0, 0, 0, 0.87);
567
}
568
569
.prompt-dialog-description:rtl {
570
text-align: right;
571
}
572
573
.prompt-dialog-password-box {
574
spacing: 1em;
575
padding-bottom: 1em;
576
}
577
578
.prompt-dialog-error-label {
579
font-size: 1em;
580
color: #DD2C00;
581
padding-bottom: 8px;
582
}
583
584
.prompt-dialog-info-label {
585
font-size: 1em;
586
padding-bottom: 8px;
587
}
588
589
.hidden {
590
color: transparent;
591
}
592
593
.prompt-dialog-null-label {
594
font-size: 1em;
595
padding-bottom: 8px;
596
}
597
598
/* Polkit Dialog */
599
.polkit-dialog-user-layout {
600
padding-left: 10px;
601
spacing: 10px;
602
}
603
604
.polkit-dialog-user-layout:rtl {
605
padding-left: 0px;
606
padding-right: 10px;
607
}
608
609
.polkit-dialog-user-root-label {
610
color: #FF6D00;
611
}
612
613
.polkit-dialog-user-icon {
614
border-radius: 5px;
615
background-size: contain;
616
width: 48px;
617
height: 48px;
618
}
619
620
/* Audio selection dialog */
621
.audio-device-selection-dialog {
622
spacing: 30px;
623
}
624
625
.audio-selection-content {
626
spacing: 20px;
627
padding: 24px;
628
}
629
630
.audio-selection-title {
631
font-weight: bold;
632
text-align: center;
633
}
634
635
.audio-selection-box {
636
spacing: 20px;
637
}
638
639
.audio-selection-device {
640
border: 1px solid rgba(0, 0, 0, 0.12);
641
border-radius: 2px;
642
}
643
644
.audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus {
645
background-color: #42A5F5;
646
}
647
648
.audio-selection-device-box {
649
padding: 20px;
650
spacing: 20px;
651
}
652
653
.audio-selection-device-icon {
654
icon-size: 64px;
655
}
656
657
/* Access Dialog */
658
.access-dialog {
659
spacing: 30px;
660
}
661
662
.access-dialog-main-layout {
663
padding: 12px 20px 0;
664
spacing: 12px;
665
}
666
667
.access-dialog-content {
668
max-width: 28em;
669
spacing: 20px;
670
}
671
672
.access-dialog-icon {
673
min-width: 48px;
674
icon-size: 48px;
675
}
676
677
.access-dialog-title {
678
font-weight: bold;
679
}
680
681
.access-dialog-subtitle {
682
color: rgba(0, 0, 0, 0.38);
683
font-weight: bold;
684
}
685
686
/* Geolocation Dialog */
687
.geolocation-dialog {
688
spacing: 30px;
689
}
690
691
.geolocation-dialog-main-layout {
692
spacing: 12px;
693
}
694
695
.geolocation-dialog-content {
696
spacing: 20px;
697
}
698
699
.geolocation-dialog-icon {
700
icon-size: 48px;
701
}
702
703
.geolocation-dialog-title {
704
font-weight: bold;
705
}
706
707
.geolocation-dialog-reason {
708
color: rgba(0, 0, 0, 0.38);
709
font-weight: bold;
710
}
711
712
/* Network Agent Dialog */
713
.network-dialog-secret-table {
714
spacing-rows: 15px;
715
spacing-columns: 1em;
716
}
717
718
.keyring-dialog-control-table {
719
spacing-rows: 15px;
720
spacing-columns: 1em;
721
}
722
723
/* Popovers/Menus */
724
.popup-menu {
725
min-width: 200px;
726
}
727
728
.popup-menu .popup-sub-menu {
729
background-color: #EEEEEE;
730
box-shadow: 0 0 transparent;
731
}
732
733
.popup-menu .popup-menu-content {
734
padding: 8px 0;
735
}
736
737
.popup-menu .popup-menu-item {
738
spacing: 8px;
739
transition-duration: 100ms;
740
}
741
742
.popup-menu .popup-menu-item:ltr {
743
padding: 0.4em 24px 0.4em 0;
744
}
745
746
.popup-menu .popup-menu-item:rtl {
747
padding: 0.4em 0 0.4em 24px;
748
}
749
750
.popup-menu .popup-menu-item:checked {
751
background-color: #42A5F5;
752
color: #FFFFFF;
753
box-shadow: 0 0 transparent;
754
font-weight: normal;
755
}
756
757
.popup-menu .popup-menu-item:checked.selected {
758
background-color: #5eb3f7;
759
color: #FFFFFF;
760
}
761
762
.popup-menu .popup-menu-item:checked:active {
763
background-color: #7bc0f8;
764
color: #FFFFFF !important;
765
}
766
767
.popup-menu .popup-menu-item:checked:insensitive {
768
color: rgba(255, 255, 255, 0.5);
769
}
770
771
.popup-menu .popup-menu-item.selected {
772
background-color: rgba(0, 0, 0, 0.12);
773
color: rgba(0, 0, 0, 0.87);
774
transition-duration: 0s;
775
}
776
777
.popup-menu .popup-menu-item:active {
778
background-color: rgba(0, 0, 0, 0.26);
779
color: rgba(0, 0, 0, 0.87);
780
transition-duration: 150ms;
781
}
782
783
.popup-menu .popup-menu-item.selected:active {
784
color: rgba(0, 0, 0, 0.87);
785
}
786
787
.popup-menu .popup-menu-item:insensitive {
788
color: rgba(0, 0, 0, 0.38);
789
}
790
791
.popup-menu .popup-inactive-menu-item {
792
color: rgba(0, 0, 0, 0.87);
793
}
794
795
.popup-menu .popup-inactive-menu-item:insensitive {
796
color: rgba(0, 0, 0, 0.38);
797
}
798
799
.popup-menu.panel-menu {
800
-boxpointer-gap: 4px;
801
margin-bottom: 1.75em;
802
}
803
804
.popup-menu-ornament {
805
text-align: right;
806
width: 16px;
807
height: 16px;
808
}
809
810
.popup-menu-boxpointer,
811
.candidate-popup-boxpointer {
812
-arrow-border-radius: 0;
813
-arrow-background-color: transparent;
814
-arrow-border-width: 0;
815
-arrow-border-color: transparent;
816
-arrow-base: 0;
817
-arrow-rise: 0;
818
-arrow-box-shadow: none;
819
margin: 5px 8px 8px;
820
background-color: #FAFAFA;
821
border-radius: 2px;
822
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
823
}
824
825
.popup-separator-menu-item {
826
height: 1px;
827
margin: 8px 40px;
828
background-color: transparent;
829
border-color: rgba(0, 0, 0, 0.12);
830
border-bottom-width: 1px;
831
border-bottom-style: solid;
832
}
833
834
.background-menu {
835
-boxpointer-gap: 4px;
836
-arrow-rise: 0;
837
}
838
839
/* fallback menu
840
- odd thing for styling App menu when apparently not running under shell. Light Adwaita styled
841
app menu inside the main app window itself rather than the top bar
842
*/
843
/* OSD */
844
.osd-window {
845
text-align: center;
846
font-weight: bold;
847
spacing: 1em;
848
margin: 32px;
849
min-width: 64px;
850
min-height: 64px;
851
}
852
853
.osd-window .osd-monitor-label {
854
font-size: 45px;
855
font-weight: 400;
856
}
857
858
.osd-window .level {
859
height: 0.6em;
860
border-radius: 4px;
861
background-color: rgba(0, 0, 0, 0.12);
862
color: rgba(0, 0, 0, 0.87);
863
}
864
865
.osd-window .level-bar {
866
background-color: #42A5F5;
867
border-radius: 2px;
868
}
869
870
/* Pad OSD */
871
.pad-osd-window {
872
padding: 32px;
873
background-color: rgba(0, 0, 0, 0.6);
874
}
875
876
.combo-box-label {
877
width: 15em;
878
}
879
880
/* App Switcher */
881
.switcher-popup {
882
padding: 8px;
883
spacing: 16px;
884
}
885
886
.switcher-list-item-container {
887
spacing: 8px;
888
}
889
890
.switcher-list .item-box {
891
padding: 8px;
892
border-radius: 2px;
893
}
894
895
.switcher-list .item-box:outlined {
896
padding: 8px;
897
border: none;
898
background-color: rgba(0, 0, 0, 0.12);
899
}
900
901
.switcher-list .item-box:selected {
902
background-color: #42A5F5;
903
color: #FFFFFF;
904
}
905
906
.switcher-list .thumbnail-box {
907
padding: 2px;
908
spacing: 4px;
909
}
910
911
.switcher-list .thumbnail {
912
width: 256px;
913
}
914
915
.switcher-list .separator {
916
width: 1px;
917
background: rgba(0, 0, 0, 0.12);
918
}
919
920
.switcher-arrow {
921
border-color: transparent;
922
color: rgba(0, 0, 0, 0.38);
923
}
924
925
.switcher-arrow:highlighted {
926
color: rgba(0, 0, 0, 0.87);
927
}
928
929
.input-source-switcher-symbol {
930
font-size: 45px;
931
font-weight: 400;
932
width: 96px;
933
height: 96px;
934
}
935
936
/* Window Cycler */
937
.cycler-highlight {
938
border: 4px solid #42A5F5;
939
}
940
941
/* Workspace Switcher */
942
.workspace-switcher-group {
943
padding: 8px;
944
}
945
946
.workspace-switcher {
947
background: transparent;
948
border: 0px;
949
border-radius: 0px;
950
padding: 0px;
951
spacing: 8px;
952
}
953
954
.ws-switcher-active-up, .ws-switcher-active-down {
955
height: 48px;
956
background-color: #42A5F5;
957
color: #FFFFFF;
958
background-size: 32px;
959
border-radius: 2px;
960
}
961
962
.ws-switcher-box {
963
height: 48px;
964
border: none;
965
background: rgba(0, 0, 0, 0.12);
966
border-radius: 2px;
967
}
968
969
.osd-window,
970
.resize-popup,
971
.switcher-list, .workspace-switcher-container {
972
color: rgba(0, 0, 0, 0.87);
973
background-color: #FAFAFA;
974
border: none;
975
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44);
976
border-radius: 2px;
977
padding: 12px;
978
}
979
980
/* Tiled window previews */
981
.tile-preview {
982
background-color: rgba(64, 196, 255, 0.3);
983
border: 1px solid #40C4FF;
984
}
985
986
.tile-preview-left.on-primary {
987
border-radius: 0 0 0 0;
988
}
989
990
.tile-preview-right.on-primary {
991
border-radius: 0 0 0 0;
992
}
993
994
.tile-preview-left.tile-preview-right.on-primary {
995
border-radius: 0 0 0 0;
996
}
997
998
/* TOP BAR */
999
#panel {
1000
background-color: rgba(0, 0, 0, 0.6);
1001
font-weight: bold;
1002
height: 32px;
1003
}
1004
1005
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {
1006
background-color: transparent;
1007
}
1008
1009
#panel #panelLeft, #panel #panelCenter {
1010
spacing: 0;
1011
}
1012
1013
#panel .panel-corner {
1014
-panel-corner-radius: 0;
1015
-panel-corner-background-color: rgba(0, 0, 0, 0.6);
1016
-panel-corner-border-width: 2px;
1017
-panel-corner-border-color: transparent;
1018
}
1019
1020
#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus {
1021
-panel-corner-border-color: #FFFFFF;
1022
}
1023
1024
#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen {
1025
-panel-corner-radius: 0;
1026
-panel-corner-background-color: transparent;
1027
-panel-corner-border-color: transparent;
1028
}
1029
1030
#panel .panel-button {
1031
-natural-hpadding: 12px;
1032
-minimum-hpadding: 6px;
1033
font-weight: bold;
1034
color: rgba(255, 255, 255, 0.7);
1035
transition-duration: 150ms;
1036
}
1037
1038
#panel .panel-button .app-menu-icon {
1039
-st-icon-style: symbolic;
1040
margin-left: 4px;
1041
margin-right: 4px;
1042
}
1043
1044
#panel .panel-button:hover {
1045
color: #FFFFFF;
1046
}
1047
1048
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
1049
background-color: rgba(0, 0, 0, 0.01);
1050
box-shadow: inset 0 -2px 0px #FFFFFF;
1051
color: #FFFFFF;
1052
}
1053
1054
#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 {
1055
icon-shadow: none;
1056
}
1057
1058
#panel .panel-button .system-status-icon {
1059
icon-size: 1.14286em;
1060
padding: 0 4px;
1061
}
1062
1063
.unlock-screen #panel .panel-button,
1064
.login-screen #panel .panel-button,
1065
.lock-screen #panel .panel-button {
1066
color: rgba(255, 255, 255, 0.7);
1067
}
1068
1069
.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active,
1070
.login-screen #panel .panel-button:focus,
1071
.login-screen #panel .panel-button:hover,
1072
.login-screen #panel .panel-button:active,
1073
.lock-screen #panel .panel-button:focus,
1074
.lock-screen #panel .panel-button:hover,
1075
.lock-screen #panel .panel-button:active {
1076
color: #FFFFFF;
1077
}
1078
1079
#panel .panel-status-indicators-box,
1080
#panel .panel-status-menu-box {
1081
spacing: 2px;
1082
}
1083
1084
#panel .power-status.panel-status-indicators-box {
1085
spacing: 0;
1086
}
1087
1088
#panel .screencast-indicator {
1089
color: #FF6D00;
1090
}
1091
1092
#calendarArea {
1093
padding: 8px 16px;
1094
}
1095
1096
.calendar {
1097
margin-bottom: 0;
1098
}
1099
1100
.calendar,
1101
.datemenu-today-button,
1102
.datemenu-displays-box,
1103
.message-list-sections {
1104
margin: 0 8px;
1105
}
1106
1107
.datemenu-calendar-column {
1108
spacing: 8px;
1109
}
1110
1111
.datemenu-displays-section {
1112
padding-bottom: 0;
1113
}
1114
1115
.datemenu-today-button,
1116
.world-clocks-button,
1117
.message-list-section-title {
1118
min-height: 24px;
1119
padding: 4px 8px;
1120
border-radius: 2px;
1121
}
1122
1123
.datemenu-today-button {
1124
min-height: 56px;
1125
}
1126
1127
.message-list-section-list:ltr {
1128
padding-left: 0;
1129
}
1130
1131
.message-list-section-list:rtl {
1132
padding-right: 0;
1133
}
1134
1135
.datemenu-today-button:hover, .datemenu-today-button:focus,
1136
.world-clocks-button:hover,
1137
.world-clocks-button:focus,
1138
.message-list-section-title:hover,
1139
.message-list-section-title:focus {
1140
color: rgba(0, 0, 0, 0.87);
1141
background-color: rgba(0, 0, 0, 0.12);
1142
}
1143
1144
.datemenu-today-button:active,
1145
.world-clocks-button:active,
1146
.message-list-section-title:active {
1147
color: rgba(0, 0, 0, 0.87);
1148
background-color: rgba(0, 0, 0, 0.26);
1149
}
1150
1151
.datemenu-today-button .date-label {
1152
font-size: 18pt;
1153
font-weight: 400;
1154
}
1155
1156
.world-clocks-header,
1157
.message-list-section-title {
1158
color: rgba(0, 0, 0, 0.54);
1159
font-weight: bold;
1160
}
1161
1162
.world-clocks-grid {
1163
spacing-rows: 0.4em;
1164
}
1165
1166
.calendar-month-label {
1167
height: 20px;
1168
margin: 2px;
1169
padding: 6px 16px;
1170
border-radius: 2px;
1171
color: rgba(0, 0, 0, 0.87);
1172
font-weight: bold;
1173
text-align: center;
1174
}
1175
1176
.calendar-month-label:focus {
1177
background-color: rgba(0, 0, 0, 0.12);
1178
}
1179
1180
.pager-button {
1181
width: 32px;
1182
height: 32px;
1183
margin: 2px;
1184
border-radius: 100px;
1185
background-color: transparent;
1186
color: rgba(0, 0, 0, 0.87);
1187
}
1188
1189
.pager-button:hover, .pager-button:focus {
1190
background-color: rgba(0, 0, 0, 0.12);
1191
}
1192
1193
.pager-button:active {
1194
background-color: rgba(0, 0, 0, 0.26);
1195
}
1196
1197
.calendar-change-month-back {
1198
background-image: url("assets/calendar-arrow-left.svg");
1199
}
1200
1201
.calendar-change-month-back:rtl {
1202
background-image: url("assets/calendar-arrow-right.svg");
1203
}
1204
1205
.calendar-change-month-forward {
1206
background-image: url("assets/calendar-arrow-right.svg");
1207
}
1208
1209
.calendar-change-month-forward:rtl {
1210
background-image: url("assets/calendar-arrow-left.svg");
1211
}
1212
1213
.calendar-day-base {
1214
font-size: 9pt;
1215
font-weight: 400;
1216
text-align: center;
1217
width: 32px;
1218
height: 32px;
1219
padding: 0;
1220
margin: 2px;
1221
border-radius: 100px;
1222
}
1223
1224
.calendar-day-base:hover, .calendar-day-base:focus {
1225
background-color: rgba(0, 0, 0, 0.12);
1226
}
1227
1228
.calendar-day-base:active, .calendar-day-base:selected {
1229
color: #FFFFFF;
1230
background-color: #42A5F5 !important;
1231
border-color: transparent;
1232
}
1233
1234
.calendar-day-base.calendar-day-heading {
1235
width: 32px;
1236
height: 25px;
1237
margin-top: 2px;
1238
padding: 7px 0 0;
1239
border-radius: 100px;
1240
background-color: transparent;
1241
color: rgba(0, 0, 0, 0.38);
1242
font-size: 9pt;
1243
font-weight: 400;
1244
font-weight: bold;
1245
text-align: center;
1246
}
1247
1248
.calendar-day {
1249
border-width: 0;
1250
}
1251
1252
.calendar-day-top {
1253
border-top-width: 0;
1254
}
1255
1256
.calendar-day-left {
1257
border-left-width: 0;
1258
}
1259
1260
.calendar-nonwork-day {
1261
color: rgba(0, 0, 0, 0.87);
1262
}
1263
1264
.calendar-today {
1265
font-weight: bold !important;
1266
border: none;
1267
}
1268
1269
.calendar-day-with-events {
1270
color: #42A5F5;
1271
font-weight: normal;
1272
text-decoration: underline;
1273
background-image: none;
1274
}
1275
1276
.calendar-other-month-day {
1277
color: rgba(0, 0, 0, 0.26);
1278
opacity: 0.5;
1279
}
1280
1281
.calendar-week-number {
1282
width: 32px;
1283
height: 25px;
1284
margin: 2px;
1285
padding: 7px 0 0;
1286
border-radius: 100px;
1287
background-color: transparent;
1288
color: rgba(0, 0, 0, 0.38);
1289
font-size: inherit;
1290
font-weight: bold;
1291
text-align: center;
1292
}
1293
1294
/* Message list */
1295
.message-list {
1296
width: 420px;
1297
}
1298
1299
.message-list-sections {
1300
spacing: 8px;
1301
}
1302
1303
.message-list-section,
1304
.message-list-section-list {
1305
spacing: 8px;
1306
}
1307
1308
.message-list-section-title-box {
1309
spacing: 8px;
1310
}
1311
1312
.message-list-section-close > StIcon {
1313
icon-size: 16px;
1314
border-radius: 16px;
1315
padding: 8px;
1316
color: rgba(0, 0, 0, 0.54);
1317
background-color: transparent;
1318
}
1319
1320
/* FIXME: how do you do this in sass? */
1321
.message-list-section-close:hover > StIcon,
1322
.message-list-section-close:focus > StIcon {
1323
color: rgba(0, 0, 0, 0.87);
1324
background-color: rgba(0, 0, 0, 0.12);
1325
}
1326
1327
.message-list-section-close:active > StIcon {
1328
color: rgba(0, 0, 0, 0.87);
1329
background-color: rgba(0, 0, 0, 0.26);
1330
}
1331
1332
.message {
1333
min-height: 64px;
1334
background-color: transparent;
1335
border-radius: 2px;
1336
}
1337
1338
.message:hover, .message:focus {
1339
background-color: rgba(0, 0, 0, 0.12);
1340
}
1341
1342
.message:active {
1343
background-color: rgba(0, 0, 0, 0.26);
1344
}
1345
1346
.message-icon-bin {
1347
padding: 8px 0px 8px 8px;
1348
}
1349
1350
.message-icon-bin:rtl {
1351
padding: 8px 8px 8px 0px;
1352
}
1353
1354
.message-icon-bin > StIcon {
1355
icon-size: 32px;
1356
}
1357
1358
.message-secondary-bin:ltr {
1359
padding-left: 8px;
1360
}
1361
1362
.message-secondary-bin:rtl {
1363
padding-right: 8px;
1364
}
1365
1366
.message-secondary-bin {
1367
color: rgba(0, 0, 0, 0.54);
1368
}
1369
1370
.message-secondary-bin > StIcon {
1371
icon-size: 16px;
1372
}
1373
1374
.message-title {
1375
min-height: 22px;
1376
padding-top: 2px;
1377
color: rgba(0, 0, 0, 0.87);
1378
font-weight: bold;
1379
font-size: 1em;
1380
}
1381
1382
.message-content {
1383
min-height: 48px;
1384
padding: 8px;
1385
color: rgba(0, 0, 0, 0.54);
1386
font-size: 1em;
1387
}
1388
1389
.message-content * > StIcon {
1390
icon-size: 16px;
1391
border-radius: 16px;
1392
padding: 4px;
1393
color: rgba(0, 0, 0, 0.54);
1394
}
1395
1396
/* FIXME: how do you do this in sass? */
1397
.message-content *:hover > StIcon,
1398
.message-content *:focus > StIcon {
1399
color: rgba(0, 0, 0, 0.87);
1400
background-color: rgba(0, 0, 0, 0.12);
1401
}
1402
1403
.message-content *:active > StIcon {
1404
color: rgba(0, 0, 0, 0.87);
1405
background-color: rgba(0, 0, 0, 0.26);
1406
}
1407
1408
.message-media-control {
1409
margin: 16px 0;
1410
padding: 8px;
1411
border-radius: 100px;
1412
color: rgba(0, 0, 0, 0.54);
1413
}
1414
1415
.message-media-control:hover, .message-media-control:focus {
1416
color: rgba(0, 0, 0, 0.87);
1417
background-color: rgba(0, 0, 0, 0.12);
1418
}
1419
1420
.message-media-control:active {
1421
color: rgba(0, 0, 0, 0.87);
1422
background-color: rgba(0, 0, 0, 0.26);
1423
}
1424
1425
.message-media-control:insensitive {
1426
color: rgba(0, 0, 0, 0.26);
1427
}
1428
1429
.message-media-control:last-child:ltr {
1430
margin-right: 16px;
1431
padding-right: 8px;
1432
}
1433
1434
.message-media-control:last-child:rtl {
1435
margin-left: 16px;
1436
padding-left: 8px;
1437
}
1438
1439
.media-message-cover-icon {
1440
icon-size: 32px;
1441
}
1442
1443
.media-message-cover-icon.fallback {
1444
icon-size: 16px;
1445
padding: 8px;
1446
border: none;
1447
border-radius: 2px;
1448
background-color: rgba(0, 0, 0, 0.12);
1449
color: rgba(0, 0, 0, 0.38);
1450
}
1451
1452
.system-switch-user-submenu-icon.user-icon {
1453
icon-size: 20px;
1454
padding: 0 2px;
1455
}
1456
1457
.system-switch-user-submenu-icon.default-icon {
1458
icon-size: 16px;
1459
padding: 0 4px;
1460
}
1461
1462
#appMenu {
1463
spinner-image: url("process-working.svg");
1464
spacing: 4px;
1465
}
1466
1467
#appMenu .label-shadow {
1468
color: transparent;
1469
}
1470
1471
.aggregate-menu {
1472
min-width: 280px;
1473
}
1474
1475
.aggregate-menu .popup-menu-icon {
1476
padding: 0 4px;
1477
}
1478
1479
.system-menu-action {
1480
color: rgba(0, 0, 0, 0.54);
1481
border-radius: 100px;
1482
/* wish we could do 50% */
1483
padding: 16px;
1484
border: none;
1485
}
1486
1487
.system-menu-action:hover, .system-menu-action:focus {
1488
background-color: rgba(0, 0, 0, 0.12);
1489
color: rgba(0, 0, 0, 0.87);
1490
border: none;
1491
padding: 16px;
1492
}
1493
1494
.system-menu-action:active {
1495
background-color: rgba(0, 0, 0, 0.26);
1496
color: rgba(0, 0, 0, 0.87);
1497
}
1498
1499
.system-menu-action > StIcon {
1500
icon-size: 16px;
1501
}
1502
1503
.ripple-box {
1504
width: 48px;
1505
height: 48px;
1506
background-image: url("assets/corner-ripple-ltr.svg");
1507
background-size: contain;
1508
}
1509
1510
.ripple-box:rtl {
1511
background-image: url("assets/corner-ripple-rtl.svg");
1512
}
1513
1514
.popup-menu-arrow {
1515
width: 16px;
1516
height: 16px;
1517
}
1518
1519
.popup-menu-icon {
1520
icon-size: 1.14286em;
1521
}
1522
1523
.window-close {
1524
height: 36px;
1525
width: 36px;
1526
-st-background-image-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
1527
background-image: url("assets/window-close.svg");
1528
background-size: 36px;
1529
}
1530
1531
.window-close:hover {
1532
-st-background-image-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
1533
}
1534
1535
.window-close:active {
1536
background-image: url("assets/window-close-active.svg");
1537
}
1538
1539
.window-close {
1540
-shell-close-overlap: 18px;
1541
}
1542
1543
.window-close:rtl {
1544
-st-background-image-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
1545
}
1546
1547
.window-close:rtl:hover {
1548
-st-background-image-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
1549
}
1550
1551
/* NETWORK DIALOGS */
1552
.nm-dialog {
1553
max-height: 500px;
1554
min-height: 450px;
1555
min-width: 470px;
1556
}
1557
1558
.nm-dialog-content {
1559
spacing: 20px;
1560
padding: 24px;
1561
}
1562
1563
.nm-dialog-header-hbox {
1564
spacing: 10px;
1565
}
1566
1567
.nm-dialog-airplane-box {
1568
spacing: 12px;
1569
}
1570
1571
.nm-dialog-airplane-headline {
1572
font-weight: bold;
1573
text-align: center;
1574
}
1575
1576
.nm-dialog-airplane-text {
1577
color: rgba(0, 0, 0, 0.87);
1578
}
1579
1580
.nm-dialog-header-icon {
1581
icon-size: 32px;
1582
}
1583
1584
.nm-dialog-scroll-view {
1585
border: none;
1586
}
1587
1588
.nm-dialog-header {
1589
font-size: 15pt;
1590
font-weight: 500;
1591
}
1592
1593
.nm-dialog-item {
1594
font-size: 1em;
1595
border-bottom: none;
1596
border-radius: 2px;
1597
padding: 12px;
1598
spacing: 20px;
1599
}
1600
1601
.nm-dialog-item:hover, .nm-dialog-item:focus {
1602
background-color: rgba(0, 0, 0, 0.12);
1603
}
1604
1605
.nm-dialog-item:active {
1606
background-color: rgba(0, 0, 0, 0.26);
1607
}
1608
1609
.nm-dialog-item:selected {
1610
background-color: #42A5F5;
1611
color: #FFFFFF;
1612
}
1613
1614
.nm-dialog-icons {
1615
spacing: .5em;
1616
}
1617
1618
.nm-dialog-icon {
1619
icon-size: 16px;
1620
}
1621
1622
.no-networks-label {
1623
color: rgba(0, 0, 0, 0.38);
1624
}
1625
1626
.no-networks-box {
1627
spacing: 12px;
1628
}
1629
1630
/* OVERVIEW */
1631
#overview {
1632
spacing: 24px;
1633
}
1634
1635
.overview-controls {
1636
padding-bottom: 32px;
1637
}
1638
1639
.window-picker {
1640
-horizontal-spacing: 32px;
1641
-vertical-spacing: 32px;
1642
padding-left: 32px;
1643
padding-right: 32px;
1644
padding-bottom: 48px;
1645
}
1646
1647
.window-picker.external-monitor {
1648
padding: 32px;
1649
}
1650
1651
.window-clone-border {
1652
border: 4px solid rgba(255, 255, 255, 0.3);
1653
border-radius: 2px;
1654
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
1655
}
1656
1657
.window-caption {
1658
spacing: 25px;
1659
color: #FFFFFF;
1660
background-color: transparent;
1661
border-radius: 2px;
1662
padding: 4px 8px;
1663
-shell-caption-spacing: 12px;
1664
}
1665
1666
.window-caption:hover {
1667
background-color: rgba(255, 255, 255, 0.3);
1668
color: #FFFFFF;
1669
}
1670
1671
.search-entry {
1672
width: 304px;
1673
padding: 0 8px;
1674
border-radius: 0;
1675
color: rgba(255, 255, 255, 0.5);
1676
selection-background-color: rgba(255, 255, 255, 0.3);
1677
selected-color: #FFFFFF;
1678
background-color: rgba(0, 0, 0, 0.01);
1679
border-color: transparent;
1680
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3);
1681
}
1682
1683
.search-entry:focus {
1684
border-color: transparent;
1685
box-shadow: inset 0 -2px #FFFFFF;
1686
padding: 0 8px;
1687
border-width: 0;
1688
color: #FFFFFF;
1689
}
1690
1691
.search-entry .search-entry-icon {
1692
icon-size: 16px;
1693
padding: 0 0;
1694
color: rgba(255, 255, 255, 0.5);
1695
}
1696
1697
.search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon {
1698
color: #FFFFFF;
1699
}
1700
1701
#searchResultsBin {
1702
max-width: 1000px;
1703
}
1704
1705
#searchResultsContent {
1706
padding-left: 20px;
1707
padding-right: 20px;
1708
spacing: 16px;
1709
}
1710
1711
.search-section {
1712
spacing: 16px;
1713
}
1714
1715
.search-section-content {
1716
spacing: 32px;
1717
}
1718
1719
.list-search-results {
1720
spacing: 3px;
1721
}
1722
1723
.search-section-separator {
1724
-gradient-height: 1px;
1725
-gradient-start: rgba(255, 255, 255, 0);
1726
-gradient-end: rgba(255, 255, 255, 0.4);
1727
-margin-horizontal: 1.5em;
1728
height: 1px;
1729
}
1730
1731
.list-search-result-content {
1732
spacing: 12px;
1733
padding: 12px;
1734
}
1735
1736
.list-search-result-title {
1737
font-size: 18pt;
1738
font-weight: 400;
1739
color: #FFFFFF;
1740
}
1741
1742
.list-search-result-description {
1743
color: rgba(255, 255, 255, 0.7);
1744
}
1745
1746
.search-provider-icon {
1747
padding: 15px;
1748
}
1749
1750
.search-provider-icon-more {
1751
width: 16px;
1752
height: 16px;
1753
background-image: url("assets/more-results.svg");
1754
}
1755
1756
/* DASHBOARD */
1757
#dash {
1758
font-size: 1em;
1759
color: #FFFFFF;
1760
background-color: rgba(255, 255, 255, 0.1);
1761
padding: 3px 0;
1762
border: none;
1763
border-left: 0px;
1764
border-radius: 0px 2px 2px 0px;
1765
}
1766
1767
#dash:rtl {
1768
border-radius: 2px 0 0 2px;
1769
}
1770
1771
#dash .placeholder {
1772
background-image: url("assets/dash-placeholder.svg");
1773
background-size: contain;
1774
height: 24px;
1775
}
1776
1777
#dash .empty-dash-drop-target {
1778
width: 24px;
1779
height: 24px;
1780
}
1781
1782
.dash-item-container > StWidget {
1783
padding: 3px 6px;
1784
}
1785
1786
.dash-label {
1787
border-radius: 2px;
1788
padding: 7px 8px;
1789
color: rgba(0, 0, 0, 0.87);
1790
background-color: #FAFAFA;
1791
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
1792
text-align: center;
1793
-x-offset: 8px;
1794
}
1795
1796
/* App Vault/Grid */
1797
.icon-grid {
1798
spacing: 30px;
1799
-shell-grid-horizontal-item-size: 136px;
1800
-shell-grid-vertical-item-size: 136px;
1801
}
1802
1803
.icon-grid .overview-icon {
1804
icon-size: 96px;
1805
}
1806
1807
.app-view-controls {
1808
width: 320px;
1809
padding-bottom: 32px;
1810
}
1811
1812
.app-view-control {
1813
padding: 0 16px;
1814
font-weight: bold;
1815
color: rgba(255, 255, 255, 0.7);
1816
}
1817
1818
.app-view-control:hover {
1819
color: #FFFFFF;
1820
background-color: rgba(255, 255, 255, 0.12) !important;
1821
}
1822
1823
.app-view-control:active {
1824
color: #FFFFFF;
1825
background-color: rgba(255, 255, 255, 0.3) !important;
1826
}
1827
1828
.app-view-control:checked {
1829
color: #FFFFFF;
1830
background-color: rgba(0, 0, 0, 0.01) !important;
1831
box-shadow: inset 0 2px 0 #FFFFFF;
1832
}
1833
1834
.app-view-control:first-child {
1835
border-right-width: 0;
1836
border-radius: 2px;
1837
}
1838
1839
.app-view-control:first-child:checked {
1840
border-radius: 0;
1841
}
1842
1843
.app-view-control:last-child {
1844
border-radius: 2px;
1845
}
1846
1847
.app-view-control:last-child:checked {
1848
border-radius: 0;
1849
}
1850
1851
.search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover,
1852
.list-search-result:focus,
1853
.list-search-result:selected,
1854
.list-search-result:hover {
1855
background-color: rgba(255, 255, 255, 0.12);
1856
transition-duration: 0s;
1857
}
1858
1859
.search-provider-icon:active, .search-provider-icon:checked,
1860
.list-search-result:active,
1861
.list-search-result:checked {
1862
background-color: rgba(255, 255, 255, 0.3);
1863
transition-duration: 150ms;
1864
}
1865
1866
.app-well-app:hover .overview-icon,
1867
.app-well-app:focus .overview-icon,
1868
.app-well-app:selected .overview-icon,
1869
.app-well-app.app-folder:hover .overview-icon,
1870
.app-well-app.app-folder:focus .overview-icon,
1871
.app-well-app.app-folder:selected .overview-icon,
1872
.show-apps:hover .overview-icon,
1873
.show-apps:focus .overview-icon,
1874
.show-apps:selected .overview-icon,
1875
.grid-search-result:hover .overview-icon,
1876
.grid-search-result:focus .overview-icon,
1877
.grid-search-result:selected .overview-icon {
1878
background-color: rgba(255, 255, 255, 0.12);
1879
transition-duration: 0s;
1880
border-image: none;
1881
background-image: none;
1882
}
1883
1884
.app-well-app:active .overview-icon,
1885
.app-well-app:checked .overview-icon,
1886
.app-well-app.app-folder:active .overview-icon,
1887
.app-well-app.app-folder:checked .overview-icon,
1888
.show-apps:active .overview-icon,
1889
.show-apps:checked .overview-icon,
1890
.grid-search-result:active .overview-icon,
1891
.grid-search-result:checked .overview-icon {
1892
background-color: rgba(255, 255, 255, 0.3);
1893
box-shadow: 0 0 transparent;
1894
transition-duration: 150ms;
1895
}
1896
1897
.app-well-app-running-dot {
1898
width: 32px;
1899
height: 2px;
1900
background-color: #FFFFFF;
1901
margin-bottom: 0;
1902
}
1903
1904
.search-provider-icon,
1905
.list-search-result, .app-well-app .overview-icon,
1906
.app-well-app.app-folder .overview-icon,
1907
.show-apps .overview-icon,
1908
.grid-search-result .overview-icon {
1909
color: #FFFFFF;
1910
border-radius: 2px;
1911
padding: 6px;
1912
border: none;
1913
transition-duration: 150ms;
1914
text-align: center;
1915
}
1916
1917
.app-well-app.app-folder > .overview-icon {
1918
background-color: rgba(255, 255, 255, 0.1);
1919
}
1920
1921
.show-apps .show-apps-icon {
1922
color: rgba(255, 255, 255, 0.7);
1923
}
1924
1925
.show-apps:hover .show-apps-icon,
1926
.show-apps:active .show-apps-icon,
1927
.show-apps:checked .show-apps-icon,
1928
.show-apps:focus .show-apps-icon {
1929
color: #FFFFFF;
1930
transition-duration: 150ms;
1931
}
1932
1933
.app-folder-popup {
1934
-arrow-border-radius: 2px;
1935
-arrow-background-color: rgba(255, 255, 255, 0.1);
1936
-arrow-base: 24px;
1937
-arrow-rise: 12px;
1938
}
1939
1940
.app-folder-popup-bin {
1941
padding: 5px;
1942
}
1943
1944
.app-folder-icon {
1945
padding: 5px;
1946
spacing-rows: 5px;
1947
spacing-columns: 5px;
1948
}
1949
1950
.page-indicator {
1951
padding: 15px 20px;
1952
}
1953
1954
.page-indicator .page-indicator-icon {
1955
width: 12px;
1956
height: 12px;
1957
border-radius: 12px;
1958
background-image: none;
1959
background-color: rgba(255, 255, 255, 0.3);
1960
}
1961
1962
.page-indicator:hover .page-indicator-icon {
1963
background-image: none;
1964
background-color: rgba(255, 255, 255, 0.5);
1965
}
1966
1967
.page-indicator:active .page-indicator-icon {
1968
background-image: none;
1969
background-color: rgba(255, 255, 255, 0.7);
1970
}
1971
1972
.page-indicator:checked .page-indicator-icon {
1973
background-image: none;
1974
background-color: #FFFFFF;
1975
transition-duration: 0s;
1976
}
1977
1978
.page-indicator:checked:active {
1979
background-image: none;
1980
}
1981
1982
.app-well-app > .overview-icon.overview-icon-with-label,
1983
.grid-search-result .overview-icon.overview-icon-with-label {
1984
padding: 10px 8px 5px 8px;
1985
spacing: 4px;
1986
}
1987
1988
.workspace-thumbnails {
1989
visible-width: 32px;
1990
spacing: 12px;
1991
padding: 12px;
1992
border-radius: 2px 0 0 2px;
1993
}
1994
1995
.workspace-thumbnails:rtl {
1996
border-radius: 0 2px 2px 0;
1997
}
1998
1999
.workspace-thumbnail-indicator {
2000
border: 0 solid #FFFFFF;
2001
border-left-width: 2px;
2002
padding: 6px;
2003
border-radius: 0;
2004
}
2005
2006
.search-display > StBoxLayout,
2007
.all-apps,
2008
.frequent-apps > StBoxLayout {
2009
padding: 0px 88px 10px 88px;
2010
}
2011
2012
.workspace-thumbnails {
2013
color: #FFFFFF;
2014
background-color: rgba(255, 255, 255, 0.1);
2015
border: none;
2016
}
2017
2018
.search-statustext, .no-frequent-applications-label {
2019
font-size: 45px;
2020
font-weight: 400;
2021
color: rgba(255, 255, 255, 0.5);
2022
}
2023
2024
/* NOTIFICATIONS & MESSAGE TRAY */
2025
.url-highlighter {
2026
link-color: #42A5F5;
2027
}
2028
2029
.notification-banner {
2030
font-size: 1em;
2031
width: 34em;
2032
min-height: 64px;
2033
margin: 5px;
2034
border-radius: 2px;
2035
color: rgba(0, 0, 0, 0.87);
2036
background-color: #FAFAFA;
2037
border: none;
2038
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
2039
}
2040
2041
.notification-banner:hover {
2042
background-color: #FAFAFA;
2043
}
2044
2045
.notification-banner:focus {
2046
background-color: #FAFAFA;
2047
}
2048
2049
.notification-banner .notification-icon {
2050
padding: 5px;
2051
}
2052
2053
.notification-banner .notification-content {
2054
padding: 5px;
2055
spacing: 5px;
2056
}
2057
2058
.notification-banner .secondary-icon {
2059
icon-size: 1.14286em;
2060
}
2061
2062
.notification-banner .notification-actions {
2063
background-color: transparent;
2064
padding-top: 0;
2065
border-top: 1px solid rgba(0, 0, 0, 0.12);
2066
spacing: 1px;
2067
}
2068
2069
.notification-banner .notification-button {
2070
min-height: 40px;
2071
padding: 0 16px;
2072
background-color: transparent;
2073
color: rgba(0, 0, 0, 0.54);
2074
font-weight: 500;
2075
}
2076
2077
.notification-banner .notification-button:first-child {
2078
border-radius: 0 0 0 2px;
2079
}
2080
2081
.notification-banner .notification-button:last-child {
2082
border-radius: 0 0 2px 0;
2083
}
2084
2085
.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus {
2086
background-color: rgba(0, 0, 0, 0.12);
2087
color: rgba(0, 0, 0, 0.87);
2088
}
2089
2090
.notification-banner .notification-button:active {
2091
background-color: rgba(0, 0, 0, 0.26);
2092
color: rgba(0, 0, 0, 0.87);
2093
}
2094
2095
.summary-source-counter {
2096
font-size: 1em;
2097
font-weight: bold;
2098
height: 1.6em;
2099
width: 1.6em;
2100
-shell-counter-overlap-x: 3px;
2101
-shell-counter-overlap-y: 3px;
2102
background-color: #42A5F5;
2103
color: #FFFFFF;
2104
border: 2px solid #FFFFFF;
2105
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
2106
border-radius: 0.9em;
2107
}
2108
2109
.secondary-icon {
2110
icon-size: 1.14286em;
2111
}
2112
2113
.chat-body {
2114
spacing: 5px;
2115
}
2116
2117
.chat-response {
2118
margin: 5px;
2119
}
2120
2121
.chat-log-message {
2122
color: rgba(0, 0, 0, 0.87);
2123
}
2124
2125
.chat-new-group {
2126
padding-top: 1em;
2127
}
2128
2129
.chat-received {
2130
padding-left: 4px;
2131
}
2132
2133
.chat-received:rtl {
2134
padding-left: 0px;
2135
padding-right: 4px;
2136
}
2137
2138
.chat-sent {
2139
padding-left: 18pt;
2140
color: rgba(0, 0, 0, 0.54);
2141
}
2142
2143
.chat-sent:rtl {
2144
padding-left: 0;
2145
padding-right: 18pt;
2146
}
2147
2148
.chat-meta-message {
2149
padding-left: 4px;
2150
font-size: 9pt;
2151
font-weight: 400;
2152
color: rgba(0, 0, 0, 0.38);
2153
}
2154
2155
.chat-meta-message:rtl {
2156
padding-left: 0;
2157
padding-right: 4px;
2158
}
2159
2160
.hotplug-transient-box {
2161
spacing: 6px;
2162
padding: 2px 72px 2px 12px;
2163
}
2164
2165
.hotplug-notification-item {
2166
padding: 2px 10px;
2167
}
2168
2169
.hotplug-notification-item:focus {
2170
padding: 1px 71px 1px 11px;
2171
}
2172
2173
.hotplug-notification-item-icon {
2174
icon-size: 24px;
2175
padding: 2px 5px;
2176
}
2177
2178
.hotplug-resident-box {
2179
spacing: 8px;
2180
}
2181
2182
.hotplug-resident-mount {
2183
spacing: 8px;
2184
border-radius: 2px;
2185
}
2186
2187
.hotplug-resident-mount:hover {
2188
background-color: rgba(0, 0, 0, 0.12);
2189
}
2190
2191
.hotplug-resident-mount:active {
2192
background-color: rgba(0, 0, 0, 0.26);
2193
}
2194
2195
.hotplug-resident-mount-label {
2196
color: inherit;
2197
padding-left: 6px;
2198
}
2199
2200
.hotplug-resident-mount-icon {
2201
icon-size: 24px;
2202
padding-left: 6px;
2203
}
2204
2205
.hotplug-resident-eject-icon {
2206
icon-size: 16px;
2207
}
2208
2209
.hotplug-resident-eject-button {
2210
padding: 7px;
2211
border-radius: 2px;
2212
color: rgba(0, 0, 0, 0.87);
2213
}
2214
2215
/* Eeeky things */
2216
.legacy-tray {
2217
background-color: rgba(0, 0, 0, 0.6);
2218
color: #FFFFFF;
2219
border: none;
2220
border-bottom-width: 0;
2221
}
2222
2223
.legacy-tray:ltr {
2224
border-radius: 0 2px 0 0;
2225
border-left-width: 0;
2226
}
2227
2228
.legacy-tray:rtl {
2229
border-radius: 2px 0 0 0;
2230
border-right-width: 0;
2231
}
2232
2233
.legacy-tray-handle,
2234
.legacy-tray-icon {
2235
padding: 6px;
2236
}
2237
2238
.legacy-tray-handle StIcon,
2239
.legacy-tray-icon StIcon {
2240
icon-size: 24px;
2241
}
2242
2243
.legacy-tray-handle:hover, .legacy-tray-handle:focus,
2244
.legacy-tray-icon:hover,
2245
.legacy-tray-icon:focus {
2246
background-color: rgba(255, 255, 255, 0.12);
2247
}
2248
2249
.legacy-tray-handle:active,
2250
.legacy-tray-icon:active {
2251
background-color: rgba(255, 255, 255, 0.3);
2252
}
2253
2254
.legacy-tray-icon-box {
2255
spacing: 12px;
2256
}
2257
2258
.legacy-tray-icon-box:ltr {
2259
padding-left: 12px;
2260
}
2261
2262
.legacy-tray-icon-box:rtl {
2263
padding-right: 12px;
2264
}
2265
2266
.legacy-tray-icon-box StButton {
2267
width: 24px;
2268
height: 24px;
2269
}
2270
2271
.magnifier-zoom-region {
2272
border: 2px solid #42A5F5;
2273
}
2274
2275
.magnifier-zoom-region.full-screen {
2276
border-width: 0;
2277
}
2278
2279
/* On-screen Keyboard */
2280
#keyboard {
2281
background-color: rgba(0, 0, 0, 0.3);
2282
}
2283
2284
.keyboard-layout {
2285
spacing: 10px;
2286
padding: 10px;
2287
}
2288
2289
.keyboard-row {
2290
spacing: 15px;
2291
}
2292
2293
.keyboard-key {
2294
min-height: 72px;
2295
min-width: 72px;
2296
font-size: 2em;
2297
font-weight: 500;
2298
border-radius: 2px;
2299
border: none;
2300
color: inherit;
2301
color: rgba(0, 0, 0, 0.62);
2302
background-color: #FAFAFA;
2303
border-color: transparent;
2304
box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
2305
text-shadow: none;
2306
icon-shadow: none;
2307
}
2308
2309
.keyboard-key:focus {
2310
color: rgba(0, 0, 0, 0.87);
2311
text-shadow: none;
2312
icon-shadow: none;
2313
box-shadow: 0 0 transparent;
2314
}
2315
2316
.keyboard-key:hover, .keyboard-key:checked {
2317
color: rgba(0, 0, 0, 0.87);
2318
background-color: #FAFAFA;
2319
border-color: transparent;
2320
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
2321
text-shadow: none;
2322
icon-shadow: none;
2323
}
2324
2325
.keyboard-key:active {
2326
color: rgba(0, 0, 0, 0.87);
2327
background-color: rgba(188, 188, 188, 0.961);
2328
border-color: transparent;
2329
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
2330
text-shadow: none;
2331
icon-shadow: none;
2332
}
2333
2334
.keyboard-key:grayed {
2335
background-color: rgba(0, 0, 0, 0.3);
2336
color: #FFFFFF;
2337
border-color: rgba(0, 0, 0, 0.3);
2338
}
2339
2340
.keyboard-subkeys {
2341
color: inherit;
2342
padding: 5px;
2343
-arrow-border-radius: 0;
2344
-arrow-background-color: transparent;
2345
-arrow-border-width: 0;
2346
-arrow-border-color: transparent;
2347
-arrow-base: 0;
2348
-arrow-rise: 0;
2349
-boxpointer-gap: 5px;
2350
background-color: #FAFAFA;
2351
border-radius: 2px;
2352
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
2353
}
2354
2355
.candidate-popup-content {
2356
padding: 8px;
2357
spacing: 0;
2358
}
2359
2360
.candidate-index {
2361
padding: 0 4px 0 0;
2362
color: rgba(0, 0, 0, 0.38);
2363
}
2364
2365
.candidate-box:selected .candidate-index {
2366
color: rgba(255, 255, 255, 0.5);
2367
}
2368
2369
.candidate-box {
2370
transition-duration: 0s;
2371
min-height: 32px;
2372
padding: 0 8px;
2373
border-radius: 2px;
2374
}
2375
2376
.candidate-box:hover {
2377
background-color: rgba(0, 0, 0, 0.12);
2378
color: rgba(0, 0, 0, 0.87);
2379
}
2380
2381
.candidate-box:active {
2382
background-color: rgba(0, 0, 0, 0.26);
2383
color: rgba(0, 0, 0, 0.87);
2384
}
2385
2386
.candidate-box:selected {
2387
background-color: #42A5F5;
2388
color: #FFFFFF;
2389
}
2390
2391
.candidate-page-button-box {
2392
height: 32px;
2393
}
2394
2395
.vertical .candidate-page-button-box {
2396
padding-top: 0;
2397
}
2398
2399
.horizontal .candidate-page-button-box {
2400
padding-left: 0;
2401
}
2402
2403
.candidate-page-button {
2404
min-width: 32px;
2405
min-height: 32px;
2406
padding: 0;
2407
}
2408
2409
.candidate-page-button-previous {
2410
border-radius: 2px;
2411
border-right-width: 0;
2412
}
2413
2414
.candidate-page-button-next {
2415
border-radius: 2px;
2416
}
2417
2418
.candidate-page-button-icon {
2419
icon-size: 1.14286em;
2420
}
2421
2422
/* Auth Dialogs & Screen Shield */
2423
.framed-user-icon {
2424
background-size: contain;
2425
border: none;
2426
color: #FFFFFF;
2427
border-radius: 2px;
2428
}
2429
2430
.framed-user-icon:hover {
2431
border-color: #FFFFFF;
2432
color: #FFFFFF;
2433
}
2434
2435
.login-dialog-banner-view {
2436
padding-top: 24px;
2437
max-width: 23em;
2438
}
2439
2440
.login-dialog {
2441
border: none;
2442
background-color: transparent;
2443
}
2444
2445
.login-dialog StEntry {
2446
color: #FFFFFF;
2447
selection-background-color: rgba(255, 255, 255, 0.3);
2448
selected-color: #FFFFFF;
2449
background-color: rgba(0, 0, 0, 0.01);
2450
border-color: transparent;
2451
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3);
2452
}
2453
2454
.login-dialog StEntry:focus {
2455
border-color: transparent;
2456
box-shadow: inset 0 -2px #FFFFFF;
2457
}
2458
2459
.login-dialog StEntry:insensitive {
2460
color: rgba(0, 0, 0, 0.38);
2461
border-color: transparent;
2462
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
2463
color: rgba(255, 255, 255, 0.5);
2464
}
2465
2466
.login-dialog .modal-dialog-button-box {
2467
spacing: 3px;
2468
}
2469
2470
.login-dialog .modal-dialog-button {
2471
padding: 0 16px;
2472
color: rgba(255, 255, 255, 0.7);
2473
background-color: transparent;
2474
border-color: transparent;
2475
box-shadow: 0 0 transparent;
2476
text-shadow: none;
2477
icon-shadow: none;
2478
}
2479
2480
.login-dialog .modal-dialog-button:hover, .login-dialog .modal-dialog-button:focus {
2481
color: #FFFFFF;
2482
background-color: rgba(255, 255, 255, 0.12);
2483
border-color: transparent;
2484
box-shadow: 0 0 transparent;
2485
text-shadow: none;
2486
icon-shadow: none;
2487
}
2488
2489
.login-dialog .modal-dialog-button:active {
2490
color: #FFFFFF;
2491
background-color: rgba(255, 255, 255, 0.3);
2492
border-color: transparent;
2493
box-shadow: 0 0 transparent;
2494
text-shadow: none;
2495
icon-shadow: none;
2496
}
2497
2498
.login-dialog .modal-dialog-button:insensitive {
2499
color: rgba(255, 255, 255, 0.3);
2500
background-color: transparent;
2501
border-color: transparent;
2502
box-shadow: 0 0 transparent;
2503
text-shadow: none;
2504
icon-shadow: none;
2505
}
2506
2507
.login-dialog .modal-dialog-button:default {
2508
color: #FFFFFF;
2509
background-color: #FF4081;
2510
border-color: transparent;
2511
box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
2512
text-shadow: none;
2513
icon-shadow: none;
2514
}
2515
2516
.login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus {
2517
color: #FFFFFF;
2518
background-color: #FF4081;
2519
border-color: transparent;
2520
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
2521
text-shadow: none;
2522
icon-shadow: none;
2523
}
2524
2525
.login-dialog .modal-dialog-button:default:active {
2526
color: #FFFFFF;
2527
background-color: #ff79a7;
2528
border-color: transparent;
2529
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
2530
text-shadow: none;
2531
icon-shadow: none;
2532
}
2533
2534
.login-dialog .modal-dialog-button:default:insensitive {
2535
color: rgba(255, 255, 255, 0.5);
2536
background-color: rgba(255, 255, 255, 0.12);
2537
border-color: transparent;
2538
box-shadow: 0 0 transparent;
2539
text-shadow: none;
2540
icon-shadow: none;
2541
}
2542
2543
.login-dialog-logo-bin {
2544
padding: 24px 0px;
2545
}
2546
2547
.login-dialog-banner {
2548
color: rgba(255, 255, 255, 0.7);
2549
}
2550
2551
.login-dialog-button-box {
2552
spacing: 5px;
2553
}
2554
2555
.login-dialog-message-warning {
2556
color: #FF6D00;
2557
}
2558
2559
.login-dialog-message-hint {
2560
padding-top: 0;
2561
padding-bottom: 20px;
2562
}
2563
2564
.login-dialog-user-selection-box {
2565
padding: 100px 0px;
2566
}
2567
2568
.login-dialog-user-selection-box .login-dialog-not-listed-label {
2569
padding-left: 2px;
2570
}
2571
2572
.login-dialog-not-listed-button:focus .login-dialog-user-selection-box .login-dialog-not-listed-label,
2573
.login-dialog-not-listed-button:hover .login-dialog-user-selection-box .login-dialog-not-listed-label {
2574
color: #FFFFFF;
2575
}
2576
2577
.login-dialog-not-listed-label {
2578
font-size: 1em;
2579
font-weight: bold;
2580
color: rgba(255, 255, 255, 0.7);
2581
padding-top: 1em;
2582
}
2583
2584
.login-dialog-not-listed-label:hover {
2585
color: #FFFFFF;
2586
}
2587
2588
.login-dialog-not-listed-label:focus {
2589
background-color: rgba(255, 255, 255, 0.12);
2590
}
2591
2592
.login-dialog-user-list-view {
2593
-st-vfade-offset: 1em;
2594
}
2595
2596
.login-dialog-user-list {
2597
spacing: 12px;
2598
padding: .2em;
2599
width: 23em;
2600
}
2601
2602
.login-dialog-user-list:expanded .login-dialog-user-list-item:focus {
2603
background-color: rgba(255, 255, 255, 0.12);
2604
color: #FFFFFF;
2605
}
2606
2607
.login-dialog-user-list:expanded .login-dialog-user-list-item:hover {
2608
background-color: rgba(255, 255, 255, 0.12);
2609
color: #FFFFFF;
2610
}
2611
2612
.login-dialog-user-list:expanded .login-dialog-user-list-item:active {
2613
background-color: rgba(255, 255, 255, 0.3);
2614
color: #FFFFFF;
2615
}
2616
2617
.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in {
2618
border-right: 2px solid #FFFFFF;
2619
}
2620
2621
.login-dialog-user-list-item {
2622
border-radius: 2px;
2623
padding: 4px 4px 0;
2624
color: rgba(255, 255, 255, 0.7);
2625
}
2626
2627
.login-dialog-user-list-item:ltr {
2628
padding-right: 1em;
2629
}
2630
2631
.login-dialog-user-list-item:rtl {
2632
padding-left: 1em;
2633
}
2634
2635
.login-dialog-user-list-item:hover {
2636
background-color: rgba(255, 255, 255, 0.12);
2637
color: #FFFFFF;
2638
}
2639
2640
.login-dialog-user-list-item:active {
2641
background-color: rgba(255, 255, 255, 0.3);
2642
color: #FFFFFF;
2643
}
2644
2645
.login-dialog-user-list-item .login-dialog-timed-login-indicator {
2646
height: 2px;
2647
margin: 2px 0 0 0;
2648
background-color: #FFFFFF;
2649
}
2650
2651
.login-dialog-user-list-item:focus .login-dialog-timed-login-indicator {
2652
background-color: #FFFFFF;
2653
}
2654
2655
.login-dialog-username,
2656
.user-widget-label {
2657
color: #FFFFFF;
2658
font-size: 15pt;
2659
font-weight: 500;
2660
text-align: left;
2661
padding-left: 15px;
2662
}
2663
2664
.user-widget-label:ltr {
2665
padding-left: 18px;
2666
}
2667
2668
.user-widget-label:rtl {
2669
padding-right: 18px;
2670
}
2671
2672
.login-dialog-prompt-layout {
2673
padding-top: 24px;
2674
padding-bottom: 12px;
2675
spacing: 8px;
2676
width: 23em;
2677
}
2678
2679
.login-dialog-prompt-label {
2680
color: rgba(255, 255, 255, 0.5);
2681
font-size: 1em;
2682
padding-top: 1em;
2683
}
2684
2685
.login-dialog-session-list-button StIcon {
2686
icon-size: 1.25em;
2687
}
2688
2689
.login-dialog-session-list-button {
2690
color: rgba(255, 255, 255, 0.7);
2691
}
2692
2693
.login-dialog-session-list-button:hover, .login-dialog-session-list-button:focus {
2694
color: #FFFFFF;
2695
}
2696
2697
.login-dialog-session-list-button:active {
2698
color: #FFFFFF;
2699
}
2700
2701
.screen-shield-arrows {
2702
padding-bottom: 3em;
2703
}
2704
2705
.screen-shield-arrows Gjs_Arrow {
2706
color: white;
2707
width: 80px;
2708
height: 48px;
2709
-arrow-thickness: 12px;
2710
-arrow-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
2711
}
2712
2713
.screen-shield-clock {
2714
color: white;
2715
text-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
2716
font-weight: normal;
2717
text-align: center;
2718
padding-bottom: 1.5em;
2719
}
2720
2721
.screen-shield-clock-time {
2722
font-size: 112px;
2723
font-weight: 300;
2724
text-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
2725
}
2726
2727
.screen-shield-clock-date {
2728
font-size: 45px;
2729
font-weight: 400;
2730
}
2731
2732
.screen-shield-notifications-container {
2733
spacing: 6px;
2734
width: 30em;
2735
background-color: transparent;
2736
max-height: 500px;
2737
}
2738
2739
.screen-shield-notifications-container .summary-notification-stack-scrollview {
2740
padding-top: 0;
2741
padding-bottom: 0;
2742
}
2743
2744
.screen-shield-notifications-container .notification,
2745
.screen-shield-notifications-container .screen-shield-notification-source {
2746
padding: 8px;
2747
border: none;
2748
background-color: rgba(0, 0, 0, 0.3);
2749
color: #FFFFFF;
2750
border-radius: 2px;
2751
}
2752
2753
.screen-shield-notifications-container .notification {
2754
margin-right: 16px;
2755
}
2756
2757
.screen-shield-notification-label {
2758
min-height: 22px;
2759
padding: 2px 0px 0px 16px;
2760
font-weight: bold;
2761
}
2762
2763
.screen-shield-notification-count-text {
2764
min-height: 22px;
2765
padding: 2px 0px 0px 16px;
2766
color: rgba(255, 255, 255, 0.7);
2767
}
2768
2769
#panel.lock-screen {
2770
background-color: rgba(0, 0, 0, 0.3);
2771
}
2772
2773
.screen-shield-background {
2774
background: black;
2775
box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44);
2776
}
2777
2778
#lockDialogGroup {
2779
background: #607D8B url("assets/noise-texture.svg");
2780
background-size: cover;
2781
}
2782
2783
#LookingGlassDialog {
2784
background-color: #FAFAFA;
2785
spacing: 4px;
2786
padding: 0;
2787
border: none;
2788
border-radius: 2px;
2789
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44);
2790
}
2791
2792
#LookingGlassDialog > #Toolbar {
2793
padding: 0 8px;
2794
border: none;
2795
border-radius: 0;
2796
background-color: rgba(250, 250, 250, 0.01);
2797
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
2798
}
2799
2800
#LookingGlassDialog .labels {
2801
spacing: 0;
2802
}
2803
2804
#LookingGlassDialog .notebook-tab {
2805
-natural-hpadding: 12px;
2806
-minimum-hpadding: 6px;
2807
font-weight: bold;
2808
color: rgba(0, 0, 0, 0.38);
2809
transition-duration: 150ms;
2810
padding-left: 16px;
2811
padding-right: 16px;
2812
min-height: 36px;
2813
padding: 0 32px;
2814
}
2815
2816
#LookingGlassDialog .notebook-tab:hover {
2817
box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.26);
2818
color: rgba(0, 0, 0, 0.87);
2819
text-shadow: none;
2820
}
2821
2822
#LookingGlassDialog .notebook-tab:selected {
2823
border-bottom-width: 0;
2824
border-color: transparent;
2825
background-color: rgba(250, 250, 250, 0.01);
2826
box-shadow: inset 0 -2px 0px #42A5F5;
2827
color: rgba(0, 0, 0, 0.87);
2828
text-shadow: none;
2829
}
2830
2831
#LookingGlassDialog StBoxLayout#EvalBox {
2832
padding: 4px;
2833
spacing: 4px;
2834
}
2835
2836
#LookingGlassDialog StBoxLayout#ResultsArea {
2837
spacing: 4px;
2838
}
2839
2840
.lg-dialog StEntry {
2841
selection-background-color: #42A5F5;
2842
selected-color: #FFFFFF;
2843
}
2844
2845
.lg-dialog .shell-link {
2846
color: #42A5F5;
2847
}
2848
2849
.lg-dialog .shell-link:hover {
2850
color: #42A5F5;
2851
}
2852
2853
.lg-completions-text {
2854
font-size: 1em;
2855
font-style: italic;
2856
}
2857
2858
.lg-obj-inspector-title {
2859
spacing: 4px;
2860
}
2861
2862
.lg-obj-inspector-button {
2863
min-height: 36px;
2864
padding: 0 16px;
2865
border: none;
2866
border-radius: 2px;
2867
font-size: 10.5pt;
2868
font-weight: 500;
2869
color: rgba(0, 0, 0, 0.54);
2870
background-color: transparent;
2871
border-color: transparent;
2872
box-shadow: 0 0 transparent;
2873
text-shadow: none;
2874
icon-shadow: none;
2875
}
2876
2877
.lg-obj-inspector-button:hover {
2878
color: rgba(0, 0, 0, 0.87);
2879
background-color: rgba(0, 0, 0, 0.12);
2880
border-color: transparent;
2881
box-shadow: 0 0 transparent;
2882
text-shadow: none;
2883
icon-shadow: none;
2884
}
2885
2886
.lg-obj-inspector-button:active {
2887
color: rgba(0, 0, 0, 0.87);
2888
background-color: rgba(0, 0, 0, 0.26);
2889
border-color: transparent;
2890
box-shadow: 0 0 transparent;
2891
text-shadow: none;
2892
icon-shadow: none;
2893
}
2894
2895
.lg-obj-inspector-button:insensitive {
2896
color: rgba(0, 0, 0, 0.26);
2897
background-color: transparent;
2898
border-color: transparent;
2899
box-shadow: 0 0 transparent;
2900
text-shadow: none;
2901
icon-shadow: none;
2902
}
2903
2904
.lg-obj-inspector-button:focus {
2905
color: rgba(0, 0, 0, 0.87);
2906
text-shadow: none;
2907
icon-shadow: none;
2908
box-shadow: 0 0 transparent;
2909
}
2910
2911
.lg-obj-inspector-button:hover {
2912
border: none;
2913
}
2914
2915
#lookingGlassExtensions {
2916
padding: 4px;
2917
}
2918
2919
.lg-extensions-list {
2920
padding: 4px;
2921
spacing: 6px;
2922
}
2923
2924
.lg-extension {
2925
border: none;
2926
border-radius: 2px;
2927
padding: 4px;
2928
}
2929
2930
.lg-extension-name {
2931
font-size: 18pt;
2932
font-weight: 400;
2933
}
2934
2935
.lg-extension-meta {
2936
spacing: 6px;
2937
}
2938
2939
#LookingGlassPropertyInspector {
2940
background: #FAFAFA;
2941
border: none;
2942
border-radius: 2px;
2943
padding: 6px;
2944
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44);
2945
}
2946
2947
/* Dash to Dock */
2948
#dashtodockContainer #dash {
2949
background-color: rgba(0, 0, 0, 0.6);
2950
}
2951
2952
#dashtodockContainer:overview #dash {
2953
background-color: rgba(255, 255, 255, 0.1);
2954
}
2955
2956
#dashtodockContainer.extended:overview #dash {
2957
background-color: transparent;
2958
}
2959
2960
#dashtodockContainer.left #dash,
2961
#dashtodockContainer.right #dash {
2962
padding: 3px 0;
2963
}
2964
2965
#dashtodockContainer.top #dash,
2966
#dashtodockContainer.bottom #dash {
2967
padding: 0 3px;
2968
}
2969
2970
#dashtodockContainer.extended #dash {
2971
padding: 0;
2972
border-radius: 0;
2973
}
2974
2975
#dashtodockContainer.left .dash-item-container > StWidget,
2976
#dashtodockContainer.right .dash-item-container > StWidget,
2977
#dashtodockContainer.extended.left .dash-item-container > StWidget,
2978
#dashtodockContainer.extended.right .dash-item-container > StWidget {
2979
padding: 3px 6px;
2980
}
2981
2982
#dashtodockContainer.extended.left .dash-item-container:first-child > StWidget,
2983
#dashtodockContainer.extended.right .dash-item-container:first-child > StWidget {
2984
padding: 6px 6px 3px 6px;
2985
}
2986
2987
#dashtodockContainer.extended.left .dash-item-container:last-child > StWidget,
2988
#dashtodockContainer.extended.right .dash-item-container:last-child > StWidget {
2989
padding: 3px 6px 6px 6px;
2990
}
2991
2992
#dashtodockContainer.top .dash-item-container > StWidget,
2993
#dashtodockContainer.bottom .dash-item-container > StWidget,
2994
#dashtodockContainer.extended.top .dash-item-container > StWidget,
2995
#dashtodockContainer.extended.bottom .dash-item-container > StWidget {
2996
padding: 6px 3px;
2997
}
2998
2999
#dashtodockContainer.extended.top .dash-item-container:first-child > StWidget,
3000
#dashtodockContainer.extended.bottom .dash-item-container:first-child > StWidget {
3001
padding: 6px 3px 6px 6px;
3002
}
3003
3004
#dashtodockContainer.extended.top .dash-item-container:last-child > StWidget,
3005
#dashtodockContainer.extended.bottom .dash-item-container:last-child > StWidget {
3006
padding: 6px 6px 6px 3px;
3007
}
3008
3009
#dashtodockContainer .app-well-app-running-dot {
3010
background-color: transparent;
3011
}
3012
3013
#dashtodockContainer .dash-item-container > StWidget {
3014
background-size: cover;
3015
}
3016
3017
#dashtodockContainer.left .dash-item-container > StWidget.running1 {
3018
background-image: url("assets/dash/left-running1.svg");
3019
}
3020
3021
#dashtodockContainer.left .dash-item-container > StWidget.running1.focused {
3022
background-image: url("assets/dash/left-running1-focused.svg");
3023
}
3024
3025
#dashtodockContainer.left .dash-item-container > StWidget.running2 {
3026
background-image: url("assets/dash/left-running2.svg");
3027
}
3028
3029
#dashtodockContainer.left .dash-item-container > StWidget.running2.focused {
3030
background-image: url("assets/dash/left-running2-focused.svg");
3031
}
3032
3033
#dashtodockContainer.left .dash-item-container > StWidget.running3 {
3034
background-image: url("assets/dash/left-running3.svg");
3035
}
3036
3037
#dashtodockContainer.left .dash-item-container > StWidget.running3.focused {
3038
background-image: url("assets/dash/left-running3-focused.svg");
3039
}
3040
3041
#dashtodockContainer.left .dash-item-container > StWidget.running4 {
3042
background-image: url("assets/dash/left-running4.svg");
3043
}
3044
3045
#dashtodockContainer.left .dash-item-container > StWidget.running4.focused {
3046
background-image: url("assets/dash/left-running4-focused.svg");
3047
}
3048
3049
#dashtodockContainer.right .dash-item-container > StWidget.running1 {
3050
background-image: url("assets/dash/right-running1.svg");
3051
}
3052
3053
#dashtodockContainer.right .dash-item-container > StWidget.running1.focused {
3054
background-image: url("assets/dash/right-running1-focused.svg");
3055
}
3056
3057
#dashtodockContainer.right .dash-item-container > StWidget.running2 {
3058
background-image: url("assets/dash/right-running2.svg");
3059
}
3060
3061
#dashtodockContainer.right .dash-item-container > StWidget.running2.focused {
3062
background-image: url("assets/dash/right-running2-focused.svg");
3063
}
3064
3065
#dashtodockContainer.right .dash-item-container > StWidget.running3 {
3066
background-image: url("assets/dash/right-running3.svg");
3067
}
3068
3069
#dashtodockContainer.right .dash-item-container > StWidget.running3.focused {
3070
background-image: url("assets/dash/right-running3-focused.svg");
3071
}
3072
3073
#dashtodockContainer.right .dash-item-container > StWidget.running4 {
3074
background-image: url("assets/dash/right-running4.svg");
3075
}
3076
3077
#dashtodockContainer.right .dash-item-container > StWidget.running4.focused {
3078
background-image: url("assets/dash/right-running4-focused.svg");
3079
}
3080
3081
#dashtodockContainer.top .dash-item-container > StWidget.running1 {
3082
background-image: url("assets/dash/top-running1.svg");
3083
}
3084
3085
#dashtodockContainer.top .dash-item-container > StWidget.running1.focused {
3086
background-image: url("assets/dash/top-running1-focused.svg");
3087
}
3088
3089
#dashtodockContainer.top .dash-item-container > StWidget.running2 {
3090
background-image: url("assets/dash/top-running2.svg");
3091
}
3092
3093
#dashtodockContainer.top .dash-item-container > StWidget.running2.focused {
3094
background-image: url("assets/dash/top-running2-focused.svg");
3095
}
3096
3097
#dashtodockContainer.top .dash-item-container > StWidget.running3 {
3098
background-image: url("assets/dash/top-running3.svg");
3099
}
3100
3101
#dashtodockContainer.top .dash-item-container > StWidget.running3.focused {
3102
background-image: url("assets/dash/top-running3-focused.svg");
3103
}
3104
3105
#dashtodockContainer.top .dash-item-container > StWidget.running4 {
3106
background-image: url("assets/dash/top-running4.svg");
3107
}
3108
3109
#dashtodockContainer.top .dash-item-container > StWidget.running4.focused {
3110
background-image: url("assets/dash/top-running4-focused.svg");
3111
}
3112
3113
#dashtodockContainer.bottom .dash-item-container > StWidget.running1 {
3114
background-image: url("assets/dash/bottom-running1.svg");
3115
}
3116
3117
#dashtodockContainer.bottom .dash-item-container > StWidget.running1.focused {
3118
background-image: url("assets/dash/bottom-running1-focused.svg");
3119
}
3120
3121
#dashtodockContainer.bottom .dash-item-container > StWidget.running2 {
3122
background-image: url("assets/dash/bottom-running2.svg");
3123
}
3124
3125
#dashtodockContainer.bottom .dash-item-container > StWidget.running2.focused {
3126
background-image: url("assets/dash/bottom-running2-focused.svg");
3127
}
3128
3129
#dashtodockContainer.bottom .dash-item-container > StWidget.running3 {
3130
background-image: url("assets/dash/bottom-running3.svg");
3131
}
3132
3133
#dashtodockContainer.bottom .dash-item-container > StWidget.running3.focused {
3134
background-image: url("assets/dash/bottom-running3-focused.svg");
3135
}
3136
3137
#dashtodockContainer.bottom .dash-item-container > StWidget.running4 {
3138
background-image: url("assets/dash/bottom-running4.svg");
3139
}
3140
3141
#dashtodockContainer.bottom .dash-item-container > StWidget.running4.focused {
3142
background-image: url("assets/dash/bottom-running4-focused.svg");
3143
}
3144
3145
/* Simple Dock */
3146
#dash:desktop {
3147
background-color: rgba(0, 0, 0, 0.6);
3148
}
3149
3150
/* GPaste */
3151
.popup-menu .search-entry {
3152
color: rgba(0, 0, 0, 0.87);
3153
selection-background-color: #42A5F5;
3154
selected-color: #FFFFFF;
3155
background-color: rgba(250, 250, 250, 0.01);
3156
border-color: transparent;
3157
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.26);
3158
}
3159
3160
.popup-menu .search-entry:focus {
3161
border-color: transparent;
3162
box-shadow: inset 0 -2px #42A5F5;
3163
color: rgba(0, 0, 0, 0.87);
3164
}
3165
3166
.popup-menu .search-entry .search-entry-icon {
3167
color: rgba(0, 0, 0, 0.38);
3168
}
3169
3170
.popup-menu .search-entry:hover .search-entry-icon, .popup-menu .search-entry:focus .search-entry-icon {
3171
color: rgba(0, 0, 0, 0.87);
3172
}
3173