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 • 62.43 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: 0.15s;
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.8);
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.6);
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.8);
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.8);
60
background-color: rgba(0, 0, 0, 0.24);
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.24);
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.8);
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.1) !important;
87
border-right-width: 0;
88
font-size: 10.5pt;
89
font-weight: 500;
90
color: rgba(0, 0, 0, 0.6);
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.8);
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.8);
109
background-color: rgba(0, 0, 0, 0.24);
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.24);
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.8);
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.8);
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.24);
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.32);
169
border-color: transparent;
170
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.096);
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.096);
201
}
202
203
StScrollBar StButton#vhandle, StScrollBar StButton#hhandle {
204
border-radius: 100px;
205
background-color: rgba(0, 0, 0, 0.48);
206
margin: 4px;
207
}
208
209
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
210
background-color: rgba(0, 0, 0, 0.6);
211
}
212
213
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
214
background-color: rgba(0, 0, 0, 0.8);
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.6);
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.75);
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.24);
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.24);
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.8);
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.48);
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.48);
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.48);
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.8);
522
}
523
524
.show-processes-dialog-app-list-item:hover {
525
color: rgba(0, 0, 0, 0.8);
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.8);
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.1);
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.48);
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.48);
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: 0.1s;
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.4);
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.8);
774
transition-duration: 0s;
775
}
776
777
.popup-menu .popup-menu-item:active {
778
background-color: rgba(0, 0, 0, 0.24);
779
color: rgba(0, 0, 0, 0.8);
780
transition-duration: 0.15s;
781
}
782
783
.popup-menu .popup-menu-item.selected:active {
784
color: rgba(0, 0, 0, 0.8);
785
}
786
787
.popup-menu .popup-menu-item:insensitive {
788
color: rgba(0, 0, 0, 0.32);
789
}
790
791
.popup-menu .popup-inactive-menu-item {
792
color: rgba(0, 0, 0, 0.8);
793
}
794
795
.popup-menu .popup-inactive-menu-item:insensitive {
796
color: rgba(0, 0, 0, 0.48);
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.1);
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.24);
862
color: rgba(0, 0, 0, 0.8);
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
.pad-osd-window .pad-osd-title-box {
877
spacing: 12px;
878
}
879
880
.pad-osd-window .pad-osd-title-menu-box {
881
spacing: 6px;
882
}
883
884
.combo-box-label {
885
width: 15em;
886
}
887
888
/* App Switcher */
889
.switcher-popup {
890
padding: 8px;
891
spacing: 16px;
892
}
893
894
.switcher-list-item-container {
895
spacing: 8px;
896
}
897
898
.switcher-list .item-box {
899
padding: 8px;
900
border-radius: 2px;
901
}
902
903
.switcher-list .item-box:outlined {
904
padding: 8px;
905
border: none;
906
background-color: rgba(0, 0, 0, 0.096);
907
}
908
909
.switcher-list .item-box:selected {
910
background-color: #42A5F5;
911
color: #FFFFFF;
912
}
913
914
.switcher-list .thumbnail-box {
915
padding: 2px;
916
spacing: 4px;
917
}
918
919
.switcher-list .thumbnail {
920
width: 256px;
921
}
922
923
.switcher-list .separator {
924
width: 1px;
925
background: rgba(0, 0, 0, 0.1);
926
}
927
928
.switcher-arrow {
929
border-color: transparent;
930
color: rgba(0, 0, 0, 0.48);
931
}
932
933
.switcher-arrow:highlighted {
934
color: rgba(0, 0, 0, 0.8);
935
}
936
937
.input-source-switcher-symbol {
938
font-size: 45px;
939
font-weight: 400;
940
width: 96px;
941
height: 96px;
942
}
943
944
/* Window Cycler */
945
.cycler-highlight {
946
border: 4px solid #42A5F5;
947
}
948
949
/* Workspace Switcher */
950
.workspace-switcher-group {
951
padding: 8px;
952
}
953
954
.workspace-switcher {
955
background: transparent;
956
border: 0px;
957
border-radius: 0px;
958
padding: 0px;
959
spacing: 8px;
960
}
961
962
.ws-switcher-active-up, .ws-switcher-active-down {
963
height: 48px;
964
background-color: #42A5F5;
965
color: #FFFFFF;
966
background-size: 32px;
967
border-radius: 2px;
968
}
969
970
.ws-switcher-box {
971
height: 48px;
972
border: none;
973
background: rgba(0, 0, 0, 0.096);
974
border-radius: 2px;
975
}
976
977
.osd-window,
978
.resize-popup,
979
.switcher-list, .workspace-switcher-container {
980
color: rgba(0, 0, 0, 0.8);
981
background-color: #FAFAFA;
982
border: none;
983
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44);
984
border-radius: 2px;
985
padding: 12px;
986
}
987
988
/* Tiled window previews */
989
.tile-preview {
990
background-color: rgba(64, 196, 255, 0.3);
991
border: 1px solid #40C4FF;
992
}
993
994
.tile-preview-left.on-primary {
995
border-radius: 0 0 0 0;
996
}
997
998
.tile-preview-right.on-primary {
999
border-radius: 0 0 0 0;
1000
}
1001
1002
.tile-preview-left.tile-preview-right.on-primary {
1003
border-radius: 0 0 0 0;
1004
}
1005
1006
/* TOP BAR */
1007
#panel {
1008
background-color: rgba(0, 0, 0, 0.6);
1009
font-weight: bold;
1010
height: 32px;
1011
}
1012
1013
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {
1014
background-color: transparent;
1015
}
1016
1017
#panel #panelLeft, #panel #panelCenter {
1018
spacing: 0;
1019
}
1020
1021
#panel .panel-corner {
1022
-panel-corner-radius: 0;
1023
-panel-corner-background-color: rgba(0, 0, 0, 0.6);
1024
-panel-corner-border-width: 2px;
1025
-panel-corner-border-color: transparent;
1026
}
1027
1028
#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus {
1029
-panel-corner-border-color: #FFFFFF;
1030
}
1031
1032
#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen {
1033
-panel-corner-radius: 0;
1034
-panel-corner-background-color: transparent;
1035
-panel-corner-border-color: transparent;
1036
}
1037
1038
#panel .panel-button {
1039
-natural-hpadding: 12px;
1040
-minimum-hpadding: 6px;
1041
font-weight: bold;
1042
color: rgba(255, 255, 255, 0.75);
1043
transition-duration: 0.15s;
1044
}
1045
1046
#panel .panel-button .app-menu-icon {
1047
-st-icon-style: symbolic;
1048
margin-left: 4px;
1049
margin-right: 4px;
1050
}
1051
1052
#panel .panel-button:hover {
1053
color: #FFFFFF;
1054
}
1055
1056
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
1057
background-color: rgba(0, 0, 0, 0.01);
1058
box-shadow: inset 0 -2px 0px #FFFFFF;
1059
color: #FFFFFF;
1060
}
1061
1062
#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 {
1063
icon-shadow: none;
1064
}
1065
1066
#panel .panel-button .system-status-icon {
1067
icon-size: 1.14286em;
1068
padding: 0 4px;
1069
}
1070
1071
.unlock-screen #panel .panel-button,
1072
.login-screen #panel .panel-button,
1073
.lock-screen #panel .panel-button {
1074
color: rgba(255, 255, 255, 0.75);
1075
}
1076
1077
.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active,
1078
.login-screen #panel .panel-button:focus,
1079
.login-screen #panel .panel-button:hover,
1080
.login-screen #panel .panel-button:active,
1081
.lock-screen #panel .panel-button:focus,
1082
.lock-screen #panel .panel-button:hover,
1083
.lock-screen #panel .panel-button:active {
1084
color: #FFFFFF;
1085
}
1086
1087
#panel .panel-status-indicators-box,
1088
#panel .panel-status-menu-box {
1089
spacing: 2px;
1090
}
1091
1092
#panel .power-status.panel-status-indicators-box {
1093
spacing: 0;
1094
}
1095
1096
#panel .screencast-indicator {
1097
color: #FF6D00;
1098
}
1099
1100
#calendarArea {
1101
padding: 8px 16px;
1102
}
1103
1104
.calendar {
1105
margin-bottom: 0;
1106
}
1107
1108
.calendar,
1109
.datemenu-today-button,
1110
.datemenu-displays-box,
1111
.message-list-sections {
1112
margin: 0 8px;
1113
}
1114
1115
.datemenu-calendar-column {
1116
spacing: 8px;
1117
}
1118
1119
.datemenu-displays-section {
1120
padding-bottom: 0;
1121
}
1122
1123
.datemenu-displays-box {
1124
spacing: 8px;
1125
}
1126
1127
.datemenu-calendar-column {
1128
border: 0 solid rgba(0, 0, 0, 0.1);
1129
}
1130
1131
.datemenu-calendar-column:ltr {
1132
border-left-width: 0;
1133
}
1134
1135
.datemenu-calendar-column:rtl {
1136
border-right-width: 0;
1137
}
1138
1139
.datemenu-today-button,
1140
.world-clocks-button,
1141
.weather-button,
1142
.events-section-title {
1143
min-height: 24px;
1144
padding: 4px 8px;
1145
border-radius: 2px;
1146
}
1147
1148
.datemenu-today-button {
1149
min-height: 56px;
1150
}
1151
1152
.message-list-section-list:ltr {
1153
padding-left: 0;
1154
}
1155
1156
.message-list-section-list:rtl {
1157
padding-right: 0;
1158
}
1159
1160
.datemenu-today-button:hover, .datemenu-today-button:focus,
1161
.world-clocks-button:hover,
1162
.world-clocks-button:focus,
1163
.weather-button:hover,
1164
.weather-button:focus,
1165
.events-section-title:hover,
1166
.events-section-title:focus {
1167
color: rgba(0, 0, 0, 0.8);
1168
background-color: rgba(0, 0, 0, 0.12);
1169
}
1170
1171
.datemenu-today-button:active,
1172
.world-clocks-button:active,
1173
.weather-button:active,
1174
.events-section-title:active {
1175
color: rgba(0, 0, 0, 0.8);
1176
background-color: rgba(0, 0, 0, 0.24);
1177
}
1178
1179
.datemenu-today-button .date-label {
1180
font-size: 18pt;
1181
font-weight: 400;
1182
}
1183
1184
.world-clocks-header,
1185
.weather-header,
1186
.events-section-title {
1187
color: rgba(0, 0, 0, 0.6);
1188
font-weight: bold;
1189
}
1190
1191
.world-clocks-grid {
1192
spacing-rows: 0.4em;
1193
}
1194
1195
.weather-box {
1196
spacing: 0.4em;
1197
}
1198
1199
.calendar-month-label {
1200
height: 20px;
1201
margin: 2px;
1202
padding: 6px 16px;
1203
border-radius: 2px;
1204
color: rgba(0, 0, 0, 0.8);
1205
font-weight: bold;
1206
text-align: center;
1207
}
1208
1209
.calendar-month-label:focus {
1210
background-color: rgba(0, 0, 0, 0.12);
1211
}
1212
1213
.pager-button {
1214
width: 32px;
1215
height: 32px;
1216
margin: 2px;
1217
border-radius: 100px;
1218
background-color: transparent;
1219
color: rgba(0, 0, 0, 0.8);
1220
}
1221
1222
.pager-button:hover, .pager-button:focus {
1223
background-color: rgba(0, 0, 0, 0.12);
1224
}
1225
1226
.pager-button:active {
1227
background-color: rgba(0, 0, 0, 0.24);
1228
}
1229
1230
.calendar-change-month-back {
1231
background-image: url("assets/calendar-arrow-left.svg");
1232
}
1233
1234
.calendar-change-month-back:rtl {
1235
background-image: url("assets/calendar-arrow-right.svg");
1236
}
1237
1238
.calendar-change-month-forward {
1239
background-image: url("assets/calendar-arrow-right.svg");
1240
}
1241
1242
.calendar-change-month-forward:rtl {
1243
background-image: url("assets/calendar-arrow-left.svg");
1244
}
1245
1246
.calendar-day-base {
1247
font-size: 9pt;
1248
font-weight: 400;
1249
text-align: center;
1250
width: 32px;
1251
height: 32px;
1252
padding: 0;
1253
margin: 2px;
1254
border-radius: 100px;
1255
}
1256
1257
.calendar-day-base:hover, .calendar-day-base:focus {
1258
background-color: rgba(0, 0, 0, 0.12);
1259
}
1260
1261
.calendar-day-base:active, .calendar-day-base:selected {
1262
color: #FFFFFF;
1263
background-color: #42A5F5 !important;
1264
border-color: transparent;
1265
}
1266
1267
.calendar-day-base.calendar-day-heading {
1268
width: 32px;
1269
height: 25px;
1270
margin-top: 2px;
1271
padding: 7px 0 0;
1272
border-radius: 100px;
1273
background-color: transparent;
1274
color: rgba(0, 0, 0, 0.48);
1275
font-size: 9pt;
1276
font-weight: 400;
1277
font-weight: bold;
1278
text-align: center;
1279
}
1280
1281
.calendar-day {
1282
border-width: 0;
1283
}
1284
1285
.calendar-day-top {
1286
border-top-width: 0;
1287
}
1288
1289
.calendar-day-left {
1290
border-left-width: 0;
1291
}
1292
1293
.calendar-nonwork-day {
1294
color: rgba(0, 0, 0, 0.8);
1295
}
1296
1297
.calendar-today {
1298
font-weight: bold !important;
1299
border: none;
1300
}
1301
1302
.calendar-day-with-events {
1303
color: #42A5F5;
1304
font-weight: normal;
1305
text-decoration: underline;
1306
background-image: none;
1307
}
1308
1309
.calendar-other-month-day {
1310
color: rgba(0, 0, 0, 0.32);
1311
opacity: 0.5;
1312
}
1313
1314
.calendar-week-number {
1315
width: 32px;
1316
height: 25px;
1317
margin: 2px;
1318
padding: 7px 0 0;
1319
border-radius: 100px;
1320
background-color: transparent;
1321
color: rgba(0, 0, 0, 0.48);
1322
font-size: inherit;
1323
font-weight: bold;
1324
text-align: center;
1325
}
1326
1327
/* Message list */
1328
.message-list {
1329
width: 420px;
1330
}
1331
1332
.message-list-clear-button.button {
1333
background-color: transparent;
1334
margin: 8px 8px 0;
1335
}
1336
1337
.message-list-clear-button.button:hover, .message-list-clear-button.button:focus {
1338
background-color: rgba(0, 0, 0, 0.12);
1339
}
1340
1341
.message-list-clear-button.button:active {
1342
background-color: rgba(0, 0, 0, 0.24);
1343
}
1344
1345
.message-list-sections {
1346
spacing: 8px;
1347
}
1348
1349
.message-list-section,
1350
.message-list-section-list {
1351
spacing: 8px;
1352
}
1353
1354
.message {
1355
min-height: 64px;
1356
background-color: transparent;
1357
border-radius: 2px;
1358
}
1359
1360
.message:hover, .message:focus {
1361
background-color: rgba(0, 0, 0, 0.12);
1362
}
1363
1364
.message:active {
1365
background-color: rgba(0, 0, 0, 0.24);
1366
}
1367
1368
.message-icon-bin {
1369
padding: 8px 0px 8px 8px;
1370
}
1371
1372
.message-icon-bin:rtl {
1373
padding: 8px 8px 8px 0px;
1374
}
1375
1376
.message-icon-bin > StIcon {
1377
color: rgba(0, 0, 0, 0.8);
1378
icon-size: 16px;
1379
-st-icon-style: requested;
1380
padding: 4px 0px 4px 4px;
1381
}
1382
1383
.message-icon-bin > StIcon:rtl {
1384
padding: 4px 4px 4px 0px;
1385
}
1386
1387
.message-secondary-bin {
1388
padding: 0 8px;
1389
}
1390
1391
.message-secondary-bin > .event-time {
1392
min-height: 22px;
1393
padding-top: 2px;
1394
color: rgba(0, 0, 0, 0.48);
1395
font-size: 1em;
1396
/* HACK: the label should be baseline-aligned with a 1em label,
1397
fake this with some bottom padding */
1398
padding-bottom: 0;
1399
}
1400
1401
.message-secondary-bin > StIcon {
1402
icon-size: 16px;
1403
}
1404
1405
.message-title {
1406
min-height: 22px;
1407
padding-top: 2px;
1408
color: rgba(0, 0, 0, 0.8);
1409
font-weight: bold;
1410
font-size: 1em;
1411
}
1412
1413
.message-content {
1414
min-height: 48px;
1415
padding: 8px;
1416
color: rgba(0, 0, 0, 0.6);
1417
font-size: 1em;
1418
}
1419
1420
.message-content * > StIcon {
1421
icon-size: 16px;
1422
border-radius: 16px;
1423
padding: 4px;
1424
color: rgba(0, 0, 0, 0.6);
1425
}
1426
1427
/* FIXME: how do you do this in sass? */
1428
.message-content *:hover > StIcon,
1429
.message-content *:focus > StIcon {
1430
color: rgba(0, 0, 0, 0.8);
1431
background-color: rgba(0, 0, 0, 0.12);
1432
}
1433
1434
.message-content *:active > StIcon {
1435
color: rgba(0, 0, 0, 0.8);
1436
background-color: rgba(0, 0, 0, 0.24);
1437
}
1438
1439
.message-media-control {
1440
margin: 16px 0;
1441
padding: 8px;
1442
border-radius: 100px;
1443
color: rgba(0, 0, 0, 0.6);
1444
}
1445
1446
.message-media-control:hover, .message-media-control:focus {
1447
color: rgba(0, 0, 0, 0.8);
1448
background-color: rgba(0, 0, 0, 0.12);
1449
}
1450
1451
.message-media-control:active {
1452
color: rgba(0, 0, 0, 0.8);
1453
background-color: rgba(0, 0, 0, 0.24);
1454
}
1455
1456
.message-media-control:insensitive {
1457
color: rgba(0, 0, 0, 0.24);
1458
}
1459
1460
.message-media-control:last-child:ltr {
1461
margin-right: 16px;
1462
padding-right: 8px;
1463
}
1464
1465
.message-media-control:last-child:rtl {
1466
margin-left: 16px;
1467
padding-left: 8px;
1468
}
1469
1470
.media-message-cover-icon {
1471
icon-size: 32px !important;
1472
margin: 8px 0;
1473
}
1474
1475
.media-message-cover-icon.fallback {
1476
icon-size: 16px !important;
1477
padding: 8px;
1478
border: none;
1479
border-radius: 2px;
1480
background-color: rgba(0, 0, 0, 0.12);
1481
color: rgba(0, 0, 0, 0.48);
1482
}
1483
1484
.system-switch-user-submenu-icon.user-icon {
1485
icon-size: 20px;
1486
padding: 0 2px;
1487
}
1488
1489
.system-switch-user-submenu-icon.default-icon {
1490
icon-size: 16px;
1491
padding: 0 4px;
1492
}
1493
1494
#appMenu {
1495
spinner-image: url("process-working.svg");
1496
spacing: 4px;
1497
}
1498
1499
#appMenu .label-shadow {
1500
color: transparent;
1501
}
1502
1503
.aggregate-menu {
1504
min-width: 280px;
1505
}
1506
1507
.aggregate-menu .popup-menu-icon {
1508
padding: 0 4px;
1509
}
1510
1511
.system-menu-action {
1512
color: rgba(0, 0, 0, 0.6);
1513
border-radius: 100px;
1514
/* wish we could do 50% */
1515
padding: 16px;
1516
border: none;
1517
}
1518
1519
.system-menu-action:hover, .system-menu-action:focus {
1520
background-color: rgba(0, 0, 0, 0.12);
1521
color: rgba(0, 0, 0, 0.8);
1522
border: none;
1523
padding: 16px;
1524
}
1525
1526
.system-menu-action:active {
1527
background-color: rgba(0, 0, 0, 0.24);
1528
color: rgba(0, 0, 0, 0.8);
1529
}
1530
1531
.system-menu-action > StIcon {
1532
icon-size: 16px;
1533
}
1534
1535
.ripple-box {
1536
width: 48px;
1537
height: 48px;
1538
background-image: url("assets/corner-ripple-ltr.svg");
1539
background-size: contain;
1540
}
1541
1542
.ripple-box:rtl {
1543
background-image: url("assets/corner-ripple-rtl.svg");
1544
}
1545
1546
.popup-menu-arrow {
1547
width: 16px;
1548
height: 16px;
1549
}
1550
1551
.popup-menu-icon {
1552
icon-size: 1.14286em;
1553
}
1554
1555
.window-close {
1556
height: 36px;
1557
width: 36px;
1558
-st-background-image-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
1559
background-image: url("assets/window-close.svg");
1560
background-size: 36px;
1561
}
1562
1563
.window-close:hover {
1564
-st-background-image-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
1565
}
1566
1567
.window-close:active {
1568
background-image: url("assets/window-close-active.svg");
1569
}
1570
1571
.window-close {
1572
-shell-close-overlap: 18px;
1573
}
1574
1575
.window-close:rtl {
1576
-st-background-image-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
1577
}
1578
1579
.window-close:rtl:hover {
1580
-st-background-image-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
1581
}
1582
1583
/* NETWORK DIALOGS */
1584
.nm-dialog {
1585
max-height: 500px;
1586
min-height: 450px;
1587
min-width: 470px;
1588
}
1589
1590
.nm-dialog-content {
1591
spacing: 20px;
1592
padding: 24px;
1593
}
1594
1595
.nm-dialog-header-hbox {
1596
spacing: 10px;
1597
}
1598
1599
.nm-dialog-airplane-box {
1600
spacing: 12px;
1601
}
1602
1603
.nm-dialog-airplane-headline {
1604
font-weight: bold;
1605
text-align: center;
1606
}
1607
1608
.nm-dialog-airplane-text {
1609
color: rgba(0, 0, 0, 0.8);
1610
}
1611
1612
.nm-dialog-header-icon {
1613
icon-size: 32px;
1614
}
1615
1616
.nm-dialog-scroll-view {
1617
border: none;
1618
}
1619
1620
.nm-dialog-header {
1621
font-size: 15pt;
1622
font-weight: 500;
1623
}
1624
1625
.nm-dialog-item {
1626
font-size: 1em;
1627
border-bottom: none;
1628
border-radius: 2px;
1629
padding: 12px;
1630
spacing: 20px;
1631
}
1632
1633
.nm-dialog-item:hover, .nm-dialog-item:focus {
1634
background-color: rgba(0, 0, 0, 0.12);
1635
}
1636
1637
.nm-dialog-item:active {
1638
background-color: rgba(0, 0, 0, 0.24);
1639
}
1640
1641
.nm-dialog-item:selected {
1642
background-color: #42A5F5;
1643
color: #FFFFFF;
1644
}
1645
1646
.nm-dialog-icons {
1647
spacing: .5em;
1648
}
1649
1650
.nm-dialog-icon {
1651
icon-size: 16px;
1652
}
1653
1654
.no-networks-label {
1655
color: rgba(0, 0, 0, 0.48);
1656
}
1657
1658
.no-networks-box {
1659
spacing: 12px;
1660
}
1661
1662
/* OVERVIEW */
1663
#overview {
1664
spacing: 24px;
1665
}
1666
1667
.overview-controls {
1668
padding-bottom: 32px;
1669
}
1670
1671
.window-picker {
1672
-horizontal-spacing: 32px;
1673
-vertical-spacing: 32px;
1674
padding-left: 32px;
1675
padding-right: 32px;
1676
padding-bottom: 48px;
1677
}
1678
1679
.window-picker.external-monitor {
1680
padding: 32px;
1681
}
1682
1683
.window-clone-border {
1684
border: 4px solid rgba(255, 255, 255, 0.3);
1685
border-radius: 2px;
1686
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
1687
}
1688
1689
.window-caption {
1690
spacing: 25px;
1691
color: #FFFFFF;
1692
background-color: transparent;
1693
border-radius: 2px;
1694
padding: 4px 8px;
1695
-shell-caption-spacing: 12px;
1696
}
1697
1698
.window-caption:hover {
1699
background-color: rgba(255, 255, 255, 0.3);
1700
color: #FFFFFF;
1701
}
1702
1703
.search-entry {
1704
width: 304px;
1705
padding: 0 8px;
1706
border-radius: 0;
1707
color: rgba(255, 255, 255, 0.6);
1708
selection-background-color: rgba(255, 255, 255, 0.3);
1709
selected-color: #FFFFFF;
1710
background-color: rgba(0, 0, 0, 0.01);
1711
border-color: transparent;
1712
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3);
1713
}
1714
1715
.search-entry:focus {
1716
border-color: transparent;
1717
box-shadow: inset 0 -2px #FFFFFF;
1718
padding: 0 8px;
1719
border-width: 0;
1720
color: #FFFFFF;
1721
}
1722
1723
.search-entry .search-entry-icon {
1724
icon-size: 16px;
1725
padding: 0 0;
1726
color: rgba(255, 255, 255, 0.6);
1727
}
1728
1729
.search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon {
1730
color: #FFFFFF;
1731
}
1732
1733
#searchResultsBin {
1734
max-width: 1000px;
1735
}
1736
1737
#searchResultsContent {
1738
padding-left: 20px;
1739
padding-right: 20px;
1740
spacing: 16px;
1741
}
1742
1743
.search-section {
1744
spacing: 16px;
1745
}
1746
1747
.search-section-content {
1748
spacing: 32px;
1749
}
1750
1751
.list-search-results {
1752
spacing: 3px;
1753
}
1754
1755
.search-section-separator {
1756
-gradient-height: 1px;
1757
-gradient-start: rgba(255, 255, 255, 0);
1758
-gradient-end: rgba(255, 255, 255, 0.4);
1759
-margin-horizontal: 1.5em;
1760
height: 1px;
1761
}
1762
1763
.list-search-result-content {
1764
spacing: 12px;
1765
padding: 12px;
1766
}
1767
1768
.list-search-result-title {
1769
font-size: 18pt;
1770
font-weight: 400;
1771
color: #FFFFFF;
1772
}
1773
1774
.list-search-result-description {
1775
color: rgba(255, 255, 255, 0.75);
1776
}
1777
1778
.search-provider-icon {
1779
padding: 15px;
1780
}
1781
1782
.search-provider-icon-more {
1783
width: 16px;
1784
height: 16px;
1785
background-image: url("assets/more-results.svg");
1786
}
1787
1788
/* DASHBOARD */
1789
#dash {
1790
font-size: 1em;
1791
color: #FFFFFF;
1792
background-color: rgba(255, 255, 255, 0.1);
1793
padding: 3px 0;
1794
border: none;
1795
border-left: 0px;
1796
border-radius: 0px 2px 2px 0px;
1797
}
1798
1799
#dash:rtl {
1800
border-radius: 2px 0 0 2px;
1801
}
1802
1803
#dash .placeholder {
1804
background-image: url("assets/dash-placeholder.svg");
1805
background-size: contain;
1806
height: 24px;
1807
}
1808
1809
#dash .empty-dash-drop-target {
1810
width: 24px;
1811
height: 24px;
1812
}
1813
1814
.dash-item-container > StWidget {
1815
padding: 3px 6px;
1816
}
1817
1818
.dash-label {
1819
border-radius: 2px;
1820
padding: 7px 8px;
1821
color: rgba(0, 0, 0, 0.8);
1822
background-color: #FAFAFA;
1823
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
1824
text-align: center;
1825
-x-offset: 8px;
1826
}
1827
1828
/* App Vault/Grid */
1829
.icon-grid {
1830
spacing: 30px;
1831
-shell-grid-horizontal-item-size: 136px;
1832
-shell-grid-vertical-item-size: 136px;
1833
}
1834
1835
.icon-grid .overview-icon {
1836
icon-size: 96px;
1837
}
1838
1839
.app-view-controls {
1840
width: 320px;
1841
padding-bottom: 32px;
1842
}
1843
1844
.app-view-control {
1845
padding: 0 16px;
1846
font-weight: bold;
1847
color: rgba(255, 255, 255, 0.75);
1848
}
1849
1850
.app-view-control:hover {
1851
color: #FFFFFF;
1852
background-color: rgba(255, 255, 255, 0.15) !important;
1853
}
1854
1855
.app-view-control:active {
1856
color: #FFFFFF;
1857
background-color: rgba(255, 255, 255, 0.3) !important;
1858
}
1859
1860
.app-view-control:checked {
1861
color: #FFFFFF;
1862
background-color: rgba(0, 0, 0, 0.01) !important;
1863
box-shadow: inset 0 2px 0 #FFFFFF;
1864
}
1865
1866
.app-view-control:first-child {
1867
border-right-width: 0;
1868
border-radius: 2px;
1869
}
1870
1871
.app-view-control:first-child:checked {
1872
border-radius: 0;
1873
}
1874
1875
.app-view-control:last-child {
1876
border-radius: 2px;
1877
}
1878
1879
.app-view-control:last-child:checked {
1880
border-radius: 0;
1881
}
1882
1883
.search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover,
1884
.list-search-result:focus,
1885
.list-search-result:selected,
1886
.list-search-result:hover {
1887
background-color: rgba(255, 255, 255, 0.15);
1888
transition-duration: 0s;
1889
}
1890
1891
.search-provider-icon:active, .search-provider-icon:checked,
1892
.list-search-result:active,
1893
.list-search-result:checked {
1894
background-color: rgba(255, 255, 255, 0.3);
1895
transition-duration: 0.15s;
1896
}
1897
1898
.app-well-app:hover .overview-icon,
1899
.app-well-app:focus .overview-icon,
1900
.app-well-app:selected .overview-icon,
1901
.app-well-app.app-folder:hover .overview-icon,
1902
.app-well-app.app-folder:focus .overview-icon,
1903
.app-well-app.app-folder:selected .overview-icon,
1904
.show-apps:hover .overview-icon,
1905
.show-apps:focus .overview-icon,
1906
.show-apps:selected .overview-icon,
1907
.grid-search-result:hover .overview-icon,
1908
.grid-search-result:focus .overview-icon,
1909
.grid-search-result:selected .overview-icon {
1910
background-color: rgba(255, 255, 255, 0.15);
1911
transition-duration: 0s;
1912
border-image: none;
1913
background-image: none;
1914
}
1915
1916
.app-well-app:active .overview-icon,
1917
.app-well-app:checked .overview-icon,
1918
.app-well-app.app-folder:active .overview-icon,
1919
.app-well-app.app-folder:checked .overview-icon,
1920
.show-apps:active .overview-icon,
1921
.show-apps:checked .overview-icon,
1922
.grid-search-result:active .overview-icon,
1923
.grid-search-result:checked .overview-icon {
1924
background-color: rgba(255, 255, 255, 0.3);
1925
box-shadow: 0 0 transparent;
1926
transition-duration: 0.15s;
1927
}
1928
1929
.app-well-app-running-dot {
1930
width: 32px;
1931
height: 2px;
1932
background-color: #FFFFFF;
1933
margin-bottom: 0;
1934
}
1935
1936
.search-provider-icon,
1937
.list-search-result, .app-well-app .overview-icon,
1938
.app-well-app.app-folder .overview-icon,
1939
.show-apps .overview-icon,
1940
.grid-search-result .overview-icon {
1941
color: #FFFFFF;
1942
border-radius: 2px;
1943
padding: 6px;
1944
border: none;
1945
transition-duration: 0.15s;
1946
text-align: center;
1947
}
1948
1949
.app-well-app.app-folder > .overview-icon {
1950
background-color: rgba(255, 255, 255, 0.1);
1951
}
1952
1953
.show-apps .show-apps-icon {
1954
color: rgba(255, 255, 255, 0.75);
1955
}
1956
1957
.show-apps:hover .show-apps-icon,
1958
.show-apps:active .show-apps-icon,
1959
.show-apps:checked .show-apps-icon,
1960
.show-apps:focus .show-apps-icon {
1961
color: #FFFFFF;
1962
transition-duration: 0.15s;
1963
}
1964
1965
.app-folder-popup {
1966
-arrow-border-radius: 2px;
1967
-arrow-background-color: rgba(255, 255, 255, 0.1);
1968
-arrow-base: 24px;
1969
-arrow-rise: 12px;
1970
}
1971
1972
.app-folder-popup-bin {
1973
padding: 5px;
1974
}
1975
1976
.app-folder-icon {
1977
padding: 5px;
1978
spacing-rows: 5px;
1979
spacing-columns: 5px;
1980
}
1981
1982
.page-indicator {
1983
padding: 15px 20px;
1984
}
1985
1986
.page-indicator .page-indicator-icon {
1987
width: 12px;
1988
height: 12px;
1989
border-radius: 12px;
1990
background-image: none;
1991
background-color: rgba(255, 255, 255, 0.3);
1992
}
1993
1994
.page-indicator:hover .page-indicator-icon {
1995
background-image: none;
1996
background-color: rgba(255, 255, 255, 0.6);
1997
}
1998
1999
.page-indicator:active .page-indicator-icon {
2000
background-image: none;
2001
background-color: rgba(255, 255, 255, 0.9);
2002
}
2003
2004
.page-indicator:checked .page-indicator-icon {
2005
background-image: none;
2006
background-color: #FFFFFF;
2007
transition-duration: 0s;
2008
}
2009
2010
.page-indicator:checked:active {
2011
background-image: none;
2012
}
2013
2014
.app-well-app > .overview-icon.overview-icon-with-label,
2015
.grid-search-result .overview-icon.overview-icon-with-label {
2016
padding: 10px 8px 5px 8px;
2017
spacing: 4px;
2018
}
2019
2020
.workspace-thumbnails {
2021
visible-width: 32px;
2022
spacing: 12px;
2023
padding: 12px;
2024
border-radius: 2px 0 0 2px;
2025
}
2026
2027
.workspace-thumbnails:rtl {
2028
border-radius: 0 2px 2px 0;
2029
}
2030
2031
.workspace-thumbnail-indicator {
2032
border: 0 solid #FFFFFF;
2033
border-left-width: 2px;
2034
padding: 6px;
2035
border-radius: 0;
2036
}
2037
2038
.search-display > StBoxLayout,
2039
.all-apps,
2040
.frequent-apps > StBoxLayout {
2041
padding: 0px 88px 10px 88px;
2042
}
2043
2044
.workspace-thumbnails {
2045
color: #FFFFFF;
2046
background-color: rgba(255, 255, 255, 0.1);
2047
border: none;
2048
}
2049
2050
.search-statustext, .no-frequent-applications-label {
2051
font-size: 45px;
2052
font-weight: 400;
2053
color: rgba(255, 255, 255, 0.6);
2054
}
2055
2056
/* NOTIFICATIONS & MESSAGE TRAY */
2057
.url-highlighter {
2058
link-color: #42A5F5;
2059
}
2060
2061
.notification-banner {
2062
font-size: 1em;
2063
width: 34em;
2064
min-height: 64px;
2065
margin: 5px;
2066
border-radius: 2px;
2067
color: rgba(0, 0, 0, 0.8);
2068
background-color: #FAFAFA;
2069
border: none;
2070
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
2071
}
2072
2073
.notification-banner:hover {
2074
background-color: #FAFAFA;
2075
}
2076
2077
.notification-banner:focus {
2078
background-color: #FAFAFA;
2079
}
2080
2081
.notification-banner .notification-icon {
2082
padding: 5px;
2083
}
2084
2085
.notification-banner .notification-content {
2086
padding: 5px;
2087
spacing: 5px;
2088
}
2089
2090
.notification-banner .secondary-icon {
2091
icon-size: 1.14286em;
2092
}
2093
2094
.notification-banner .notification-actions {
2095
background-color: transparent;
2096
padding-top: 0;
2097
border-top: 1px solid rgba(0, 0, 0, 0.1);
2098
spacing: 1px;
2099
}
2100
2101
.notification-banner .notification-button {
2102
min-height: 40px;
2103
padding: 0 16px;
2104
background-color: transparent;
2105
color: rgba(0, 0, 0, 0.6);
2106
font-weight: 500;
2107
}
2108
2109
.notification-banner .notification-button:first-child {
2110
border-radius: 0 0 0 2px;
2111
}
2112
2113
.notification-banner .notification-button:last-child {
2114
border-radius: 0 0 2px 0;
2115
}
2116
2117
.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus {
2118
background-color: rgba(0, 0, 0, 0.12);
2119
color: rgba(0, 0, 0, 0.8);
2120
}
2121
2122
.notification-banner .notification-button:active {
2123
background-color: rgba(0, 0, 0, 0.24);
2124
color: rgba(0, 0, 0, 0.8);
2125
}
2126
2127
.summary-source-counter {
2128
font-size: 1em;
2129
font-weight: bold;
2130
height: 1.6em;
2131
width: 1.6em;
2132
-shell-counter-overlap-x: 3px;
2133
-shell-counter-overlap-y: 3px;
2134
background-color: #42A5F5;
2135
color: #FFFFFF;
2136
border: 2px solid #FFFFFF;
2137
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
2138
border-radius: 0.9em;
2139
}
2140
2141
.secondary-icon {
2142
icon-size: 1.14286em;
2143
}
2144
2145
.chat-body {
2146
spacing: 5px;
2147
}
2148
2149
.chat-response {
2150
margin: 5px;
2151
}
2152
2153
.chat-log-message {
2154
color: rgba(0, 0, 0, 0.8);
2155
}
2156
2157
.chat-new-group {
2158
padding-top: 1em;
2159
}
2160
2161
.chat-received {
2162
padding-left: 4px;
2163
}
2164
2165
.chat-received:rtl {
2166
padding-left: 0px;
2167
padding-right: 4px;
2168
}
2169
2170
.chat-sent {
2171
padding-left: 18pt;
2172
color: rgba(0, 0, 0, 0.6);
2173
}
2174
2175
.chat-sent:rtl {
2176
padding-left: 0;
2177
padding-right: 18pt;
2178
}
2179
2180
.chat-meta-message {
2181
padding-left: 4px;
2182
font-size: 9pt;
2183
font-weight: 400;
2184
color: rgba(0, 0, 0, 0.48);
2185
}
2186
2187
.chat-meta-message:rtl {
2188
padding-left: 0;
2189
padding-right: 4px;
2190
}
2191
2192
.hotplug-transient-box {
2193
spacing: 6px;
2194
padding: 2px 72px 2px 12px;
2195
}
2196
2197
.hotplug-notification-item {
2198
padding: 2px 10px;
2199
}
2200
2201
.hotplug-notification-item:focus {
2202
padding: 1px 71px 1px 11px;
2203
}
2204
2205
.hotplug-notification-item-icon {
2206
icon-size: 24px;
2207
padding: 2px 5px;
2208
}
2209
2210
.hotplug-resident-box {
2211
spacing: 8px;
2212
}
2213
2214
.hotplug-resident-mount {
2215
spacing: 8px;
2216
border-radius: 2px;
2217
}
2218
2219
.hotplug-resident-mount:hover {
2220
background-color: rgba(0, 0, 0, 0.12);
2221
}
2222
2223
.hotplug-resident-mount:active {
2224
background-color: rgba(0, 0, 0, 0.24);
2225
}
2226
2227
.hotplug-resident-mount-label {
2228
color: inherit;
2229
padding-left: 6px;
2230
}
2231
2232
.hotplug-resident-mount-icon {
2233
icon-size: 24px;
2234
padding-left: 6px;
2235
}
2236
2237
.hotplug-resident-eject-icon {
2238
icon-size: 16px;
2239
}
2240
2241
.hotplug-resident-eject-button {
2242
padding: 7px;
2243
border-radius: 2px;
2244
color: rgba(0, 0, 0, 0.8);
2245
}
2246
2247
/* Eeeky things */
2248
.legacy-tray {
2249
background-color: rgba(0, 0, 0, 0.6);
2250
color: #FFFFFF;
2251
border: none;
2252
border-bottom-width: 0;
2253
}
2254
2255
.legacy-tray:ltr {
2256
border-radius: 0 2px 0 0;
2257
border-left-width: 0;
2258
}
2259
2260
.legacy-tray:rtl {
2261
border-radius: 2px 0 0 0;
2262
border-right-width: 0;
2263
}
2264
2265
.legacy-tray-handle,
2266
.legacy-tray-icon {
2267
padding: 6px;
2268
}
2269
2270
.legacy-tray-handle StIcon,
2271
.legacy-tray-icon StIcon {
2272
icon-size: 24px;
2273
}
2274
2275
.legacy-tray-handle:hover, .legacy-tray-handle:focus,
2276
.legacy-tray-icon:hover,
2277
.legacy-tray-icon:focus {
2278
background-color: rgba(255, 255, 255, 0.15);
2279
}
2280
2281
.legacy-tray-handle:active,
2282
.legacy-tray-icon:active {
2283
background-color: rgba(255, 255, 255, 0.3);
2284
}
2285
2286
.legacy-tray-icon-box {
2287
spacing: 12px;
2288
}
2289
2290
.legacy-tray-icon-box:ltr {
2291
padding-left: 12px;
2292
}
2293
2294
.legacy-tray-icon-box:rtl {
2295
padding-right: 12px;
2296
}
2297
2298
.legacy-tray-icon-box StButton {
2299
width: 24px;
2300
height: 24px;
2301
}
2302
2303
.magnifier-zoom-region {
2304
border: 2px solid #42A5F5;
2305
}
2306
2307
.magnifier-zoom-region.full-screen {
2308
border-width: 0;
2309
}
2310
2311
/* On-screen Keyboard */
2312
#keyboard {
2313
background-color: rgba(0, 0, 0, 0.3);
2314
}
2315
2316
.keyboard-layout {
2317
spacing: 10px;
2318
padding: 10px;
2319
}
2320
2321
.keyboard-row {
2322
spacing: 15px;
2323
}
2324
2325
.keyboard-key {
2326
min-height: 72px;
2327
min-width: 72px;
2328
font-size: 2em;
2329
font-weight: 500;
2330
border-radius: 2px;
2331
border: none;
2332
color: inherit;
2333
color: rgba(0, 0, 0, 0.6);
2334
background-color: #FAFAFA;
2335
border-color: transparent;
2336
box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
2337
text-shadow: none;
2338
icon-shadow: none;
2339
}
2340
2341
.keyboard-key:focus {
2342
color: rgba(0, 0, 0, 0.8);
2343
text-shadow: none;
2344
icon-shadow: none;
2345
box-shadow: 0 0 transparent;
2346
}
2347
2348
.keyboard-key:hover, .keyboard-key:checked {
2349
color: rgba(0, 0, 0, 0.8);
2350
background-color: #FAFAFA;
2351
border-color: transparent;
2352
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
2353
text-shadow: none;
2354
icon-shadow: none;
2355
}
2356
2357
.keyboard-key:active {
2358
color: rgba(0, 0, 0, 0.8);
2359
background-color: rgba(194, 194, 194, 0.94);
2360
border-color: transparent;
2361
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
2362
text-shadow: none;
2363
icon-shadow: none;
2364
}
2365
2366
.keyboard-key:grayed {
2367
background-color: rgba(0, 0, 0, 0.3);
2368
color: #FFFFFF;
2369
border-color: rgba(0, 0, 0, 0.3);
2370
}
2371
2372
.keyboard-subkeys {
2373
color: inherit;
2374
padding: 5px;
2375
-arrow-border-radius: 0;
2376
-arrow-background-color: transparent;
2377
-arrow-border-width: 0;
2378
-arrow-border-color: transparent;
2379
-arrow-base: 0;
2380
-arrow-rise: 0;
2381
-boxpointer-gap: 5px;
2382
background-color: #FAFAFA;
2383
border-radius: 2px;
2384
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
2385
}
2386
2387
.candidate-popup-content {
2388
padding: 8px;
2389
spacing: 0;
2390
}
2391
2392
.candidate-index {
2393
padding: 0 4px 0 0;
2394
color: rgba(0, 0, 0, 0.48);
2395
}
2396
2397
.candidate-box:selected .candidate-index {
2398
color: rgba(255, 255, 255, 0.6);
2399
}
2400
2401
.candidate-box {
2402
transition-duration: 0s;
2403
min-height: 32px;
2404
padding: 0 8px;
2405
border-radius: 2px;
2406
}
2407
2408
.candidate-box:hover {
2409
background-color: rgba(0, 0, 0, 0.12);
2410
color: rgba(0, 0, 0, 0.8);
2411
}
2412
2413
.candidate-box:active {
2414
background-color: rgba(0, 0, 0, 0.24);
2415
color: rgba(0, 0, 0, 0.8);
2416
}
2417
2418
.candidate-box:selected {
2419
background-color: #42A5F5;
2420
color: #FFFFFF;
2421
}
2422
2423
.candidate-page-button-box {
2424
height: 32px;
2425
}
2426
2427
.vertical .candidate-page-button-box {
2428
padding-top: 0;
2429
}
2430
2431
.horizontal .candidate-page-button-box {
2432
padding-left: 0;
2433
}
2434
2435
.candidate-page-button {
2436
min-width: 32px;
2437
min-height: 32px;
2438
padding: 0;
2439
}
2440
2441
.candidate-page-button-previous {
2442
border-radius: 2px;
2443
border-right-width: 0;
2444
}
2445
2446
.candidate-page-button-next {
2447
border-radius: 2px;
2448
}
2449
2450
.candidate-page-button-icon {
2451
icon-size: 1.14286em;
2452
}
2453
2454
/* Auth Dialogs & Screen Shield */
2455
.framed-user-icon {
2456
background-size: contain;
2457
border: none;
2458
color: #FFFFFF;
2459
border-radius: 2px;
2460
}
2461
2462
.framed-user-icon:hover {
2463
border-color: #FFFFFF;
2464
color: #FFFFFF;
2465
}
2466
2467
.login-dialog-banner-view {
2468
padding-top: 24px;
2469
max-width: 23em;
2470
}
2471
2472
.login-dialog {
2473
border: none;
2474
background-color: transparent;
2475
}
2476
2477
.login-dialog StEntry {
2478
color: #FFFFFF;
2479
selection-background-color: rgba(255, 255, 255, 0.3);
2480
selected-color: #FFFFFF;
2481
background-color: rgba(0, 0, 0, 0.01);
2482
border-color: transparent;
2483
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3);
2484
}
2485
2486
.login-dialog StEntry:focus {
2487
border-color: transparent;
2488
box-shadow: inset 0 -2px #FFFFFF;
2489
}
2490
2491
.login-dialog StEntry:insensitive {
2492
color: rgba(0, 0, 0, 0.32);
2493
border-color: transparent;
2494
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
2495
color: rgba(255, 255, 255, 0.4);
2496
}
2497
2498
.login-dialog .modal-dialog-button-box {
2499
spacing: 3px;
2500
}
2501
2502
.login-dialog .modal-dialog-button {
2503
padding: 0 16px;
2504
color: rgba(255, 255, 255, 0.75);
2505
background-color: transparent;
2506
border-color: transparent;
2507
box-shadow: 0 0 transparent;
2508
text-shadow: none;
2509
icon-shadow: none;
2510
}
2511
2512
.login-dialog .modal-dialog-button:hover, .login-dialog .modal-dialog-button:focus {
2513
color: #FFFFFF;
2514
background-color: rgba(255, 255, 255, 0.15);
2515
border-color: transparent;
2516
box-shadow: 0 0 transparent;
2517
text-shadow: none;
2518
icon-shadow: none;
2519
}
2520
2521
.login-dialog .modal-dialog-button:active {
2522
color: #FFFFFF;
2523
background-color: rgba(255, 255, 255, 0.3);
2524
border-color: transparent;
2525
box-shadow: 0 0 transparent;
2526
text-shadow: none;
2527
icon-shadow: none;
2528
}
2529
2530
.login-dialog .modal-dialog-button:insensitive {
2531
color: rgba(255, 255, 255, 0.3);
2532
background-color: transparent;
2533
border-color: transparent;
2534
box-shadow: 0 0 transparent;
2535
text-shadow: none;
2536
icon-shadow: none;
2537
}
2538
2539
.login-dialog .modal-dialog-button:default {
2540
color: #FFFFFF;
2541
background-color: #FF4081;
2542
border-color: transparent;
2543
box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
2544
text-shadow: none;
2545
icon-shadow: none;
2546
}
2547
2548
.login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus {
2549
color: #FFFFFF;
2550
background-color: #FF4081;
2551
border-color: transparent;
2552
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
2553
text-shadow: none;
2554
icon-shadow: none;
2555
}
2556
2557
.login-dialog .modal-dialog-button:default:active {
2558
color: #FFFFFF;
2559
background-color: #ff79a7;
2560
border-color: transparent;
2561
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
2562
text-shadow: none;
2563
icon-shadow: none;
2564
}
2565
2566
.login-dialog .modal-dialog-button:default:insensitive {
2567
color: rgba(255, 255, 255, 0.4);
2568
background-color: rgba(255, 255, 255, 0.12);
2569
border-color: transparent;
2570
box-shadow: 0 0 transparent;
2571
text-shadow: none;
2572
icon-shadow: none;
2573
}
2574
2575
.login-dialog-logo-bin {
2576
padding: 24px 0px;
2577
}
2578
2579
.login-dialog-banner {
2580
color: rgba(255, 255, 255, 0.75);
2581
}
2582
2583
.login-dialog-button-box {
2584
spacing: 5px;
2585
}
2586
2587
.login-dialog-message-warning {
2588
color: #FF6D00;
2589
}
2590
2591
.login-dialog-message-hint {
2592
padding-top: 0;
2593
padding-bottom: 20px;
2594
}
2595
2596
.login-dialog-user-selection-box {
2597
padding: 100px 0px;
2598
}
2599
2600
.login-dialog-user-selection-box .login-dialog-not-listed-label {
2601
padding-left: 2px;
2602
}
2603
2604
.login-dialog-not-listed-button:focus .login-dialog-user-selection-box .login-dialog-not-listed-label,
2605
.login-dialog-not-listed-button:hover .login-dialog-user-selection-box .login-dialog-not-listed-label {
2606
color: #FFFFFF;
2607
}
2608
2609
.login-dialog-not-listed-label {
2610
font-size: 1em;
2611
font-weight: bold;
2612
color: rgba(255, 255, 255, 0.75);
2613
padding-top: 1em;
2614
}
2615
2616
.login-dialog-not-listed-label:hover {
2617
color: #FFFFFF;
2618
}
2619
2620
.login-dialog-not-listed-label:focus {
2621
background-color: rgba(255, 255, 255, 0.15);
2622
}
2623
2624
.login-dialog-user-list-view {
2625
-st-vfade-offset: 1em;
2626
}
2627
2628
.login-dialog-user-list {
2629
spacing: 12px;
2630
padding: .2em;
2631
width: 23em;
2632
}
2633
2634
.login-dialog-user-list:expanded .login-dialog-user-list-item:focus {
2635
background-color: rgba(255, 255, 255, 0.15);
2636
color: #FFFFFF;
2637
}
2638
2639
.login-dialog-user-list:expanded .login-dialog-user-list-item:hover {
2640
background-color: rgba(255, 255, 255, 0.15);
2641
color: #FFFFFF;
2642
}
2643
2644
.login-dialog-user-list:expanded .login-dialog-user-list-item:active {
2645
background-color: rgba(255, 255, 255, 0.3);
2646
color: #FFFFFF;
2647
}
2648
2649
.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in {
2650
border-right: 2px solid #FFFFFF;
2651
}
2652
2653
.login-dialog-user-list-item {
2654
border-radius: 2px;
2655
padding: 4px 4px 0;
2656
color: rgba(255, 255, 255, 0.75);
2657
}
2658
2659
.login-dialog-user-list-item:ltr {
2660
padding-right: 1em;
2661
}
2662
2663
.login-dialog-user-list-item:rtl {
2664
padding-left: 1em;
2665
}
2666
2667
.login-dialog-user-list-item:hover {
2668
background-color: rgba(255, 255, 255, 0.15);
2669
color: #FFFFFF;
2670
}
2671
2672
.login-dialog-user-list-item:active {
2673
background-color: rgba(255, 255, 255, 0.3);
2674
color: #FFFFFF;
2675
}
2676
2677
.login-dialog-user-list-item .login-dialog-timed-login-indicator {
2678
height: 2px;
2679
margin: 2px 0 0 0;
2680
background-color: #FFFFFF;
2681
}
2682
2683
.login-dialog-user-list-item:focus .login-dialog-timed-login-indicator {
2684
background-color: #FFFFFF;
2685
}
2686
2687
.login-dialog-username,
2688
.user-widget-label {
2689
color: #FFFFFF;
2690
font-size: 15pt;
2691
font-weight: 500;
2692
text-align: left;
2693
padding-left: 15px;
2694
}
2695
2696
.user-widget-label:ltr {
2697
padding-left: 18px;
2698
}
2699
2700
.user-widget-label:rtl {
2701
padding-right: 18px;
2702
}
2703
2704
.login-dialog-prompt-layout {
2705
padding-top: 24px;
2706
padding-bottom: 12px;
2707
spacing: 8px;
2708
width: 23em;
2709
}
2710
2711
.login-dialog-prompt-label {
2712
color: rgba(255, 255, 255, 0.6);
2713
font-size: 1em;
2714
padding-top: 1em;
2715
}
2716
2717
.login-dialog-session-list-button StIcon {
2718
icon-size: 1.25em;
2719
}
2720
2721
.login-dialog-session-list-button {
2722
color: rgba(255, 255, 255, 0.75);
2723
}
2724
2725
.login-dialog-session-list-button:hover, .login-dialog-session-list-button:focus {
2726
color: #FFFFFF;
2727
}
2728
2729
.login-dialog-session-list-button:active {
2730
color: #FFFFFF;
2731
}
2732
2733
.screen-shield-arrows {
2734
padding-bottom: 3em;
2735
}
2736
2737
.screen-shield-arrows Gjs_Arrow {
2738
color: white;
2739
width: 80px;
2740
height: 48px;
2741
-arrow-thickness: 12px;
2742
-arrow-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
2743
}
2744
2745
.screen-shield-clock {
2746
color: white;
2747
text-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
2748
font-weight: normal;
2749
text-align: center;
2750
padding-bottom: 1.5em;
2751
}
2752
2753
.screen-shield-clock-time {
2754
font-size: 112px;
2755
font-weight: 300;
2756
text-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
2757
}
2758
2759
.screen-shield-clock-date {
2760
font-size: 45px;
2761
font-weight: 400;
2762
}
2763
2764
.screen-shield-notifications-container {
2765
spacing: 6px;
2766
width: 30em;
2767
background-color: transparent;
2768
max-height: 500px;
2769
}
2770
2771
.screen-shield-notifications-container .summary-notification-stack-scrollview {
2772
padding-top: 0;
2773
padding-bottom: 0;
2774
}
2775
2776
.screen-shield-notifications-container .notification,
2777
.screen-shield-notifications-container .screen-shield-notification-source {
2778
padding: 8px;
2779
border: none;
2780
background-color: rgba(0, 0, 0, 0.3);
2781
color: #FFFFFF;
2782
border-radius: 2px;
2783
}
2784
2785
.screen-shield-notifications-container .notification {
2786
margin-right: 16px;
2787
}
2788
2789
.screen-shield-notification-label {
2790
min-height: 22px;
2791
padding: 2px 0px 0px 16px;
2792
font-weight: bold;
2793
}
2794
2795
.screen-shield-notification-count-text {
2796
min-height: 22px;
2797
padding: 2px 0px 0px 16px;
2798
color: rgba(255, 255, 255, 0.75);
2799
}
2800
2801
#panel.lock-screen {
2802
background-color: rgba(0, 0, 0, 0.3);
2803
}
2804
2805
.screen-shield-background {
2806
background: black;
2807
box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44);
2808
}
2809
2810
#lockDialogGroup {
2811
background: #607D8B url("assets/noise-texture.svg");
2812
background-size: cover;
2813
}
2814
2815
#LookingGlassDialog {
2816
background-color: #FAFAFA;
2817
spacing: 4px;
2818
padding: 0;
2819
border: none;
2820
border-radius: 2px;
2821
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44);
2822
}
2823
2824
#LookingGlassDialog > #Toolbar {
2825
padding: 0 8px;
2826
border: none;
2827
border-radius: 0;
2828
background-color: rgba(250, 250, 250, 0.01);
2829
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2830
}
2831
2832
#LookingGlassDialog .labels {
2833
spacing: 0;
2834
}
2835
2836
#LookingGlassDialog .notebook-tab {
2837
-natural-hpadding: 12px;
2838
-minimum-hpadding: 6px;
2839
font-weight: bold;
2840
color: rgba(0, 0, 0, 0.48);
2841
transition-duration: 0.15s;
2842
padding-left: 16px;
2843
padding-right: 16px;
2844
min-height: 36px;
2845
padding: 0 32px;
2846
}
2847
2848
#LookingGlassDialog .notebook-tab:hover {
2849
box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.24);
2850
color: rgba(0, 0, 0, 0.8);
2851
text-shadow: none;
2852
}
2853
2854
#LookingGlassDialog .notebook-tab:selected {
2855
border-bottom-width: 0;
2856
border-color: transparent;
2857
background-color: rgba(250, 250, 250, 0.01);
2858
box-shadow: inset 0 -2px 0px #42A5F5;
2859
color: rgba(0, 0, 0, 0.8);
2860
text-shadow: none;
2861
}
2862
2863
#LookingGlassDialog StBoxLayout#EvalBox {
2864
padding: 4px;
2865
spacing: 4px;
2866
}
2867
2868
#LookingGlassDialog StBoxLayout#ResultsArea {
2869
spacing: 4px;
2870
}
2871
2872
.lg-dialog StEntry {
2873
selection-background-color: #42A5F5;
2874
selected-color: #FFFFFF;
2875
}
2876
2877
.lg-dialog .shell-link {
2878
color: #42A5F5;
2879
}
2880
2881
.lg-dialog .shell-link:hover {
2882
color: #42A5F5;
2883
}
2884
2885
.lg-completions-text {
2886
font-size: 1em;
2887
font-style: italic;
2888
}
2889
2890
.lg-obj-inspector-title {
2891
spacing: 4px;
2892
}
2893
2894
.lg-obj-inspector-button {
2895
min-height: 36px;
2896
padding: 0 16px;
2897
border: none;
2898
border-radius: 2px;
2899
font-size: 10.5pt;
2900
font-weight: 500;
2901
color: rgba(0, 0, 0, 0.6);
2902
background-color: transparent;
2903
border-color: transparent;
2904
box-shadow: 0 0 transparent;
2905
text-shadow: none;
2906
icon-shadow: none;
2907
}
2908
2909
.lg-obj-inspector-button:hover {
2910
color: rgba(0, 0, 0, 0.8);
2911
background-color: rgba(0, 0, 0, 0.12);
2912
border-color: transparent;
2913
box-shadow: 0 0 transparent;
2914
text-shadow: none;
2915
icon-shadow: none;
2916
}
2917
2918
.lg-obj-inspector-button:active {
2919
color: rgba(0, 0, 0, 0.8);
2920
background-color: rgba(0, 0, 0, 0.24);
2921
border-color: transparent;
2922
box-shadow: 0 0 transparent;
2923
text-shadow: none;
2924
icon-shadow: none;
2925
}
2926
2927
.lg-obj-inspector-button:insensitive {
2928
color: rgba(0, 0, 0, 0.24);
2929
background-color: transparent;
2930
border-color: transparent;
2931
box-shadow: 0 0 transparent;
2932
text-shadow: none;
2933
icon-shadow: none;
2934
}
2935
2936
.lg-obj-inspector-button:focus {
2937
color: rgba(0, 0, 0, 0.8);
2938
text-shadow: none;
2939
icon-shadow: none;
2940
box-shadow: 0 0 transparent;
2941
}
2942
2943
.lg-obj-inspector-button:hover {
2944
border: none;
2945
}
2946
2947
#lookingGlassExtensions {
2948
padding: 4px;
2949
}
2950
2951
.lg-extensions-list {
2952
padding: 4px;
2953
spacing: 6px;
2954
}
2955
2956
.lg-extension {
2957
border: none;
2958
border-radius: 2px;
2959
padding: 4px;
2960
}
2961
2962
.lg-extension-name {
2963
font-size: 18pt;
2964
font-weight: 400;
2965
}
2966
2967
.lg-extension-meta {
2968
spacing: 6px;
2969
}
2970
2971
#LookingGlassPropertyInspector {
2972
background: #FAFAFA;
2973
border: none;
2974
border-radius: 2px;
2975
padding: 6px;
2976
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44);
2977
}
2978
2979
/* Dash to Dock */
2980
#dashtodockContainer #dash {
2981
background-color: rgba(0, 0, 0, 0.6);
2982
}
2983
2984
#dashtodockContainer:overview #dash {
2985
background-color: rgba(255, 255, 255, 0.1);
2986
}
2987
2988
#dashtodockContainer.extended:overview #dash {
2989
background-color: transparent;
2990
}
2991
2992
#dashtodockContainer.left #dash,
2993
#dashtodockContainer.right #dash {
2994
padding: 3px 0;
2995
}
2996
2997
#dashtodockContainer.top #dash,
2998
#dashtodockContainer.bottom #dash {
2999
padding: 0 3px;
3000
}
3001
3002
#dashtodockContainer.extended #dash {
3003
padding: 0;
3004
border-radius: 0;
3005
}
3006
3007
#dashtodockContainer.left .dash-item-container > StWidget,
3008
#dashtodockContainer.right .dash-item-container > StWidget,
3009
#dashtodockContainer.extended.left .dash-item-container > StWidget,
3010
#dashtodockContainer.extended.right .dash-item-container > StWidget {
3011
padding: 3px 6px;
3012
}
3013
3014
#dashtodockContainer.extended.left .dash-item-container:first-child > StWidget,
3015
#dashtodockContainer.extended.right .dash-item-container:first-child > StWidget {
3016
padding: 6px 6px 3px 6px;
3017
}
3018
3019
#dashtodockContainer.extended.left .dash-item-container:last-child > StWidget,
3020
#dashtodockContainer.extended.right .dash-item-container:last-child > StWidget {
3021
padding: 3px 6px 6px 6px;
3022
}
3023
3024
#dashtodockContainer.top .dash-item-container > StWidget,
3025
#dashtodockContainer.bottom .dash-item-container > StWidget,
3026
#dashtodockContainer.extended.top .dash-item-container > StWidget,
3027
#dashtodockContainer.extended.bottom .dash-item-container > StWidget {
3028
padding: 6px 3px;
3029
}
3030
3031
#dashtodockContainer.extended.top .dash-item-container:first-child > StWidget,
3032
#dashtodockContainer.extended.bottom .dash-item-container:first-child > StWidget {
3033
padding: 6px 3px 6px 6px;
3034
}
3035
3036
#dashtodockContainer.extended.top .dash-item-container:last-child > StWidget,
3037
#dashtodockContainer.extended.bottom .dash-item-container:last-child > StWidget {
3038
padding: 6px 6px 6px 3px;
3039
}
3040
3041
#dashtodockContainer .app-well-app-running-dot {
3042
background-color: transparent;
3043
}
3044
3045
#dashtodockContainer .dash-item-container > StWidget {
3046
background-size: cover;
3047
}
3048
3049
#dashtodockContainer.left .dash-item-container > StWidget.running1 {
3050
background-image: url("assets/dash/left-running1.svg");
3051
}
3052
3053
#dashtodockContainer.left .dash-item-container > StWidget.running1.focused {
3054
background-image: url("assets/dash/left-running1-focused.svg");
3055
}
3056
3057
#dashtodockContainer.left .dash-item-container > StWidget.running2 {
3058
background-image: url("assets/dash/left-running2.svg");
3059
}
3060
3061
#dashtodockContainer.left .dash-item-container > StWidget.running2.focused {
3062
background-image: url("assets/dash/left-running2-focused.svg");
3063
}
3064
3065
#dashtodockContainer.left .dash-item-container > StWidget.running3 {
3066
background-image: url("assets/dash/left-running3.svg");
3067
}
3068
3069
#dashtodockContainer.left .dash-item-container > StWidget.running3.focused {
3070
background-image: url("assets/dash/left-running3-focused.svg");
3071
}
3072
3073
#dashtodockContainer.left .dash-item-container > StWidget.running4 {
3074
background-image: url("assets/dash/left-running4.svg");
3075
}
3076
3077
#dashtodockContainer.left .dash-item-container > StWidget.running4.focused {
3078
background-image: url("assets/dash/left-running4-focused.svg");
3079
}
3080
3081
#dashtodockContainer.right .dash-item-container > StWidget.running1 {
3082
background-image: url("assets/dash/right-running1.svg");
3083
}
3084
3085
#dashtodockContainer.right .dash-item-container > StWidget.running1.focused {
3086
background-image: url("assets/dash/right-running1-focused.svg");
3087
}
3088
3089
#dashtodockContainer.right .dash-item-container > StWidget.running2 {
3090
background-image: url("assets/dash/right-running2.svg");
3091
}
3092
3093
#dashtodockContainer.right .dash-item-container > StWidget.running2.focused {
3094
background-image: url("assets/dash/right-running2-focused.svg");
3095
}
3096
3097
#dashtodockContainer.right .dash-item-container > StWidget.running3 {
3098
background-image: url("assets/dash/right-running3.svg");
3099
}
3100
3101
#dashtodockContainer.right .dash-item-container > StWidget.running3.focused {
3102
background-image: url("assets/dash/right-running3-focused.svg");
3103
}
3104
3105
#dashtodockContainer.right .dash-item-container > StWidget.running4 {
3106
background-image: url("assets/dash/right-running4.svg");
3107
}
3108
3109
#dashtodockContainer.right .dash-item-container > StWidget.running4.focused {
3110
background-image: url("assets/dash/right-running4-focused.svg");
3111
}
3112
3113
#dashtodockContainer.top .dash-item-container > StWidget.running1 {
3114
background-image: url("assets/dash/top-running1.svg");
3115
}
3116
3117
#dashtodockContainer.top .dash-item-container > StWidget.running1.focused {
3118
background-image: url("assets/dash/top-running1-focused.svg");
3119
}
3120
3121
#dashtodockContainer.top .dash-item-container > StWidget.running2 {
3122
background-image: url("assets/dash/top-running2.svg");
3123
}
3124
3125
#dashtodockContainer.top .dash-item-container > StWidget.running2.focused {
3126
background-image: url("assets/dash/top-running2-focused.svg");
3127
}
3128
3129
#dashtodockContainer.top .dash-item-container > StWidget.running3 {
3130
background-image: url("assets/dash/top-running3.svg");
3131
}
3132
3133
#dashtodockContainer.top .dash-item-container > StWidget.running3.focused {
3134
background-image: url("assets/dash/top-running3-focused.svg");
3135
}
3136
3137
#dashtodockContainer.top .dash-item-container > StWidget.running4 {
3138
background-image: url("assets/dash/top-running4.svg");
3139
}
3140
3141
#dashtodockContainer.top .dash-item-container > StWidget.running4.focused {
3142
background-image: url("assets/dash/top-running4-focused.svg");
3143
}
3144
3145
#dashtodockContainer.bottom .dash-item-container > StWidget.running1 {
3146
background-image: url("assets/dash/bottom-running1.svg");
3147
}
3148
3149
#dashtodockContainer.bottom .dash-item-container > StWidget.running1.focused {
3150
background-image: url("assets/dash/bottom-running1-focused.svg");
3151
}
3152
3153
#dashtodockContainer.bottom .dash-item-container > StWidget.running2 {
3154
background-image: url("assets/dash/bottom-running2.svg");
3155
}
3156
3157
#dashtodockContainer.bottom .dash-item-container > StWidget.running2.focused {
3158
background-image: url("assets/dash/bottom-running2-focused.svg");
3159
}
3160
3161
#dashtodockContainer.bottom .dash-item-container > StWidget.running3 {
3162
background-image: url("assets/dash/bottom-running3.svg");
3163
}
3164
3165
#dashtodockContainer.bottom .dash-item-container > StWidget.running3.focused {
3166
background-image: url("assets/dash/bottom-running3-focused.svg");
3167
}
3168
3169
#dashtodockContainer.bottom .dash-item-container > StWidget.running4 {
3170
background-image: url("assets/dash/bottom-running4.svg");
3171
}
3172
3173
#dashtodockContainer.bottom .dash-item-container > StWidget.running4.focused {
3174
background-image: url("assets/dash/bottom-running4-focused.svg");
3175
}
3176
3177
/* Simple Dock */
3178
#dash:desktop {
3179
background-color: rgba(0, 0, 0, 0.6);
3180
}
3181
3182
/* GPaste */
3183
.popup-menu .search-entry {
3184
color: rgba(0, 0, 0, 0.8);
3185
selection-background-color: #42A5F5;
3186
selected-color: #FFFFFF;
3187
background-color: rgba(250, 250, 250, 0.01);
3188
border-color: transparent;
3189
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.24);
3190
}
3191
3192
.popup-menu .search-entry:focus {
3193
border-color: transparent;
3194
box-shadow: inset 0 -2px #42A5F5;
3195
color: rgba(0, 0, 0, 0.8);
3196
}
3197
3198
.popup-menu .search-entry .search-entry-icon {
3199
color: rgba(0, 0, 0, 0.48);
3200
}
3201
3202
.popup-menu .search-entry:hover .search-entry-icon, .popup-menu .search-entry:focus .search-entry-icon {
3203
color: rgba(0, 0, 0, 0.8);
3204
}
3205