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