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