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