gnome-shell-dark.css
ASCII text, with very long lines (387)
1
/* This stylesheet is generated, DO NOT EDIT */
2
/* Copyright 2009, 2015 Red Hat, Inc.
3
*
4
* Portions adapted from Mx's data/style/default.css
5
* Copyright 2009 Intel Corporation
6
*
7
* This program is free software; you can redistribute it and/or modify it
8
* under the terms and conditions of the GNU Lesser General Public License,
9
* version 2.1, as published by the Free Software Foundation.
10
*
11
* This program is distributed in the hope it will be useful, but WITHOUT ANY
12
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
14
* more details.
15
*
16
* You should have received a copy of the GNU Lesser General Public License
17
* along with this program; if not, write to the Free Software Foundation,
18
* Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
19
*/
20
/* GLOBALS */
21
* {
22
transition-duration: 0.15s; }
23
24
stage {
25
font-family: "M+ 1c", Roboto, Cantarell, Sans-Serif;
26
font-size: 10.5pt;
27
font-weight: 400;
28
color: #FFFFFF; }
29
30
/* WIDGETS */
31
/* Buttons */
32
.button {
33
min-height: 36px;
34
padding: 0 16px;
35
border-width: 0;
36
border-radius: 2px;
37
font-size: 10.5pt;
38
font-weight: 500;
39
color: rgba(255, 255, 255, 0.75);
40
background-color: transparent;
41
border-color: transparent;
42
box-shadow: 0 0 transparent;
43
text-shadow: none;
44
icon-shadow: none; }
45
.button:hover {
46
color: #FFFFFF;
47
background-color: rgba(255, 255, 255, 0.15);
48
border-color: transparent;
49
box-shadow: 0 0 transparent;
50
text-shadow: none;
51
icon-shadow: none; }
52
.button:active {
53
color: #FFFFFF;
54
background-color: rgba(255, 255, 255, 0.3);
55
border-color: transparent;
56
box-shadow: 0 0 transparent;
57
text-shadow: none;
58
icon-shadow: none; }
59
.button:insensitive {
60
color: rgba(255, 255, 255, 0.3);
61
background-color: transparent;
62
border-color: transparent;
63
box-shadow: 0 0 transparent;
64
text-shadow: none;
65
icon-shadow: none; }
66
.button:focus {
67
color: #FFFFFF;
68
text-shadow: none;
69
icon-shadow: none;
70
box-shadow: 0 0 transparent; }
71
72
.modal-dialog-linked-button {
73
min-height: 40px;
74
padding: 0 16px;
75
border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
76
border-right-width: 0;
77
font-size: 10.5pt;
78
font-weight: 500;
79
color: rgba(255, 255, 255, 0.75);
80
background-color: transparent;
81
border-color: transparent;
82
box-shadow: 0 0 transparent;
83
text-shadow: none;
84
icon-shadow: none; }
85
.modal-dialog-linked-button:hover {
86
color: #FFFFFF;
87
background-color: rgba(255, 255, 255, 0.15);
88
border-color: transparent;
89
box-shadow: 0 0 transparent;
90
text-shadow: none;
91
icon-shadow: none; }
92
.modal-dialog-linked-button:active {
93
color: #FFFFFF;
94
background-color: rgba(255, 255, 255, 0.3);
95
border-color: transparent;
96
box-shadow: 0 0 transparent;
97
text-shadow: none;
98
icon-shadow: none; }
99
.modal-dialog-linked-button:insensitive {
100
color: rgba(255, 255, 255, 0.3);
101
background-color: transparent;
102
border-color: transparent;
103
box-shadow: 0 0 transparent;
104
text-shadow: none;
105
icon-shadow: none; }
106
.modal-dialog-linked-button:focus {
107
color: #FFFFFF;
108
text-shadow: none;
109
icon-shadow: none;
110
box-shadow: 0 0 transparent; }
111
.modal-dialog-linked-button:first-child {
112
border-radius: 0px 0px 0px 2px; }
113
.modal-dialog-linked-button:last-child {
114
border-right-width: 0px;
115
border-radius: 0px 0px 2px 0px; }
116
.modal-dialog-linked-button:first-child:last-child {
117
border-right-width: 0px;
118
border-radius: 0px 0px 2px 2px; }
119
120
/* Entries */
121
StEntry {
122
min-height: 36px;
123
padding: 0 8px;
124
border-radius: 0;
125
border-width: 0;
126
color: #FFFFFF;
127
selection-background-color: #42A5F5;
128
selected-color: #FFFFFF;
129
font-size: 12pt;
130
font-weight: 400;
131
background-color: rgba(89, 110, 121, 0.01);
132
border-color: transparent;
133
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3); }
134
StEntry:focus {
135
border-color: transparent;
136
box-shadow: inset 0 -2px #42A5F5; }
137
StEntry:insensitive {
138
color: rgba(255, 255, 255, 0.4);
139
border-color: transparent;
140
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); }
141
StEntry StIcon.capslock-warning {
142
icon-size: 16px;
143
warning-color: #FF6D00;
144
padding: 0 0; }
145
146
/* Scrollbars */
147
StScrollView.vfade {
148
-st-vfade-offset: 32px; }
149
StScrollView.hfade {
150
-st-hfade-offset: 32px; }
151
152
StScrollBar {
153
padding: 0; }
154
StScrollView StScrollBar {
155
min-width: 16px;
156
min-height: 16px; }
157
StScrollBar StBin#trough {
158
margin: 4px;
159
border-radius: 100px;
160
background-color: rgba(255, 255, 255, 0.12); }
161
StScrollBar StButton#vhandle, StScrollBar StButton#hhandle {
162
border-radius: 100px;
163
background-color: rgba(255, 255, 255, 0.6);
164
margin: 4px; }
165
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
166
background-color: rgba(255, 255, 255, 0.75); }
167
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
168
background-color: #FFFFFF; }
169
170
#overview StScrollBar StBin#trough, #screenShieldNotifications StScrollBar StBin#trough {
171
background-color: rgba(255, 255, 255, 0.12); }
172
#overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#hhandle, #screenShieldNotifications StScrollBar StButton#hhandle {
173
background-color: rgba(255, 255, 255, 0.6); }
174
#overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#hhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover {
175
background-color: rgba(255, 255, 255, 0.75); }
176
#overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#hhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active {
177
background-color: #FFFFFF; }
178
179
/* Slider */
180
.slider {
181
height: 20px;
182
color: #FF4081;
183
-slider-height: 4px;
184
-slider-background-color: rgba(255, 255, 255, 0.3);
185
-slider-border-color: transparent;
186
-slider-active-background-color: #FF4081;
187
-slider-active-border-color: transparent;
188
-slider-border-width: 0;
189
-slider-handle-radius: 8px; }
190
191
/* Check Boxes */
192
.check-box * {
193
min-height: 20px;
194
padding: 8px 0; }
195
.check-box StBoxLayout {
196
spacing: 8px; }
197
.check-box StBin {
198
width: 24px;
199
height: 24px;
200
padding: 6px;
201
border-radius: 100px;
202
background-image: url("assets/checkbox-off.svg"); }
203
.check-box:focus StBin {
204
background-image: url("assets/checkbox-off.svg"); }
205
.check-box:hover StBin {
206
background-color: rgba(255, 255, 255, 0.15); }
207
.check-box:active StBin {
208
background-color: rgba(255, 255, 255, 0.3); }
209
.check-box:checked StBin {
210
background-image: url("assets/checkbox.svg"); }
211
.check-box:focus:checked StBin {
212
background-image: url("assets/checkbox.svg"); }
213
.check-box:hover:checked StBin {
214
background-color: rgba(255, 64, 129, 0.15); }
215
.check-box:active:checked StBin {
216
background-color: rgba(255, 64, 129, 0.3); }
217
218
/* Switches */
219
.toggle-switch {
220
width: 40px;
221
height: 20px;
222
background-size: contain; }
223
224
.toggle-switch-us {
225
background-image: url("assets/toggle-off.svg"); }
226
.toggle-switch-us:checked {
227
background-image: url("assets/toggle-on.svg"); }
228
229
.toggle-switch-intl {
230
background-image: url("assets/toggle-off.svg"); }
231
.toggle-switch-intl:checked {
232
background-image: url("assets/toggle-on.svg"); }
233
234
/* links */
235
.shell-link {
236
border-radius: 2px;
237
color: #42A5F5; }
238
.shell-link:hover {
239
color: #42A5F5;
240
background-color: rgba(66, 165, 245, 0.15); }
241
.shell-link:active {
242
color: #42A5F5;
243
background-color: rgba(66, 165, 245, 0.3); }
244
245
/* Modal Dialogs */
246
.headline {
247
font-size: 15pt;
248
font-weight: 500; }
249
250
.lightbox {
251
background-color: black; }
252
253
.flashspot {
254
background-color: white; }
255
256
.modal-dialog {
257
border-radius: 2px;
258
color: #FFFFFF;
259
background-color: #596e79;
260
border: none;
261
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44); }
262
.modal-dialog .modal-dialog-content-box {
263
padding: 24px; }
264
.modal-dialog .run-dialog-entry {
265
width: 20em;
266
margin-bottom: 6px; }
267
.modal-dialog .run-dialog-error-box {
268
padding-top: 16px;
269
spacing: 6px; }
270
.modal-dialog .run-dialog-button-box {
271
padding-top: 1em; }
272
.modal-dialog .run-dialog-label {
273
font-size: 1em;
274
font-weight: normal;
275
color: rgba(255, 255, 255, 0.6);
276
padding-bottom: .4em; }
277
278
.show-processes-dialog-subject,
279
.mount-question-dialog-subject,
280
.end-session-dialog-subject {
281
font-size: 15pt;
282
font-weight: 500; }
283
284
/* End Session Dialog */
285
.end-session-dialog {
286
spacing: 42px;
287
border: none; }
288
289
.end-session-dialog-list {
290
padding-top: 20px; }
291
292
.end-session-dialog-layout {
293
padding-left: 17px; }
294
.end-session-dialog-layout:rtl {
295
padding-right: 17px; }
296
297
.end-session-dialog-description {
298
width: 28em;
299
padding-bottom: 10px; }
300
.end-session-dialog-description:rtl {
301
text-align: right; }
302
303
.end-session-dialog-warning {
304
width: 28em;
305
color: #FF6D00;
306
padding-top: 6px; }
307
.end-session-dialog-warning:rtl {
308
text-align: right; }
309
310
.end-session-dialog-logout-icon {
311
border-radius: 5px;
312
width: 48px;
313
height: 48px;
314
background-size: contain; }
315
316
.end-session-dialog-shutdown-icon {
317
color: rgba(255, 255, 255, 0.6);
318
width: 48px;
319
height: 48px; }
320
321
.end-session-dialog-inhibitor-layout {
322
spacing: 16px;
323
max-height: 200px;
324
padding-right: 65px;
325
padding-left: 65px; }
326
327
.end-session-dialog-session-list,
328
.end-session-dialog-app-list {
329
spacing: 1em; }
330
331
.end-session-dialog-list-header {
332
font-weight: bold; }
333
.end-session-dialog-list-header:rtl {
334
text-align: right; }
335
336
.end-session-dialog-app-list-item,
337
.end-session-dialog-session-list-item {
338
spacing: 1em; }
339
340
.end-session-dialog-app-list-item-name,
341
.end-session-dialog-session-list-item-name {
342
font-weight: bold; }
343
344
.end-session-dialog-app-list-item-description {
345
color: rgba(255, 255, 255, 0.6);
346
font-size: 1em; }
347
348
/* ShellMountOperation Dialogs */
349
.shell-mount-operation-icon {
350
icon-size: 48px; }
351
352
.show-processes-dialog,
353
.mount-question-dialog {
354
spacing: 24px; }
355
356
.show-processes-dialog-subject,
357
.mount-question-dialog-subject {
358
padding-top: 10px;
359
padding-left: 17px;
360
padding-bottom: 6px; }
361
362
.mount-question-dialog-subject {
363
max-width: 500px; }
364
365
.show-processes-dialog-subject:rtl,
366
.mount-question-dialog-subject:rtl {
367
padding-left: 0px;
368
padding-right: 17px; }
369
370
.show-processes-dialog-description,
371
.mount-question-dialog-description {
372
padding-left: 17px;
373
width: 28em; }
374
375
.show-processes-dialog-description:rtl,
376
.mount-question-dialog-description:rtl {
377
padding-right: 17px; }
378
379
.show-processes-dialog-app-list {
380
max-height: 200px;
381
padding-top: 24px;
382
padding-left: 49px;
383
padding-right: 32px; }
384
385
.show-processes-dialog-app-list:rtl {
386
padding-right: 49px;
387
padding-left: 32px; }
388
389
.show-processes-dialog-app-list-item {
390
color: #FFFFFF; }
391
.show-processes-dialog-app-list-item:hover {
392
color: #FFFFFF; }
393
.show-processes-dialog-app-list-item:ltr {
394
padding-right: 1em; }
395
.show-processes-dialog-app-list-item:rtl {
396
padding-left: 1em; }
397
398
.show-processes-dialog-app-list-item-icon:ltr {
399
padding-right: 17px; }
400
.show-processes-dialog-app-list-item-icon:rtl {
401
padding-left: 17px; }
402
403
.show-processes-dialog-app-list-item-name {
404
font-size: 1em; }
405
406
/* Password or Authentication Dialog */
407
.prompt-dialog {
408
width: 500px;
409
border: none; }
410
411
.prompt-dialog-main-layout {
412
spacing: 24px;
413
padding: 10px; }
414
415
.prompt-dialog-message-layout {
416
spacing: 16px; }
417
418
.prompt-dialog-headline {
419
font-size: 15pt;
420
font-weight: 500;
421
color: #FFFFFF; }
422
423
.prompt-dialog-description:rtl {
424
text-align: right; }
425
426
.prompt-dialog-password-box {
427
spacing: 1em;
428
padding-bottom: 1em; }
429
430
.prompt-dialog-error-label {
431
font-size: 1em;
432
color: #DD2C00;
433
padding-bottom: 8px; }
434
435
.prompt-dialog-info-label {
436
font-size: 1em;
437
padding-bottom: 8px; }
438
439
.hidden {
440
color: transparent; }
441
442
.prompt-dialog-null-label {
443
font-size: 1em;
444
padding-bottom: 8px; }
445
446
/* Polkit Dialog */
447
.polkit-dialog-user-layout {
448
padding-left: 10px;
449
spacing: 10px; }
450
.polkit-dialog-user-layout:rtl {
451
padding-left: 0px;
452
padding-right: 10px; }
453
454
.polkit-dialog-user-root-label {
455
color: #FF6D00; }
456
457
.polkit-dialog-user-icon {
458
border-radius: 5px;
459
background-size: contain;
460
width: 48px;
461
height: 48px; }
462
463
/* Audio selection dialog */
464
.audio-device-selection-dialog {
465
spacing: 30px; }
466
467
.audio-selection-content {
468
spacing: 20px;
469
padding: 24px; }
470
471
.audio-selection-title {
472
font-weight: bold;
473
text-align: center; }
474
475
.audio-selection-box {
476
spacing: 20px; }
477
478
.audio-selection-device {
479
border: 1px solid rgba(0, 0, 0, 0.2);
480
border-radius: 2px; }
481
.audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus {
482
background-color: #42A5F5; }
483
484
.audio-selection-device-box {
485
padding: 20px;
486
spacing: 20px; }
487
488
.audio-selection-device-icon {
489
icon-size: 64px; }
490
491
/* Access Dialog */
492
.access-dialog {
493
spacing: 30px; }
494
495
.access-dialog-main-layout {
496
padding: 12px 20px 0;
497
spacing: 12px; }
498
499
.access-dialog-content {
500
max-width: 28em;
501
spacing: 20px; }
502
503
.access-dialog-icon {
504
min-width: 48px;
505
icon-size: 48px; }
506
507
.access-dialog-title {
508
font-weight: bold; }
509
510
.access-dialog-subtitle {
511
color: rgba(255, 255, 255, 0.6);
512
font-weight: bold; }
513
514
/* Geolocation Dialog */
515
.geolocation-dialog {
516
spacing: 30px; }
517
518
.geolocation-dialog-main-layout {
519
spacing: 12px; }
520
521
.geolocation-dialog-content {
522
spacing: 20px; }
523
524
.geolocation-dialog-icon {
525
icon-size: 48px; }
526
527
.geolocation-dialog-title {
528
font-weight: bold; }
529
530
.geolocation-dialog-reason {
531
color: rgba(255, 255, 255, 0.6);
532
font-weight: bold; }
533
534
/* Network Agent Dialog */
535
.network-dialog-secret-table {
536
spacing-rows: 15px;
537
spacing-columns: 1em; }
538
539
.keyring-dialog-control-table {
540
spacing-rows: 15px;
541
spacing-columns: 1em; }
542
543
/* Popovers/Menus */
544
.popup-menu {
545
min-width: 200px; }
546
.popup-menu .popup-sub-menu {
547
background-color: #50636c;
548
box-shadow: 0 0 transparent; }
549
.popup-menu .popup-menu-content {
550
padding: 8px 0; }
551
.popup-menu .popup-menu-item {
552
spacing: 8px;
553
transition-duration: 0.1s; }
554
.popup-menu .popup-menu-item:ltr {
555
padding: 0.4em 24px 0.4em 0; }
556
.popup-menu .popup-menu-item:rtl {
557
padding: 0.4em 0 0.4em 24px; }
558
.popup-menu .popup-menu-item:checked {
559
background-color: #42A5F5;
560
color: #FFFFFF;
561
box-shadow: 0 0 transparent;
562
font-weight: normal; }
563
.popup-menu .popup-menu-item:checked.selected {
564
background-color: #5eb3f7;
565
color: #FFFFFF; }
566
.popup-menu .popup-menu-item:checked:active {
567
background-color: #7bc0f8;
568
color: #FFFFFF !important; }
569
.popup-menu .popup-menu-item:checked:insensitive {
570
color: rgba(255, 255, 255, 0.4); }
571
.popup-menu .popup-menu-item.selected {
572
background-color: rgba(255, 255, 255, 0.15);
573
color: #FFFFFF;
574
transition-duration: 0s; }
575
.popup-menu .popup-menu-item:active {
576
background-color: rgba(255, 255, 255, 0.3);
577
color: #FFFFFF;
578
transition-duration: 0.15s; }
579
.popup-menu .popup-menu-item.selected:active {
580
color: #FFFFFF; }
581
.popup-menu .popup-menu-item:insensitive {
582
color: rgba(255, 255, 255, 0.4); }
583
.popup-menu .popup-inactive-menu-item {
584
color: #FFFFFF; }
585
.popup-menu .popup-inactive-menu-item:insensitive {
586
color: rgba(255, 255, 255, 0.6); }
587
.popup-menu.panel-menu {
588
-boxpointer-gap: 4px;
589
margin-bottom: 1.75em; }
590
591
.popup-menu-ornament {
592
text-align: right;
593
width: 16px;
594
height: 16px; }
595
596
.popup-menu-boxpointer,
597
.candidate-popup-boxpointer {
598
-arrow-border-radius: 0;
599
-arrow-background-color: transparent;
600
-arrow-border-width: 0;
601
-arrow-border-color: transparent;
602
-arrow-base: 0;
603
-arrow-rise: 0;
604
-arrow-box-shadow: none;
605
margin: 5px 8px 8px;
606
background-color: #596e79;
607
border-radius: 2px;
608
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); }
609
610
.popup-separator-menu-item {
611
height: 1px;
612
margin: 8px 40px;
613
background-color: transparent;
614
border-color: rgba(0, 0, 0, 0.2);
615
border-bottom-width: 1px;
616
border-bottom-style: solid; }
617
618
.background-menu {
619
-boxpointer-gap: 4px;
620
-arrow-rise: 0; }
621
622
/* fallback menu
623
- odd thing for styling App menu when apparently not running under shell. Light Adwaita styled
624
app menu inside the main app window itself rather than the top bar
625
*/
626
/* OSD */
627
.osd-window {
628
text-align: center;
629
font-weight: bold;
630
spacing: 1em;
631
margin: 32px;
632
min-width: 64px;
633
min-height: 64px; }
634
.osd-window .osd-monitor-label {
635
font-size: 45px;
636
font-weight: 400; }
637
.osd-window .level {
638
height: 0.6em;
639
border-radius: 4px;
640
background-color: rgba(255, 255, 255, 0.3);
641
color: #FFFFFF; }
642
.osd-window .level-bar {
643
background-color: #42A5F5;
644
border-radius: 2px; }
645
646
/* Pad OSD */
647
.pad-osd-window {
648
padding: 32px;
649
background-color: rgba(0, 0, 0, 0.6); }
650
.pad-osd-window .pad-osd-title-box {
651
spacing: 12px; }
652
.pad-osd-window .pad-osd-title-menu-box {
653
spacing: 6px; }
654
655
.combo-box-label {
656
width: 15em; }
657
658
/* App Switcher */
659
.switcher-popup {
660
padding: 8px;
661
spacing: 16px; }
662
663
.switcher-list-item-container {
664
spacing: 8px; }
665
666
.switcher-list .item-box {
667
padding: 8px;
668
border-radius: 2px; }
669
670
.switcher-list .item-box:outlined {
671
padding: 8px;
672
border: none;
673
background-color: rgba(255, 255, 255, 0.12); }
674
675
.switcher-list .item-box:selected {
676
background-color: #42A5F5;
677
color: #FFFFFF; }
678
679
.switcher-list .thumbnail-box {
680
padding: 2px;
681
spacing: 4px; }
682
683
.switcher-list .thumbnail {
684
width: 256px; }
685
686
.switcher-list .separator {
687
width: 1px;
688
background: rgba(0, 0, 0, 0.2); }
689
690
.switcher-arrow {
691
border-color: transparent;
692
color: rgba(255, 255, 255, 0.6); }
693
.switcher-arrow:highlighted {
694
color: #FFFFFF; }
695
696
.input-source-switcher-symbol {
697
font-size: 45px;
698
font-weight: 400;
699
width: 96px;
700
height: 96px; }
701
702
/* Window Cycler */
703
.cycler-highlight {
704
border: 4px solid #42A5F5; }
705
706
/* Workspace Switcher */
707
.workspace-switcher-group {
708
padding: 8px; }
709
710
.workspace-switcher {
711
background: transparent;
712
border: 0px;
713
border-radius: 0px;
714
padding: 0px;
715
spacing: 8px; }
716
717
.ws-switcher-active-up, .ws-switcher-active-down {
718
height: 48px;
719
background-color: #42A5F5;
720
color: #FFFFFF;
721
background-size: 32px;
722
border-radius: 2px; }
723
724
.ws-switcher-box {
725
height: 48px;
726
border: none;
727
background: rgba(255, 255, 255, 0.12);
728
border-radius: 2px; }
729
730
.osd-window,
731
.resize-popup,
732
.switcher-list, .workspace-switcher-container {
733
color: #FFFFFF;
734
background-color: #596e79;
735
border: none;
736
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44);
737
border-radius: 2px;
738
padding: 12px; }
739
740
/* Tiled window previews */
741
.tile-preview {
742
background-color: rgba(64, 196, 255, 0.3);
743
border: 1px solid #40C4FF; }
744
745
.tile-preview-left.on-primary {
746
border-radius: 0 0 0 0; }
747
748
.tile-preview-right.on-primary {
749
border-radius: 0 0 0 0; }
750
751
.tile-preview-left.tile-preview-right.on-primary {
752
border-radius: 0 0 0 0; }
753
754
/* TOP BAR */
755
#panel {
756
background-color: #263238;
757
font-weight: bold;
758
height: 32px; }
759
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {
760
background-color: transparent; }
761
#panel #panelLeft, #panel #panelCenter {
762
spacing: 0; }
763
#panel .panel-corner {
764
-panel-corner-radius: 0;
765
-panel-corner-background-color: rgba(0, 0, 0, 0.6);
766
-panel-corner-border-width: 2px;
767
-panel-corner-border-color: transparent; }
768
#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus {
769
-panel-corner-border-color: #FFFFFF; }
770
#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen {
771
-panel-corner-radius: 0;
772
-panel-corner-background-color: transparent;
773
-panel-corner-border-color: transparent; }
774
#panel .panel-button {
775
-natural-hpadding: 12px;
776
-minimum-hpadding: 6px;
777
font-weight: bold;
778
color: rgba(255, 255, 255, 0.75);
779
transition-duration: 0.15s; }
780
#panel .panel-button .app-menu-icon {
781
-st-icon-style: symbolic;
782
margin-left: 4px;
783
margin-right: 4px; }
784
#panel .panel-button:hover {
785
color: #FFFFFF; }
786
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
787
background-color: rgba(0, 0, 0, 0.01);
788
box-shadow: inset 0 -2px 0px #FFFFFF;
789
color: #FFFFFF; }
790
#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 {
791
icon-shadow: none; }
792
#panel .panel-button .system-status-icon {
793
icon-size: 1.14286em;
794
padding: 0 4px; }
795
.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button {
796
color: rgba(255, 255, 255, 0.75); }
797
.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active {
798
color: #FFFFFF; }
799
#panel .panel-status-indicators-box,
800
#panel .panel-status-menu-box {
801
spacing: 2px; }
802
#panel .power-status.panel-status-indicators-box {
803
spacing: 0; }
804
#panel .screencast-indicator {
805
color: #FF6D00; }
806
807
#calendarArea {
808
padding: 8px 16px; }
809
810
.calendar {
811
margin-bottom: 0; }
812
813
.calendar,
814
.datemenu-today-button,
815
.datemenu-displays-box,
816
.message-list-sections {
817
margin: 0 8px; }
818
819
.datemenu-calendar-column {
820
spacing: 8px; }
821
822
.datemenu-displays-section {
823
padding-bottom: 0; }
824
825
.datemenu-displays-box {
826
spacing: 8px; }
827
828
.datemenu-calendar-column {
829
border: 0 solid rgba(0, 0, 0, 0.2); }
830
.datemenu-calendar-column:ltr {
831
border-left-width: 0; }
832
.datemenu-calendar-column:rtl {
833
border-right-width: 0; }
834
835
.datemenu-today-button,
836
.world-clocks-button,
837
.weather-button,
838
.events-section-title {
839
min-height: 24px;
840
padding: 4px 8px;
841
border-radius: 2px; }
842
843
.datemenu-today-button {
844
min-height: 56px; }
845
846
.message-list-section-list:ltr {
847
padding-left: 0; }
848
849
.message-list-section-list:rtl {
850
padding-right: 0; }
851
852
.datemenu-today-button:hover, .datemenu-today-button:focus,
853
.world-clocks-button:hover,
854
.world-clocks-button:focus,
855
.weather-button:hover,
856
.weather-button:focus,
857
.events-section-title:hover,
858
.events-section-title:focus {
859
color: #FFFFFF;
860
background-color: rgba(255, 255, 255, 0.15); }
861
.datemenu-today-button:active,
862
.world-clocks-button:active,
863
.weather-button:active,
864
.events-section-title:active {
865
color: #FFFFFF;
866
background-color: rgba(255, 255, 255, 0.3); }
867
868
.datemenu-today-button .date-label {
869
font-size: 18pt;
870
font-weight: 400; }
871
872
.world-clocks-header,
873
.weather-header,
874
.events-section-title {
875
color: rgba(255, 255, 255, 0.75);
876
font-weight: bold; }
877
878
.world-clocks-grid {
879
spacing-rows: 0.4em; }
880
881
.weather-box {
882
spacing: 0.4em; }
883
884
.calendar-month-label {
885
height: 20px;
886
margin: 2px;
887
padding: 6px 16px;
888
border-radius: 2px;
889
color: #FFFFFF;
890
font-weight: bold;
891
text-align: center; }
892
.calendar-month-label:focus {
893
background-color: rgba(255, 255, 255, 0.15); }
894
895
.pager-button {
896
width: 32px;
897
height: 32px;
898
margin: 2px;
899
border-radius: 100px;
900
background-color: transparent;
901
color: #FFFFFF; }
902
.pager-button:hover, .pager-button:focus {
903
background-color: rgba(255, 255, 255, 0.15); }
904
.pager-button:active {
905
background-color: rgba(255, 255, 255, 0.3); }
906
907
.calendar-change-month-back {
908
background-image: url("assets/calendar-arrow-left.svg"); }
909
.calendar-change-month-back:rtl {
910
background-image: url("assets/calendar-arrow-right.svg"); }
911
912
.calendar-change-month-forward {
913
background-image: url("assets/calendar-arrow-right.svg"); }
914
.calendar-change-month-forward:rtl {
915
background-image: url("assets/calendar-arrow-left.svg"); }
916
917
.calendar-day-base {
918
font-size: 9pt;
919
font-weight: 400;
920
text-align: center;
921
width: 32px;
922
height: 32px;
923
padding: 0;
924
margin: 2px;
925
border-radius: 100px; }
926
.calendar-day-base:hover, .calendar-day-base:focus {
927
background-color: rgba(255, 255, 255, 0.15); }
928
.calendar-day-base:active, .calendar-day-base:selected {
929
color: #FFFFFF;
930
background-color: #42A5F5 !important;
931
border-color: transparent; }
932
.calendar-day-base.calendar-day-heading {
933
width: 32px;
934
height: 25px;
935
margin-top: 2px;
936
padding: 7px 0 0;
937
border-radius: 100px;
938
background-color: transparent;
939
color: rgba(255, 255, 255, 0.6);
940
font-size: 9pt;
941
font-weight: 400;
942
font-weight: bold;
943
text-align: center; }
944
945
.calendar-day {
946
border-width: 0; }
947
948
.calendar-day-top {
949
border-top-width: 0; }
950
951
.calendar-day-left {
952
border-left-width: 0; }
953
954
.calendar-nonwork-day {
955
color: #FFFFFF; }
956
957
.calendar-today {
958
font-weight: bold !important;
959
border: none; }
960
961
.calendar-day-with-events {
962
color: #42A5F5;
963
font-weight: normal;
964
text-decoration: underline;
965
background-image: none; }
966
967
.calendar-other-month-day {
968
color: rgba(255, 255, 255, 0.4);
969
opacity: 0.5; }
970
971
.calendar-week-number {
972
width: 32px;
973
height: 25px;
974
margin: 2px;
975
padding: 7px 0 0;
976
border-radius: 100px;
977
background-color: transparent;
978
color: rgba(255, 255, 255, 0.6);
979
font-size: inherit;
980
font-weight: bold;
981
text-align: center; }
982
983
/* Message list */
984
.message-list {
985
width: 420px; }
986
987
.message-list-clear-button.button {
988
background-color: transparent;
989
margin: 8px 8px 0; }
990
.message-list-clear-button.button:hover, .message-list-clear-button.button:focus {
991
background-color: rgba(255, 255, 255, 0.15); }
992
.message-list-clear-button.button:active {
993
background-color: rgba(255, 255, 255, 0.3); }
994
995
.message-list-sections {
996
spacing: 8px; }
997
998
.message-list-section,
999
.message-list-section-list {
1000
spacing: 8px; }
1001
1002
.message {
1003
min-height: 64px;
1004
background-color: transparent;
1005
border-radius: 2px; }
1006
.message:hover, .message:focus {
1007
background-color: rgba(255, 255, 255, 0.15); }
1008
.message:active {
1009
background-color: rgba(255, 255, 255, 0.3); }
1010
1011
.message-icon-bin {
1012
padding: 8px 0px 8px 8px; }
1013
.message-icon-bin:rtl {
1014
padding: 8px 8px 8px 0px; }
1015
1016
.message-icon-bin > StIcon {
1017
color: #FFFFFF;
1018
icon-size: 16px;
1019
-st-icon-style: requested;
1020
padding: 4px 0px 4px 4px; }
1021
.message-icon-bin > StIcon:rtl {
1022
padding: 4px 4px 4px 0px; }
1023
1024
.message-secondary-bin {
1025
padding: 0 8px; }
1026
1027
.message-secondary-bin > .event-time {
1028
min-height: 22px;
1029
padding-top: 2px;
1030
color: rgba(255, 255, 255, 0.6);
1031
font-size: 1em;
1032
/* HACK: the label should be baseline-aligned with a 1em label,
1033
fake this with some bottom padding */
1034
padding-bottom: 0; }
1035
1036
.message-secondary-bin > StIcon {
1037
icon-size: 16px; }
1038
1039
.message-title {
1040
min-height: 22px;
1041
padding-top: 2px;
1042
color: #FFFFFF;
1043
font-weight: bold;
1044
font-size: 1em; }
1045
1046
.message-content {
1047
min-height: 48px;
1048
padding: 8px;
1049
color: rgba(255, 255, 255, 0.75);
1050
font-size: 1em; }
1051
1052
.message-content * > StIcon {
1053
icon-size: 16px;
1054
border-radius: 16px;
1055
padding: 4px;
1056
color: rgba(255, 255, 255, 0.75); }
1057
1058
/* FIXME: how do you do this in sass? */
1059
.message-content *:hover > StIcon,
1060
.message-content *:focus > StIcon {
1061
color: #FFFFFF;
1062
background-color: rgba(255, 255, 255, 0.15); }
1063
1064
.message-content *:active > StIcon {
1065
color: #FFFFFF;
1066
background-color: rgba(255, 255, 255, 0.3); }
1067
1068
.message-media-control {
1069
margin: 16px 0;
1070
padding: 8px;
1071
border-radius: 100px;
1072
color: rgba(255, 255, 255, 0.75); }
1073
.message-media-control:hover, .message-media-control:focus {
1074
color: #FFFFFF;
1075
background-color: rgba(255, 255, 255, 0.15); }
1076
.message-media-control:active {
1077
color: #FFFFFF;
1078
background-color: rgba(255, 255, 255, 0.3); }
1079
.message-media-control:insensitive {
1080
color: rgba(255, 255, 255, 0.3); }
1081
.message-media-control:last-child:ltr {
1082
margin-right: 16px;
1083
padding-right: 8px; }
1084
.message-media-control:last-child:rtl {
1085
margin-left: 16px;
1086
padding-left: 8px; }
1087
1088
.media-message-cover-icon {
1089
icon-size: 32px !important;
1090
margin: 8px 0; }
1091
.media-message-cover-icon.fallback {
1092
icon-size: 16px !important;
1093
padding: 8px;
1094
border: none;
1095
border-radius: 2px;
1096
background-color: rgba(255, 255, 255, 0.15);
1097
color: rgba(255, 255, 255, 0.6); }
1098
1099
.system-switch-user-submenu-icon.user-icon {
1100
icon-size: 20px;
1101
padding: 0 2px; }
1102
1103
.system-switch-user-submenu-icon.default-icon {
1104
icon-size: 16px;
1105
padding: 0 4px; }
1106
1107
#appMenu {
1108
spinner-image: url("process-working.svg");
1109
spacing: 4px; }
1110
#appMenu .label-shadow {
1111
color: transparent; }
1112
1113
.aggregate-menu {
1114
min-width: 280px; }
1115
.aggregate-menu .popup-menu-icon {
1116
padding: 0 4px; }
1117
1118
.system-menu-action {
1119
color: rgba(255, 255, 255, 0.75);
1120
border-radius: 100px;
1121
/* wish we could do 50% */
1122
padding: 16px;
1123
border: none; }
1124
.system-menu-action:hover, .system-menu-action:focus {
1125
background-color: rgba(255, 255, 255, 0.15);
1126
color: #FFFFFF;
1127
border: none;
1128
padding: 16px; }
1129
.system-menu-action:active {
1130
background-color: rgba(255, 255, 255, 0.3);
1131
color: #FFFFFF; }
1132
.system-menu-action > StIcon {
1133
icon-size: 16px; }
1134
1135
.ripple-box {
1136
width: 48px;
1137
height: 48px;
1138
background-image: url("assets/corner-ripple-ltr.svg");
1139
background-size: contain; }
1140
1141
.ripple-box:rtl {
1142
background-image: url("assets/corner-ripple-rtl.svg"); }
1143
1144
.popup-menu-arrow {
1145
width: 16px;
1146
height: 16px; }
1147
1148
.popup-menu-icon {
1149
icon-size: 1.14286em; }
1150
1151
.window-close {
1152
height: 36px;
1153
width: 36px;
1154
-st-background-image-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
1155
background-image: url("assets/window-close.svg");
1156
background-size: 36px; }
1157
.window-close:hover {
1158
-st-background-image-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); }
1159
.window-close:active {
1160
background-image: url("assets/window-close-active.svg"); }
1161
1162
.window-close {
1163
-shell-close-overlap: 18px; }
1164
.window-close:rtl {
1165
-st-background-image-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24); }
1166
.window-close:rtl:hover {
1167
-st-background-image-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); }
1168
1169
/* NETWORK DIALOGS */
1170
.nm-dialog {
1171
max-height: 500px;
1172
min-height: 450px;
1173
min-width: 470px; }
1174
1175
.nm-dialog-content {
1176
spacing: 20px;
1177
padding: 24px; }
1178
1179
.nm-dialog-header-hbox {
1180
spacing: 10px; }
1181
1182
.nm-dialog-airplane-box {
1183
spacing: 12px; }
1184
1185
.nm-dialog-airplane-headline {
1186
font-weight: bold;
1187
text-align: center; }
1188
1189
.nm-dialog-airplane-text {
1190
color: #FFFFFF; }
1191
1192
.nm-dialog-header-icon {
1193
icon-size: 32px; }
1194
1195
.nm-dialog-scroll-view {
1196
border: none; }
1197
1198
.nm-dialog-header {
1199
font-size: 15pt;
1200
font-weight: 500; }
1201
1202
.nm-dialog-item {
1203
font-size: 1em;
1204
border-bottom: none;
1205
border-radius: 2px;
1206
padding: 12px;
1207
spacing: 20px; }
1208
.nm-dialog-item:hover, .nm-dialog-item:focus {
1209
background-color: rgba(255, 255, 255, 0.15); }
1210
.nm-dialog-item:active {
1211
background-color: rgba(255, 255, 255, 0.3); }
1212
1213
.nm-dialog-item:selected {
1214
background-color: #42A5F5;
1215
color: #FFFFFF; }
1216
1217
.nm-dialog-icons {
1218
spacing: .5em; }
1219
1220
.nm-dialog-icon {
1221
icon-size: 16px; }
1222
1223
.no-networks-label {
1224
color: rgba(255, 255, 255, 0.6); }
1225
1226
.no-networks-box {
1227
spacing: 12px; }
1228
1229
/* OVERVIEW */
1230
#overview {
1231
spacing: 24px; }
1232
1233
.overview-controls {
1234
padding-bottom: 32px; }
1235
1236
.window-picker {
1237
-horizontal-spacing: 32px;
1238
-vertical-spacing: 32px;
1239
padding-left: 32px;
1240
padding-right: 32px;
1241
padding-bottom: 48px; }
1242
.window-picker.external-monitor {
1243
padding: 32px; }
1244
1245
.window-clone-border {
1246
border: 4px solid rgba(255, 255, 255, 0.3);
1247
border-radius: 2px;
1248
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); }
1249
1250
.window-caption {
1251
spacing: 25px;
1252
color: #FFFFFF;
1253
background-color: transparent;
1254
border-radius: 2px;
1255
padding: 4px 8px;
1256
-shell-caption-spacing: 12px; }
1257
.window-caption:hover {
1258
background-color: rgba(255, 255, 255, 0.3);
1259
color: #FFFFFF; }
1260
1261
.search-entry {
1262
width: 304px;
1263
padding: 0 8px;
1264
border-radius: 0;
1265
color: rgba(255, 255, 255, 0.6);
1266
selection-background-color: rgba(255, 255, 255, 0.3);
1267
selected-color: #FFFFFF;
1268
background-color: rgba(0, 0, 0, 0.01);
1269
border-color: transparent;
1270
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3); }
1271
.search-entry:focus {
1272
border-color: transparent;
1273
box-shadow: inset 0 -2px #FFFFFF;
1274
padding: 0 8px;
1275
border-width: 0;
1276
color: #FFFFFF; }
1277
.search-entry .search-entry-icon {
1278
icon-size: 16px;
1279
padding: 0 0;
1280
color: rgba(255, 255, 255, 0.6); }
1281
.search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon {
1282
color: #FFFFFF; }
1283
1284
#searchResultsBin {
1285
max-width: 1000px; }
1286
1287
#searchResultsContent {
1288
padding-left: 20px;
1289
padding-right: 20px;
1290
spacing: 16px; }
1291
1292
.search-section {
1293
spacing: 16px; }
1294
1295
.search-section-content {
1296
spacing: 32px; }
1297
1298
.list-search-results {
1299
spacing: 3px; }
1300
1301
.search-section-separator {
1302
-gradient-height: 1px;
1303
-gradient-start: rgba(255, 255, 255, 0);
1304
-gradient-end: rgba(255, 255, 255, 0.4);
1305
-margin-horizontal: 1.5em;
1306
height: 1px; }
1307
1308
.list-search-result-content {
1309
spacing: 12px;
1310
padding: 12px; }
1311
1312
.list-search-result-title {
1313
font-size: 18pt;
1314
font-weight: 400;
1315
color: #FFFFFF; }
1316
1317
.list-search-result-description {
1318
color: rgba(255, 255, 255, 0.75); }
1319
1320
.search-provider-icon {
1321
padding: 15px; }
1322
1323
.search-provider-icon-more {
1324
width: 16px;
1325
height: 16px;
1326
background-image: url("assets/more-results.svg"); }
1327
1328
/* DASHBOARD */
1329
#dash {
1330
font-size: 1em;
1331
color: #FFFFFF;
1332
background-color: rgba(255, 255, 255, 0.1);
1333
padding: 3px 0;
1334
border: none;
1335
border-left: 0px;
1336
border-radius: 0px 2px 2px 0px; }
1337
#dash:rtl {
1338
border-radius: 2px 0 0 2px; }
1339
#dash .placeholder {
1340
background-image: url("assets/dash-placeholder.svg");
1341
background-size: contain;
1342
height: 24px; }
1343
#dash .empty-dash-drop-target {
1344
width: 24px;
1345
height: 24px; }
1346
1347
.dash-item-container > StWidget {
1348
padding: 3px 6px; }
1349
1350
.dash-label {
1351
border-radius: 2px;
1352
padding: 7px 8px;
1353
color: #FFFFFF;
1354
background-color: #596e79;
1355
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
1356
text-align: center;
1357
-x-offset: 8px; }
1358
1359
/* App Vault/Grid */
1360
.icon-grid {
1361
spacing: 30px;
1362
-shell-grid-horizontal-item-size: 136px;
1363
-shell-grid-vertical-item-size: 136px; }
1364
.icon-grid .overview-icon {
1365
icon-size: 96px; }
1366
1367
.app-view-controls {
1368
width: 320px;
1369
padding-bottom: 32px; }
1370
1371
.app-view-control {
1372
padding: 0 16px;
1373
font-weight: bold;
1374
color: rgba(255, 255, 255, 0.75); }
1375
.app-view-control:hover {
1376
color: #FFFFFF;
1377
background-color: rgba(255, 255, 255, 0.15) !important; }
1378
.app-view-control:active {
1379
color: #FFFFFF;
1380
background-color: rgba(255, 255, 255, 0.3) !important; }
1381
.app-view-control:checked {
1382
color: #FFFFFF;
1383
background-color: rgba(0, 0, 0, 0.01) !important;
1384
box-shadow: inset 0 2px 0 #FFFFFF; }
1385
.app-view-control:first-child {
1386
border-right-width: 0;
1387
border-radius: 2px; }
1388
.app-view-control:first-child:checked {
1389
border-radius: 0; }
1390
.app-view-control:last-child {
1391
border-radius: 2px; }
1392
.app-view-control:last-child:checked {
1393
border-radius: 0; }
1394
1395
.search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover,
1396
.list-search-result:focus,
1397
.list-search-result:selected,
1398
.list-search-result:hover {
1399
background-color: rgba(255, 255, 255, 0.15);
1400
transition-duration: 0s; }
1401
.search-provider-icon:active, .search-provider-icon:checked,
1402
.list-search-result:active,
1403
.list-search-result:checked {
1404
background-color: rgba(255, 255, 255, 0.3);
1405
transition-duration: 0.15s; }
1406
1407
.app-well-app:hover .overview-icon, .app-well-app:focus .overview-icon, .app-well-app:selected .overview-icon,
1408
.app-well-app.app-folder:hover .overview-icon,
1409
.app-well-app.app-folder:focus .overview-icon,
1410
.app-well-app.app-folder:selected .overview-icon,
1411
.show-apps:hover .overview-icon,
1412
.show-apps:focus .overview-icon,
1413
.show-apps:selected .overview-icon,
1414
.grid-search-result:hover .overview-icon,
1415
.grid-search-result:focus .overview-icon,
1416
.grid-search-result:selected .overview-icon {
1417
background-color: rgba(255, 255, 255, 0.15);
1418
transition-duration: 0s;
1419
border-image: none;
1420
background-image: none; }
1421
.app-well-app:active .overview-icon, .app-well-app:checked .overview-icon,
1422
.app-well-app.app-folder:active .overview-icon,
1423
.app-well-app.app-folder:checked .overview-icon,
1424
.show-apps:active .overview-icon,
1425
.show-apps:checked .overview-icon,
1426
.grid-search-result:active .overview-icon,
1427
.grid-search-result:checked .overview-icon {
1428
background-color: rgba(255, 255, 255, 0.3);
1429
box-shadow: 0 0 transparent;
1430
transition-duration: 0.15s; }
1431
1432
.app-well-app-running-dot {
1433
width: 32px;
1434
height: 2px;
1435
background-color: #FFFFFF;
1436
margin-bottom: 0; }
1437
1438
.search-provider-icon,
1439
.list-search-result, .app-well-app .overview-icon,
1440
.app-well-app.app-folder .overview-icon,
1441
.show-apps .overview-icon,
1442
.grid-search-result .overview-icon {
1443
color: #FFFFFF;
1444
border-radius: 2px;
1445
padding: 6px;
1446
border: none;
1447
transition-duration: 0.15s;
1448
text-align: center; }
1449
1450
.app-well-app.app-folder > .overview-icon {
1451
background-color: rgba(255, 255, 255, 0.1); }
1452
1453
.show-apps .show-apps-icon {
1454
color: rgba(255, 255, 255, 0.75); }
1455
1456
.show-apps:hover .show-apps-icon,
1457
.show-apps:active .show-apps-icon,
1458
.show-apps:checked .show-apps-icon,
1459
.show-apps:focus .show-apps-icon {
1460
color: #FFFFFF;
1461
transition-duration: 0.15s; }
1462
1463
.app-folder-popup {
1464
-arrow-border-radius: 2px;
1465
-arrow-background-color: rgba(255, 255, 255, 0.1);
1466
-arrow-base: 24px;
1467
-arrow-rise: 12px; }
1468
1469
.app-folder-popup-bin {
1470
padding: 5px; }
1471
1472
.app-folder-icon {
1473
padding: 5px;
1474
spacing-rows: 5px;
1475
spacing-columns: 5px; }
1476
1477
.page-indicator {
1478
padding: 15px 20px; }
1479
.page-indicator .page-indicator-icon {
1480
width: 12px;
1481
height: 12px;
1482
border-radius: 12px;
1483
background-image: none;
1484
background-color: rgba(255, 255, 255, 0.3); }
1485
.page-indicator:hover .page-indicator-icon {
1486
background-image: none;
1487
background-color: rgba(255, 255, 255, 0.6); }
1488
.page-indicator:active .page-indicator-icon {
1489
background-image: none;
1490
background-color: rgba(255, 255, 255, 0.9); }
1491
.page-indicator:checked .page-indicator-icon {
1492
background-image: none;
1493
background-color: #FFFFFF;
1494
transition-duration: 0s; }
1495
.page-indicator:checked:active {
1496
background-image: none; }
1497
1498
.app-well-app > .overview-icon.overview-icon-with-label,
1499
.grid-search-result .overview-icon.overview-icon-with-label {
1500
padding: 10px 8px 5px 8px;
1501
spacing: 4px; }
1502
1503
.workspace-thumbnails {
1504
visible-width: 32px;
1505
spacing: 12px;
1506
padding: 12px;
1507
border-radius: 2px 0 0 2px; }
1508
.workspace-thumbnails:rtl {
1509
border-radius: 0 2px 2px 0; }
1510
1511
.workspace-thumbnail-indicator {
1512
border: 0 solid #FFFFFF;
1513
border-left-width: 2px;
1514
padding: 6px;
1515
border-radius: 0; }
1516
1517
.search-display > StBoxLayout,
1518
.all-apps,
1519
.frequent-apps > StBoxLayout {
1520
padding: 0px 88px 10px 88px; }
1521
1522
.workspace-thumbnails {
1523
color: #FFFFFF;
1524
background-color: rgba(255, 255, 255, 0.1);
1525
border: none; }
1526
1527
.search-statustext, .no-frequent-applications-label {
1528
font-size: 45px;
1529
font-weight: 400;
1530
color: rgba(255, 255, 255, 0.6); }
1531
1532
/* NOTIFICATIONS & MESSAGE TRAY */
1533
.url-highlighter {
1534
link-color: #42A5F5; }
1535
1536
.notification-banner {
1537
font-size: 1em;
1538
width: 34em;
1539
min-height: 64px;
1540
margin: 5px;
1541
border-radius: 2px;
1542
color: #FFFFFF;
1543
background-color: #596e79;
1544
border: none;
1545
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); }
1546
.notification-banner:hover {
1547
background-color: #596e79; }
1548
.notification-banner:focus {
1549
background-color: #596e79; }
1550
.notification-banner .notification-icon {
1551
padding: 5px; }
1552
.notification-banner .notification-content {
1553
padding: 5px;
1554
spacing: 5px; }
1555
.notification-banner .secondary-icon {
1556
icon-size: 1.14286em; }
1557
.notification-banner .notification-actions {
1558
background-color: transparent;
1559
padding-top: 0;
1560
border-top: 1px solid rgba(0, 0, 0, 0.2);
1561
spacing: 1px; }
1562
.notification-banner .notification-button {
1563
min-height: 40px;
1564
padding: 0 16px;
1565
background-color: transparent;
1566
color: rgba(255, 255, 255, 0.75);
1567
font-weight: 500; }
1568
.notification-banner .notification-button:first-child {
1569
border-radius: 0 0 0 2px; }
1570
.notification-banner .notification-button:last-child {
1571
border-radius: 0 0 2px 0; }
1572
.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus {
1573
background-color: rgba(255, 255, 255, 0.15);
1574
color: #FFFFFF; }
1575
.notification-banner .notification-button:active {
1576
background-color: rgba(255, 255, 255, 0.3);
1577
color: #FFFFFF; }
1578
1579
.summary-source-counter {
1580
font-size: 1em;
1581
font-weight: bold;
1582
height: 1.6em;
1583
width: 1.6em;
1584
-shell-counter-overlap-x: 3px;
1585
-shell-counter-overlap-y: 3px;
1586
background-color: #42A5F5;
1587
color: #FFFFFF;
1588
border: 2px solid #FFFFFF;
1589
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
1590
border-radius: 0.9em; }
1591
1592
.secondary-icon {
1593
icon-size: 1.14286em; }
1594
1595
.chat-body {
1596
spacing: 5px; }
1597
1598
.chat-response {
1599
margin: 5px; }
1600
1601
.chat-log-message {
1602
color: #FFFFFF; }
1603
1604
.chat-new-group {
1605
padding-top: 1em; }
1606
1607
.chat-received {
1608
padding-left: 4px; }
1609
.chat-received:rtl {
1610
padding-left: 0px;
1611
padding-right: 4px; }
1612
1613
.chat-sent {
1614
padding-left: 18pt;
1615
color: rgba(255, 255, 255, 0.75); }
1616
.chat-sent:rtl {
1617
padding-left: 0;
1618
padding-right: 18pt; }
1619
1620
.chat-meta-message {
1621
padding-left: 4px;
1622
font-size: 9pt;
1623
font-weight: 400;
1624
color: rgba(255, 255, 255, 0.6); }
1625
.chat-meta-message:rtl {
1626
padding-left: 0;
1627
padding-right: 4px; }
1628
1629
.hotplug-transient-box {
1630
spacing: 6px;
1631
padding: 2px 72px 2px 12px; }
1632
1633
.hotplug-notification-item {
1634
padding: 2px 10px; }
1635
.hotplug-notification-item:focus {
1636
padding: 1px 71px 1px 11px; }
1637
1638
.hotplug-notification-item-icon {
1639
icon-size: 24px;
1640
padding: 2px 5px; }
1641
1642
.hotplug-resident-box {
1643
spacing: 8px; }
1644
1645
.hotplug-resident-mount {
1646
spacing: 8px;
1647
border-radius: 2px; }
1648
.hotplug-resident-mount:hover {
1649
background-color: rgba(255, 255, 255, 0.15); }
1650
.hotplug-resident-mount:active {
1651
background-color: rgba(255, 255, 255, 0.3); }
1652
1653
.hotplug-resident-mount-label {
1654
color: inherit;
1655
padding-left: 6px; }
1656
1657
.hotplug-resident-mount-icon {
1658
icon-size: 24px;
1659
padding-left: 6px; }
1660
1661
.hotplug-resident-eject-icon {
1662
icon-size: 16px; }
1663
1664
.hotplug-resident-eject-button {
1665
padding: 7px;
1666
border-radius: 2px;
1667
color: #FFFFFF; }
1668
1669
/* Eeeky things */
1670
.legacy-tray {
1671
background-color: rgba(0, 0, 0, 0.6);
1672
color: #FFFFFF;
1673
border: none;
1674
border-bottom-width: 0; }
1675
.legacy-tray:ltr {
1676
border-radius: 0 2px 0 0;
1677
border-left-width: 0; }
1678
.legacy-tray:rtl {
1679
border-radius: 2px 0 0 0;
1680
border-right-width: 0; }
1681
1682
.legacy-tray-handle,
1683
.legacy-tray-icon {
1684
padding: 6px; }
1685
.legacy-tray-handle StIcon,
1686
.legacy-tray-icon StIcon {
1687
icon-size: 24px; }
1688
.legacy-tray-handle:hover, .legacy-tray-handle:focus,
1689
.legacy-tray-icon:hover,
1690
.legacy-tray-icon:focus {
1691
background-color: rgba(255, 255, 255, 0.15); }
1692
.legacy-tray-handle:active,
1693
.legacy-tray-icon:active {
1694
background-color: rgba(255, 255, 255, 0.3); }
1695
1696
.legacy-tray-icon-box {
1697
spacing: 12px; }
1698
.legacy-tray-icon-box:ltr {
1699
padding-left: 12px; }
1700
.legacy-tray-icon-box:rtl {
1701
padding-right: 12px; }
1702
.legacy-tray-icon-box StButton {
1703
width: 24px;
1704
height: 24px; }
1705
1706
.magnifier-zoom-region {
1707
border: 2px solid #42A5F5; }
1708
.magnifier-zoom-region.full-screen {
1709
border-width: 0; }
1710
1711
/* On-screen Keyboard */
1712
#keyboard {
1713
background-color: rgba(0, 0, 0, 0.3); }
1714
1715
.keyboard-layout {
1716
spacing: 10px;
1717
padding: 10px; }
1718
1719
.keyboard-row {
1720
spacing: 15px; }
1721
1722
.keyboard-key {
1723
min-height: 72px;
1724
min-width: 72px;
1725
font-size: 2em;
1726
font-weight: 500;
1727
border-radius: 2px;
1728
border: none;
1729
color: inherit;
1730
color: rgba(255, 255, 255, 0.75);
1731
background-color: #596e79;
1732
border-color: transparent;
1733
box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
1734
text-shadow: none;
1735
icon-shadow: none; }
1736
.keyboard-key:focus {
1737
color: #FFFFFF;
1738
text-shadow: none;
1739
icon-shadow: none;
1740
box-shadow: 0 0 transparent; }
1741
.keyboard-key:hover, .keyboard-key:checked {
1742
color: #FFFFFF;
1743
background-color: #596e79;
1744
border-color: transparent;
1745
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
1746
text-shadow: none;
1747
icon-shadow: none; }
1748
.keyboard-key:active {
1749
color: #FFFFFF;
1750
background-color: #8b9aa1;
1751
border-color: transparent;
1752
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
1753
text-shadow: none;
1754
icon-shadow: none; }
1755
.keyboard-key:grayed {
1756
background-color: rgba(0, 0, 0, 0.3);
1757
color: #FFFFFF;
1758
border-color: rgba(0, 0, 0, 0.3); }
1759
1760
.keyboard-subkeys {
1761
color: inherit;
1762
padding: 5px;
1763
-arrow-border-radius: 0;
1764
-arrow-background-color: transparent;
1765
-arrow-border-width: 0;
1766
-arrow-border-color: transparent;
1767
-arrow-base: 0;
1768
-arrow-rise: 0;
1769
-boxpointer-gap: 5px;
1770
background-color: #596e79;
1771
border-radius: 2px;
1772
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); }
1773
1774
.candidate-popup-content {
1775
padding: 8px;
1776
spacing: 0; }
1777
1778
.candidate-index {
1779
padding: 0 4px 0 0;
1780
color: rgba(255, 255, 255, 0.6); }
1781
.candidate-box:selected .candidate-index {
1782
color: rgba(255, 255, 255, 0.6); }
1783
1784
.candidate-box {
1785
transition-duration: 0s;
1786
min-height: 32px;
1787
padding: 0 8px;
1788
border-radius: 2px; }
1789
.candidate-box:hover {
1790
background-color: rgba(255, 255, 255, 0.15);
1791
color: #FFFFFF; }
1792
.candidate-box:active {
1793
background-color: rgba(255, 255, 255, 0.3);
1794
color: #FFFFFF; }
1795
.candidate-box:selected {
1796
background-color: #42A5F5;
1797
color: #FFFFFF; }
1798
1799
.candidate-page-button-box {
1800
height: 32px; }
1801
.vertical .candidate-page-button-box {
1802
padding-top: 0; }
1803
.horizontal .candidate-page-button-box {
1804
padding-left: 0; }
1805
1806
.candidate-page-button {
1807
min-width: 32px;
1808
min-height: 32px;
1809
padding: 0; }
1810
1811
.candidate-page-button-previous {
1812
border-radius: 2px;
1813
border-right-width: 0; }
1814
1815
.candidate-page-button-next {
1816
border-radius: 2px; }
1817
1818
.candidate-page-button-icon {
1819
icon-size: 1.14286em; }
1820
1821
/* Auth Dialogs & Screen Shield */
1822
.framed-user-icon {
1823
background-size: contain;
1824
border: none;
1825
color: #FFFFFF;
1826
border-radius: 2px; }
1827
.framed-user-icon:hover {
1828
border-color: #FFFFFF;
1829
color: #FFFFFF; }
1830
1831
.login-dialog-banner-view {
1832
padding-top: 24px;
1833
max-width: 23em; }
1834
1835
.login-dialog {
1836
border: none;
1837
background-color: transparent; }
1838
.login-dialog StEntry {
1839
color: #FFFFFF;
1840
selection-background-color: rgba(255, 255, 255, 0.3);
1841
selected-color: #FFFFFF;
1842
background-color: rgba(0, 0, 0, 0.01);
1843
border-color: transparent;
1844
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3); }
1845
.login-dialog StEntry:focus {
1846
border-color: transparent;
1847
box-shadow: inset 0 -2px #FFFFFF; }
1848
.login-dialog StEntry:insensitive {
1849
color: rgba(255, 255, 255, 0.4);
1850
border-color: transparent;
1851
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
1852
color: rgba(255, 255, 255, 0.4); }
1853
.login-dialog .modal-dialog-button-box {
1854
spacing: 3px; }
1855
.login-dialog .modal-dialog-button {
1856
padding: 0 16px;
1857
color: rgba(255, 255, 255, 0.75);
1858
background-color: transparent;
1859
border-color: transparent;
1860
box-shadow: 0 0 transparent;
1861
text-shadow: none;
1862
icon-shadow: none; }
1863
.login-dialog .modal-dialog-button:hover, .login-dialog .modal-dialog-button:focus {
1864
color: #FFFFFF;
1865
background-color: rgba(255, 255, 255, 0.15);
1866
border-color: transparent;
1867
box-shadow: 0 0 transparent;
1868
text-shadow: none;
1869
icon-shadow: none; }
1870
.login-dialog .modal-dialog-button:active {
1871
color: #FFFFFF;
1872
background-color: rgba(255, 255, 255, 0.3);
1873
border-color: transparent;
1874
box-shadow: 0 0 transparent;
1875
text-shadow: none;
1876
icon-shadow: none; }
1877
.login-dialog .modal-dialog-button:insensitive {
1878
color: rgba(255, 255, 255, 0.3);
1879
background-color: transparent;
1880
border-color: transparent;
1881
box-shadow: 0 0 transparent;
1882
text-shadow: none;
1883
icon-shadow: none; }
1884
.login-dialog .modal-dialog-button:default {
1885
color: rgba(255, 255, 255, 0.75);
1886
background-color: #FF4081;
1887
border-color: transparent;
1888
box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
1889
text-shadow: none;
1890
icon-shadow: none; }
1891
.login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus {
1892
color: #FFFFFF;
1893
background-color: #FF4081;
1894
border-color: transparent;
1895
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
1896
text-shadow: none;
1897
icon-shadow: none; }
1898
.login-dialog .modal-dialog-button:default:active {
1899
color: #FFFFFF;
1900
background-color: #ff79a7;
1901
border-color: transparent;
1902
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
1903
text-shadow: none;
1904
icon-shadow: none; }
1905
.login-dialog .modal-dialog-button:default:insensitive {
1906
color: rgba(255, 255, 255, 0.4);
1907
background-color: rgba(255, 255, 255, 0.12);
1908
border-color: transparent;
1909
box-shadow: 0 0 transparent;
1910
text-shadow: none;
1911
icon-shadow: none; }
1912
1913
.login-dialog-logo-bin {
1914
padding: 24px 0px; }
1915
1916
.login-dialog-banner {
1917
color: rgba(255, 255, 255, 0.75); }
1918
1919
.login-dialog-button-box {
1920
spacing: 5px; }
1921
1922
.login-dialog-message-warning {
1923
color: #FF6D00; }
1924
1925
.login-dialog-message-hint {
1926
padding-top: 0;
1927
padding-bottom: 20px; }
1928
1929
.login-dialog-user-selection-box {
1930
padding: 100px 0px; }
1931
.login-dialog-user-selection-box .login-dialog-not-listed-label {
1932
padding-left: 2px; }
1933
.login-dialog-not-listed-button:focus .login-dialog-user-selection-box .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-user-selection-box .login-dialog-not-listed-label {
1934
color: #FFFFFF; }
1935
1936
.login-dialog-not-listed-label {
1937
font-size: 1em;
1938
font-weight: bold;
1939
color: rgba(255, 255, 255, 0.75);
1940
padding-top: 1em; }
1941
.login-dialog-not-listed-label:hover {
1942
color: #FFFFFF; }
1943
.login-dialog-not-listed-label:focus {
1944
background-color: rgba(255, 255, 255, 0.15); }
1945
1946
.login-dialog-user-list-view {
1947
-st-vfade-offset: 1em; }
1948
1949
.login-dialog-user-list {
1950
spacing: 12px;
1951
padding: .2em;
1952
width: 23em; }
1953
.login-dialog-user-list:expanded .login-dialog-user-list-item:focus {
1954
background-color: rgba(255, 255, 255, 0.15);
1955
color: #FFFFFF; }
1956
.login-dialog-user-list:expanded .login-dialog-user-list-item:hover {
1957
background-color: rgba(255, 255, 255, 0.15);
1958
color: #FFFFFF; }
1959
.login-dialog-user-list:expanded .login-dialog-user-list-item:active {
1960
background-color: rgba(255, 255, 255, 0.3);
1961
color: #FFFFFF; }
1962
.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in {
1963
border-right: 2px solid #FFFFFF; }
1964
1965
.login-dialog-user-list-item {
1966
border-radius: 2px;
1967
padding: 4px 4px 0;
1968
color: rgba(255, 255, 255, 0.75); }
1969
.login-dialog-user-list-item:ltr {
1970
padding-right: 1em; }
1971
.login-dialog-user-list-item:rtl {
1972
padding-left: 1em; }
1973
.login-dialog-user-list-item:hover {
1974
background-color: rgba(255, 255, 255, 0.15);
1975
color: #FFFFFF; }
1976
.login-dialog-user-list-item:active {
1977
background-color: rgba(255, 255, 255, 0.3);
1978
color: #FFFFFF; }
1979
.login-dialog-user-list-item .login-dialog-timed-login-indicator {
1980
height: 2px;
1981
margin: 2px 0 0 0;
1982
background-color: #FFFFFF; }
1983
.login-dialog-user-list-item:focus .login-dialog-timed-login-indicator {
1984
background-color: #FFFFFF; }
1985
1986
.login-dialog-username,
1987
.user-widget-label {
1988
color: #FFFFFF;
1989
font-size: 15pt;
1990
font-weight: 500;
1991
text-align: left;
1992
padding-left: 15px; }
1993
1994
.user-widget-label:ltr {
1995
padding-left: 18px; }
1996
.user-widget-label:rtl {
1997
padding-right: 18px; }
1998
1999
.login-dialog-prompt-layout {
2000
padding-top: 24px;
2001
padding-bottom: 12px;
2002
spacing: 8px;
2003
width: 23em; }
2004
2005
.login-dialog-prompt-label {
2006
color: rgba(255, 255, 255, 0.6);
2007
font-size: 1em;
2008
padding-top: 1em; }
2009
2010
.login-dialog-session-list-button StIcon {
2011
icon-size: 1.25em; }
2012
2013
.login-dialog-session-list-button {
2014
color: rgba(255, 255, 255, 0.75); }
2015
.login-dialog-session-list-button:hover, .login-dialog-session-list-button:focus {
2016
color: #FFFFFF; }
2017
.login-dialog-session-list-button:active {
2018
color: #FFFFFF; }
2019
2020
.screen-shield-arrows {
2021
padding-bottom: 3em; }
2022
2023
.screen-shield-arrows Gjs_Arrow {
2024
color: white;
2025
width: 80px;
2026
height: 48px;
2027
-arrow-thickness: 12px;
2028
-arrow-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24); }
2029
2030
.screen-shield-clock {
2031
color: white;
2032
text-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
2033
font-weight: normal;
2034
text-align: center;
2035
padding-bottom: 1.5em; }
2036
2037
.screen-shield-clock-time {
2038
font-size: 112px;
2039
font-weight: 300;
2040
text-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24); }
2041
2042
.screen-shield-clock-date {
2043
font-size: 45px;
2044
font-weight: 400; }
2045
2046
.screen-shield-notifications-container {
2047
spacing: 6px;
2048
width: 30em;
2049
background-color: transparent;
2050
max-height: 500px; }
2051
.screen-shield-notifications-container .summary-notification-stack-scrollview {
2052
padding-top: 0;
2053
padding-bottom: 0; }
2054
.screen-shield-notifications-container .notification,
2055
.screen-shield-notifications-container .screen-shield-notification-source {
2056
padding: 8px;
2057
border: none;
2058
background-color: rgba(0, 0, 0, 0.3);
2059
color: #FFFFFF;
2060
border-radius: 2px; }
2061
.screen-shield-notifications-container .notification {
2062
margin-right: 16px; }
2063
2064
.screen-shield-notification-label {
2065
min-height: 22px;
2066
padding: 2px 0px 0px 16px;
2067
font-weight: bold; }
2068
2069
.screen-shield-notification-count-text {
2070
min-height: 22px;
2071
padding: 2px 0px 0px 16px;
2072
color: rgba(255, 255, 255, 0.75); }
2073
2074
#panel.lock-screen {
2075
background-color: rgba(0, 0, 0, 0.3); }
2076
2077
.screen-shield-background {
2078
background: black;
2079
box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); }
2080
2081
#lockDialogGroup {
2082
background: #607D8B url("assets/noise-texture.svg");
2083
background-size: cover; }
2084
2085
#LookingGlassDialog {
2086
background-color: #596e79;
2087
spacing: 4px;
2088
padding: 0;
2089
border: none;
2090
border-radius: 2px;
2091
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44); }
2092
#LookingGlassDialog > #Toolbar {
2093
padding: 0 8px;
2094
border: none;
2095
border-radius: 0;
2096
background-color: rgba(89, 110, 121, 0.01);
2097
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2); }
2098
#LookingGlassDialog .labels {
2099
spacing: 0; }
2100
#LookingGlassDialog .notebook-tab {
2101
-natural-hpadding: 12px;
2102
-minimum-hpadding: 6px;
2103
font-weight: bold;
2104
color: rgba(255, 255, 255, 0.6);
2105
transition-duration: 0.15s;
2106
padding-left: 16px;
2107
padding-right: 16px;
2108
min-height: 36px;
2109
padding: 0 32px; }
2110
#LookingGlassDialog .notebook-tab:hover {
2111
box-shadow: inset 0 -2px 0px rgba(255, 255, 255, 0.3);
2112
color: #FFFFFF;
2113
text-shadow: none; }
2114
#LookingGlassDialog .notebook-tab:selected {
2115
border-bottom-width: 0;
2116
border-color: transparent;
2117
background-color: rgba(89, 110, 121, 0.01);
2118
box-shadow: inset 0 -2px 0px #42A5F5;
2119
color: #FFFFFF;
2120
text-shadow: none; }
2121
#LookingGlassDialog StBoxLayout#EvalBox {
2122
padding: 4px;
2123
spacing: 4px; }
2124
#LookingGlassDialog StBoxLayout#ResultsArea {
2125
spacing: 4px; }
2126
2127
.lg-dialog StEntry {
2128
selection-background-color: #42A5F5;
2129
selected-color: #FFFFFF; }
2130
.lg-dialog .shell-link {
2131
color: #42A5F5; }
2132
.lg-dialog .shell-link:hover {
2133
color: #42A5F5; }
2134
2135
.lg-completions-text {
2136
font-size: 1em;
2137
font-style: italic; }
2138
2139
.lg-obj-inspector-title {
2140
spacing: 4px; }
2141
2142
.lg-obj-inspector-button {
2143
min-height: 36px;
2144
padding: 0 16px;
2145
border: none;
2146
border-radius: 2px;
2147
font-size: 10.5pt;
2148
font-weight: 500;
2149
color: rgba(255, 255, 255, 0.75);
2150
background-color: transparent;
2151
border-color: transparent;
2152
box-shadow: 0 0 transparent;
2153
text-shadow: none;
2154
icon-shadow: none; }
2155
.lg-obj-inspector-button:hover {
2156
color: #FFFFFF;
2157
background-color: rgba(255, 255, 255, 0.15);
2158
border-color: transparent;
2159
box-shadow: 0 0 transparent;
2160
text-shadow: none;
2161
icon-shadow: none; }
2162
.lg-obj-inspector-button:active {
2163
color: #FFFFFF;
2164
background-color: rgba(255, 255, 255, 0.3);
2165
border-color: transparent;
2166
box-shadow: 0 0 transparent;
2167
text-shadow: none;
2168
icon-shadow: none; }
2169
.lg-obj-inspector-button:insensitive {
2170
color: rgba(255, 255, 255, 0.3);
2171
background-color: transparent;
2172
border-color: transparent;
2173
box-shadow: 0 0 transparent;
2174
text-shadow: none;
2175
icon-shadow: none; }
2176
.lg-obj-inspector-button:focus {
2177
color: #FFFFFF;
2178
text-shadow: none;
2179
icon-shadow: none;
2180
box-shadow: 0 0 transparent; }
2181
.lg-obj-inspector-button:hover {
2182
border: none; }
2183
2184
#lookingGlassExtensions {
2185
padding: 4px; }
2186
2187
.lg-extensions-list {
2188
padding: 4px;
2189
spacing: 6px; }
2190
2191
.lg-extension {
2192
border: none;
2193
border-radius: 2px;
2194
padding: 4px; }
2195
2196
.lg-extension-name {
2197
font-size: 18pt;
2198
font-weight: 400; }
2199
2200
.lg-extension-meta {
2201
spacing: 6px; }
2202
2203
#LookingGlassPropertyInspector {
2204
background: #596e79;
2205
border: none;
2206
border-radius: 2px;
2207
padding: 6px;
2208
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44); }
2209
2210
/* Dash to Dock */
2211
#dashtodockContainer #dash {
2212
background-color: rgba(0, 0, 0, 0.6); }
2213
2214
#dashtodockContainer:overview #dash {
2215
background-color: rgba(255, 255, 255, 0.1); }
2216
2217
#dashtodockContainer.extended:overview #dash {
2218
background-color: transparent; }
2219
2220
#dashtodockContainer.left #dash,
2221
#dashtodockContainer.right #dash {
2222
padding: 3px 0; }
2223
2224
#dashtodockContainer.top #dash,
2225
#dashtodockContainer.bottom #dash {
2226
padding: 0 3px; }
2227
2228
#dashtodockContainer.extended #dash {
2229
padding: 0;
2230
border-radius: 0; }
2231
2232
#dashtodockContainer.left .dash-item-container > StWidget,
2233
#dashtodockContainer.right .dash-item-container > StWidget,
2234
#dashtodockContainer.extended.left .dash-item-container > StWidget,
2235
#dashtodockContainer.extended.right .dash-item-container > StWidget {
2236
padding: 3px 6px; }
2237
2238
#dashtodockContainer.extended.left .dash-item-container:first-child > StWidget,
2239
#dashtodockContainer.extended.right .dash-item-container:first-child > StWidget {
2240
padding: 6px 6px 3px 6px; }
2241
2242
#dashtodockContainer.extended.left .dash-item-container:last-child > StWidget,
2243
#dashtodockContainer.extended.right .dash-item-container:last-child > StWidget {
2244
padding: 3px 6px 6px 6px; }
2245
2246
#dashtodockContainer.top .dash-item-container > StWidget,
2247
#dashtodockContainer.bottom .dash-item-container > StWidget,
2248
#dashtodockContainer.extended.top .dash-item-container > StWidget,
2249
#dashtodockContainer.extended.bottom .dash-item-container > StWidget {
2250
padding: 6px 3px; }
2251
2252
#dashtodockContainer.extended.top .dash-item-container:first-child > StWidget,
2253
#dashtodockContainer.extended.bottom .dash-item-container:first-child > StWidget {
2254
padding: 6px 3px 6px 6px; }
2255
2256
#dashtodockContainer.extended.top .dash-item-container:last-child > StWidget,
2257
#dashtodockContainer.extended.bottom .dash-item-container:last-child > StWidget {
2258
padding: 6px 6px 6px 3px; }
2259
2260
#dashtodockContainer .app-well-app-running-dot {
2261
background-color: transparent; }
2262
2263
#dashtodockContainer .dash-item-container > StWidget {
2264
background-size: cover; }
2265
2266
#dashtodockContainer.left .dash-item-container > StWidget.running1 {
2267
background-image: url("assets/dash/left-running1.svg"); }
2268
2269
#dashtodockContainer.left .dash-item-container > StWidget.running1.focused {
2270
background-image: url("assets/dash/left-running1-focused.svg"); }
2271
2272
#dashtodockContainer.left .dash-item-container > StWidget.running2 {
2273
background-image: url("assets/dash/left-running2.svg"); }
2274
2275
#dashtodockContainer.left .dash-item-container > StWidget.running2.focused {
2276
background-image: url("assets/dash/left-running2-focused.svg"); }
2277
2278
#dashtodockContainer.left .dash-item-container > StWidget.running3 {
2279
background-image: url("assets/dash/left-running3.svg"); }
2280
2281
#dashtodockContainer.left .dash-item-container > StWidget.running3.focused {
2282
background-image: url("assets/dash/left-running3-focused.svg"); }
2283
2284
#dashtodockContainer.left .dash-item-container > StWidget.running4 {
2285
background-image: url("assets/dash/left-running4.svg"); }
2286
2287
#dashtodockContainer.left .dash-item-container > StWidget.running4.focused {
2288
background-image: url("assets/dash/left-running4-focused.svg"); }
2289
2290
#dashtodockContainer.right .dash-item-container > StWidget.running1 {
2291
background-image: url("assets/dash/right-running1.svg"); }
2292
2293
#dashtodockContainer.right .dash-item-container > StWidget.running1.focused {
2294
background-image: url("assets/dash/right-running1-focused.svg"); }
2295
2296
#dashtodockContainer.right .dash-item-container > StWidget.running2 {
2297
background-image: url("assets/dash/right-running2.svg"); }
2298
2299
#dashtodockContainer.right .dash-item-container > StWidget.running2.focused {
2300
background-image: url("assets/dash/right-running2-focused.svg"); }
2301
2302
#dashtodockContainer.right .dash-item-container > StWidget.running3 {
2303
background-image: url("assets/dash/right-running3.svg"); }
2304
2305
#dashtodockContainer.right .dash-item-container > StWidget.running3.focused {
2306
background-image: url("assets/dash/right-running3-focused.svg"); }
2307
2308
#dashtodockContainer.right .dash-item-container > StWidget.running4 {
2309
background-image: url("assets/dash/right-running4.svg"); }
2310
2311
#dashtodockContainer.right .dash-item-container > StWidget.running4.focused {
2312
background-image: url("assets/dash/right-running4-focused.svg"); }
2313
2314
#dashtodockContainer.top .dash-item-container > StWidget.running1 {
2315
background-image: url("assets/dash/top-running1.svg"); }
2316
2317
#dashtodockContainer.top .dash-item-container > StWidget.running1.focused {
2318
background-image: url("assets/dash/top-running1-focused.svg"); }
2319
2320
#dashtodockContainer.top .dash-item-container > StWidget.running2 {
2321
background-image: url("assets/dash/top-running2.svg"); }
2322
2323
#dashtodockContainer.top .dash-item-container > StWidget.running2.focused {
2324
background-image: url("assets/dash/top-running2-focused.svg"); }
2325
2326
#dashtodockContainer.top .dash-item-container > StWidget.running3 {
2327
background-image: url("assets/dash/top-running3.svg"); }
2328
2329
#dashtodockContainer.top .dash-item-container > StWidget.running3.focused {
2330
background-image: url("assets/dash/top-running3-focused.svg"); }
2331
2332
#dashtodockContainer.top .dash-item-container > StWidget.running4 {
2333
background-image: url("assets/dash/top-running4.svg"); }
2334
2335
#dashtodockContainer.top .dash-item-container > StWidget.running4.focused {
2336
background-image: url("assets/dash/top-running4-focused.svg"); }
2337
2338
#dashtodockContainer.bottom .dash-item-container > StWidget.running1 {
2339
background-image: url("assets/dash/bottom-running1.svg"); }
2340
2341
#dashtodockContainer.bottom .dash-item-container > StWidget.running1.focused {
2342
background-image: url("assets/dash/bottom-running1-focused.svg"); }
2343
2344
#dashtodockContainer.bottom .dash-item-container > StWidget.running2 {
2345
background-image: url("assets/dash/bottom-running2.svg"); }
2346
2347
#dashtodockContainer.bottom .dash-item-container > StWidget.running2.focused {
2348
background-image: url("assets/dash/bottom-running2-focused.svg"); }
2349
2350
#dashtodockContainer.bottom .dash-item-container > StWidget.running3 {
2351
background-image: url("assets/dash/bottom-running3.svg"); }
2352
2353
#dashtodockContainer.bottom .dash-item-container > StWidget.running3.focused {
2354
background-image: url("assets/dash/bottom-running3-focused.svg"); }
2355
2356
#dashtodockContainer.bottom .dash-item-container > StWidget.running4 {
2357
background-image: url("assets/dash/bottom-running4.svg"); }
2358
2359
#dashtodockContainer.bottom .dash-item-container > StWidget.running4.focused {
2360
background-image: url("assets/dash/bottom-running4-focused.svg"); }
2361
2362
/* Simple Dock */
2363
#dash:desktop {
2364
background-color: rgba(0, 0, 0, 0.6); }
2365
2366
/* GPaste */
2367
.popup-menu .search-entry {
2368
color: #FFFFFF;
2369
selection-background-color: #42A5F5;
2370
selected-color: #FFFFFF;
2371
background-color: rgba(89, 110, 121, 0.01);
2372
border-color: transparent;
2373
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3); }
2374
.popup-menu .search-entry:focus {
2375
border-color: transparent;
2376
box-shadow: inset 0 -2px #42A5F5;
2377
color: #FFFFFF; }
2378
.popup-menu .search-entry .search-entry-icon {
2379
color: rgba(255, 255, 255, 0.6); }
2380
.popup-menu .search-entry:hover .search-entry-icon, .popup-menu .search-entry:focus .search-entry-icon {
2381
color: #FFFFFF; }
2382