A fork of the Materia GTK theme.

Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

 gnome-shell-light-compact.css

View raw Download
text/plain • 63.34 kiB
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: 9.75pt;
27
font-weight: 400;
28
color: rgba(0, 0, 0, 0.8); }
29
30
/* WIDGETS */
31
/* Buttons */
32
.button {
33
min-height: 32px;
34
padding: 0 16px;
35
border-width: 0;
36
border-radius: 2px;
37
font-size: 9.75pt;
38
font-weight: 500;
39
color: rgba(0, 0, 0, 0.6);
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: rgba(0, 0, 0, 0.8);
47
background-color: rgba(0, 0, 0, 0.12);
48
border-color: transparent;
49
box-shadow: 0 0 transparent;
50
text-shadow: none;
51
icon-shadow: none; }
52
.button:active {
53
color: rgba(0, 0, 0, 0.8);
54
background-color: rgba(0, 0, 0, 0.24);
55
border-color: transparent;
56
box-shadow: 0 0 transparent;
57
text-shadow: none;
58
icon-shadow: none; }
59
.button:insensitive {
60
color: rgba(0, 0, 0, 0.24);
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: rgba(0, 0, 0, 0.8);
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.1) !important;
76
border-right-width: 0;
77
font-size: 9.75pt;
78
font-weight: 500;
79
color: rgba(0, 0, 0, 0.6);
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: rgba(0, 0, 0, 0.8);
87
background-color: rgba(0, 0, 0, 0.12);
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: rgba(0, 0, 0, 0.8);
94
background-color: rgba(0, 0, 0, 0.24);
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(0, 0, 0, 0.24);
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: rgba(0, 0, 0, 0.8);
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: 32px;
123
padding: 0 8px;
124
border-radius: 0;
125
border-width: 0;
126
color: rgba(0, 0, 0, 0.8);
127
selection-background-color: #42A5F5;
128
selected-color: #FFFFFF;
129
font-size: 11.25pt;
130
font-weight: 400;
131
background-color: rgba(250, 250, 250, 0.01);
132
border-color: transparent;
133
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.24); }
134
StEntry:focus {
135
border-color: transparent;
136
box-shadow: inset 0 -2px #42A5F5; }
137
StEntry:insensitive {
138
color: rgba(0, 0, 0, 0.32);
139
border-color: transparent;
140
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.096); }
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(0, 0, 0, 0.096); }
161
StScrollBar StButton#vhandle, StScrollBar StButton#hhandle {
162
border-radius: 100px;
163
background-color: rgba(0, 0, 0, 0.48);
164
margin: 4px; }
165
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
166
background-color: rgba(0, 0, 0, 0.6); }
167
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
168
background-color: rgba(0, 0, 0, 0.8); }
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(0, 0, 0, 0.24);
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: 16px;
194
padding: 8px 0; }
195
.check-box StBoxLayout {
196
spacing: 8px; }
197
.check-box StBin {
198
width: 24px;
199
height: 24px;
200
padding: 4px;
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(0, 0, 0, 0.12); }
207
.check-box:active StBin {
208
background-color: rgba(0, 0, 0, 0.24); }
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: rgba(0, 0, 0, 0.8);
259
background-color: #FAFAFA;
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(0, 0, 0, 0.48);
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(0, 0, 0, 0.48);
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(0, 0, 0, 0.48);
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: rgba(0, 0, 0, 0.8); }
391
.show-processes-dialog-app-list-item:hover {
392
color: rgba(0, 0, 0, 0.8); }
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: rgba(0, 0, 0, 0.8); }
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.1);
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(0, 0, 0, 0.48);
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(0, 0, 0, 0.48);
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: #EEEEEE;
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(0, 0, 0, 0.12);
573
color: rgba(0, 0, 0, 0.8);
574
transition-duration: 0s; }
575
.popup-menu .popup-menu-item:active {
576
background-color: rgba(0, 0, 0, 0.24);
577
color: rgba(0, 0, 0, 0.8);
578
transition-duration: 0.15s; }
579
.popup-menu .popup-menu-item.selected:active {
580
color: rgba(0, 0, 0, 0.8); }
581
.popup-menu .popup-menu-item:insensitive {
582
color: rgba(0, 0, 0, 0.32); }
583
.popup-menu .popup-inactive-menu-item {
584
color: rgba(0, 0, 0, 0.8); }
585
.popup-menu .popup-inactive-menu-item:insensitive {
586
color: rgba(0, 0, 0, 0.48); }
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: #FAFAFA;
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.1);
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(0, 0, 0, 0.24);
641
color: rgba(0, 0, 0, 0.8); }
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
651
.combo-box-label {
652
width: 15em; }
653
654
/* App Switcher */
655
.switcher-popup {
656
padding: 8px;
657
spacing: 16px; }
658
659
.switcher-list-item-container {
660
spacing: 8px; }
661
662
.switcher-list .item-box {
663
padding: 8px;
664
border-radius: 2px; }
665
666
.switcher-list .item-box:outlined {
667
padding: 8px;
668
border: none;
669
background-color: rgba(0, 0, 0, 0.096); }
670
671
.switcher-list .item-box:selected {
672
background-color: #42A5F5;
673
color: #FFFFFF; }
674
675
.switcher-list .thumbnail-box {
676
padding: 2px;
677
spacing: 4px; }
678
679
.switcher-list .thumbnail {
680
width: 256px; }
681
682
.switcher-list .separator {
683
width: 1px;
684
background: rgba(0, 0, 0, 0.1); }
685
686
.switcher-arrow {
687
border-color: transparent;
688
color: rgba(0, 0, 0, 0.48); }
689
.switcher-arrow:highlighted {
690
color: rgba(0, 0, 0, 0.8); }
691
692
.input-source-switcher-symbol {
693
font-size: 45px;
694
font-weight: 400;
695
width: 96px;
696
height: 96px; }
697
698
/* Window Cycler */
699
.cycler-highlight {
700
border: 4px solid #42A5F5; }
701
702
/* Workspace Switcher */
703
.workspace-switcher-group {
704
padding: 8px; }
705
706
.workspace-switcher {
707
background: transparent;
708
border: 0px;
709
border-radius: 0px;
710
padding: 0px;
711
spacing: 8px; }
712
713
.ws-switcher-active-up, .ws-switcher-active-down {
714
height: 48px;
715
background-color: #42A5F5;
716
color: #FFFFFF;
717
background-size: 32px;
718
border-radius: 2px; }
719
720
.ws-switcher-box {
721
height: 48px;
722
border: none;
723
background: rgba(0, 0, 0, 0.096);
724
border-radius: 2px; }
725
726
.osd-window,
727
.resize-popup,
728
.switcher-list, .workspace-switcher-container {
729
color: rgba(0, 0, 0, 0.8);
730
background-color: #FAFAFA;
731
border: none;
732
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44);
733
border-radius: 2px;
734
padding: 12px; }
735
736
/* Tiled window previews */
737
.tile-preview {
738
background-color: rgba(64, 196, 255, 0.3);
739
border: 1px solid #40C4FF; }
740
741
.tile-preview-left.on-primary {
742
border-radius: 0 0 0 0; }
743
744
.tile-preview-right.on-primary {
745
border-radius: 0 0 0 0; }
746
747
.tile-preview-left.tile-preview-right.on-primary {
748
border-radius: 0 0 0 0; }
749
750
/* TOP BAR */
751
#panel {
752
background-color: rgba(0, 0, 0, 0.6);
753
font-weight: bold;
754
height: 28px; }
755
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {
756
background-color: transparent; }
757
#panel #panelLeft, #panel #panelCenter {
758
spacing: 0; }
759
#panel .panel-corner {
760
-panel-corner-radius: 0;
761
-panel-corner-background-color: rgba(0, 0, 0, 0.6);
762
-panel-corner-border-width: 2px;
763
-panel-corner-border-color: transparent; }
764
#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus {
765
-panel-corner-border-color: #FFFFFF; }
766
#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen {
767
-panel-corner-radius: 0;
768
-panel-corner-background-color: transparent;
769
-panel-corner-border-color: transparent; }
770
#panel .panel-button {
771
-natural-hpadding: 12px;
772
-minimum-hpadding: 6px;
773
font-weight: bold;
774
color: rgba(255, 255, 255, 0.75);
775
transition-duration: 0.15s; }
776
#panel .panel-button .app-menu-icon {
777
-st-icon-style: symbolic;
778
margin-left: 4px;
779
margin-right: 4px; }
780
#panel .panel-button:hover {
781
color: #FFFFFF; }
782
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
783
background-color: rgba(0, 0, 0, 0.01);
784
box-shadow: inset 0 -2px 0px #FFFFFF;
785
color: #FFFFFF; }
786
#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 {
787
icon-shadow: none; }
788
#panel .panel-button .system-status-icon {
789
icon-size: 1.23077em;
790
padding: 0 4px; }
791
.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button {
792
color: rgba(255, 255, 255, 0.75); }
793
.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 {
794
color: #FFFFFF; }
795
#panel .panel-status-indicators-box,
796
#panel .panel-status-menu-box {
797
spacing: 2px; }
798
#panel .power-status.panel-status-indicators-box {
799
spacing: 0; }
800
#panel .screencast-indicator {
801
color: #FF6D00; }
802
803
#calendarArea {
804
padding: 8px 16px; }
805
806
.calendar {
807
margin-bottom: 0; }
808
809
.calendar,
810
.datemenu-today-button,
811
.datemenu-displays-box,
812
.message-list-sections {
813
margin: 0 8px; }
814
815
.datemenu-calendar-column {
816
spacing: 8px; }
817
818
.datemenu-displays-section {
819
padding-bottom: 0; }
820
821
.datemenu-today-button,
822
.world-clocks-button,
823
.message-list-section-title {
824
min-height: 20px;
825
padding: 4px 8px;
826
border-radius: 2px; }
827
828
.datemenu-today-button {
829
min-height: 48px; }
830
831
.message-list-section-list:ltr {
832
padding-left: 0; }
833
834
.message-list-section-list:rtl {
835
padding-right: 0; }
836
837
.datemenu-today-button:hover, .datemenu-today-button:focus,
838
.world-clocks-button:hover,
839
.world-clocks-button:focus,
840
.message-list-section-title:hover,
841
.message-list-section-title:focus {
842
color: rgba(0, 0, 0, 0.8);
843
background-color: rgba(0, 0, 0, 0.12); }
844
.datemenu-today-button:active,
845
.world-clocks-button:active,
846
.message-list-section-title:active {
847
color: rgba(0, 0, 0, 0.8);
848
background-color: rgba(0, 0, 0, 0.24); }
849
850
.datemenu-today-button .date-label {
851
font-size: 18pt;
852
font-weight: 400; }
853
854
.world-clocks-header,
855
.message-list-section-title {
856
color: rgba(0, 0, 0, 0.6);
857
font-weight: bold; }
858
859
.world-clocks-grid {
860
spacing-rows: 0.4em; }
861
862
.calendar-month-label {
863
height: 16px;
864
margin: 2px;
865
padding: 6px 16px;
866
border-radius: 2px;
867
color: rgba(0, 0, 0, 0.8);
868
font-weight: bold;
869
text-align: center; }
870
.calendar-month-label:focus {
871
background-color: rgba(0, 0, 0, 0.12); }
872
873
.pager-button {
874
width: 28px;
875
height: 28px;
876
margin: 2px;
877
border-radius: 100px;
878
background-color: transparent;
879
color: rgba(0, 0, 0, 0.8); }
880
.pager-button:hover, .pager-button:focus {
881
background-color: rgba(0, 0, 0, 0.12); }
882
.pager-button:active {
883
background-color: rgba(0, 0, 0, 0.24); }
884
885
.calendar-change-month-back {
886
background-image: url("assets/calendar-arrow-left.svg"); }
887
.calendar-change-month-back:rtl {
888
background-image: url("assets/calendar-arrow-right.svg"); }
889
890
.calendar-change-month-forward {
891
background-image: url("assets/calendar-arrow-right.svg"); }
892
.calendar-change-month-forward:rtl {
893
background-image: url("assets/calendar-arrow-left.svg"); }
894
895
.calendar-day-base {
896
font-size: 9pt;
897
font-weight: 400;
898
text-align: center;
899
width: 28px;
900
height: 28px;
901
padding: 0;
902
margin: 2px;
903
border-radius: 100px; }
904
.calendar-day-base:hover, .calendar-day-base:focus {
905
background-color: rgba(0, 0, 0, 0.12); }
906
.calendar-day-base:active, .calendar-day-base:selected {
907
color: #FFFFFF;
908
background-color: #42A5F5 !important;
909
border-color: transparent; }
910
.calendar-day-base.calendar-day-heading {
911
width: 28px;
912
height: 21px;
913
margin-top: 2px;
914
padding: 7px 0 0;
915
border-radius: 100px;
916
background-color: transparent;
917
color: rgba(0, 0, 0, 0.48);
918
font-size: 9pt;
919
font-weight: 400;
920
font-weight: bold;
921
text-align: center; }
922
923
.calendar-day {
924
border-width: 0; }
925
926
.calendar-day-top {
927
border-top-width: 0; }
928
929
.calendar-day-left {
930
border-left-width: 0; }
931
932
.calendar-nonwork-day {
933
color: rgba(0, 0, 0, 0.8); }
934
935
.calendar-today {
936
font-weight: bold !important;
937
border: none; }
938
939
.calendar-day-with-events {
940
color: #42A5F5;
941
font-weight: normal;
942
text-decoration: underline;
943
background-image: none; }
944
945
.calendar-other-month-day {
946
color: rgba(0, 0, 0, 0.32);
947
opacity: 0.5; }
948
949
.calendar-week-number {
950
width: 28px;
951
height: 21px;
952
margin: 2px;
953
padding: 7px 0 0;
954
border-radius: 100px;
955
background-color: transparent;
956
color: rgba(0, 0, 0, 0.48);
957
font-size: inherit;
958
font-weight: bold;
959
text-align: center; }
960
961
/* Message list */
962
.message-list {
963
width: 420px; }
964
965
.message-list-sections {
966
spacing: 8px; }
967
968
.message-list-section,
969
.message-list-section-list {
970
spacing: 8px; }
971
972
.message-list-section-title-box {
973
spacing: 8px; }
974
975
.message-list-section-close > StIcon {
976
icon-size: 16px;
977
border-radius: 16px;
978
padding: 6px;
979
color: rgba(0, 0, 0, 0.6);
980
background-color: transparent; }
981
982
/* FIXME: how do you do this in sass? */
983
.message-list-section-close:hover > StIcon,
984
.message-list-section-close:focus > StIcon {
985
color: rgba(0, 0, 0, 0.8);
986
background-color: rgba(0, 0, 0, 0.12); }
987
988
.message-list-section-close:active > StIcon {
989
color: rgba(0, 0, 0, 0.8);
990
background-color: rgba(0, 0, 0, 0.24); }
991
992
.message {
993
min-height: 56px;
994
background-color: transparent;
995
border-radius: 2px; }
996
.message:hover, .message:focus {
997
background-color: rgba(0, 0, 0, 0.12); }
998
.message:active {
999
background-color: rgba(0, 0, 0, 0.24); }
1000
1001
.message-icon-bin {
1002
padding: 8px 0px 8px 8px; }
1003
.message-icon-bin:rtl {
1004
padding: 8px 8px 8px 0px; }
1005
1006
.message-icon-bin > StIcon {
1007
icon-size: 32px; }
1008
1009
.message-secondary-bin:ltr {
1010
padding-left: 8px; }
1011
.message-secondary-bin:rtl {
1012
padding-right: 8px; }
1013
1014
.message-secondary-bin {
1015
color: rgba(0, 0, 0, 0.48); }
1016
1017
.message-secondary-bin > StIcon {
1018
icon-size: 16px; }
1019
1020
.message-title {
1021
min-height: 18px;
1022
padding-top: 2px;
1023
color: rgba(0, 0, 0, 0.8);
1024
font-weight: bold;
1025
font-size: 1em; }
1026
1027
.message-content {
1028
padding: 8px;
1029
color: rgba(0, 0, 0, 0.6);
1030
font-size: 1em; }
1031
1032
.message-content * > StIcon {
1033
icon-size: 16px;
1034
border-radius: 16px;
1035
padding: 2px;
1036
color: rgba(0, 0, 0, 0.6); }
1037
1038
/* FIXME: how do you do this in sass? */
1039
.message-content *:hover > StIcon,
1040
.message-content *:focus > StIcon {
1041
color: rgba(0, 0, 0, 0.8);
1042
background-color: rgba(0, 0, 0, 0.12); }
1043
1044
.message-content *:active > StIcon {
1045
color: rgba(0, 0, 0, 0.8);
1046
background-color: rgba(0, 0, 0, 0.24); }
1047
1048
.message-media-control {
1049
margin: 16px 0;
1050
padding: 8px;
1051
border-radius: 100px;
1052
color: rgba(0, 0, 0, 0.6); }
1053
.message-media-control:hover, .message-media-control:focus {
1054
color: rgba(0, 0, 0, 0.8);
1055
background-color: rgba(0, 0, 0, 0.12); }
1056
.message-media-control:active {
1057
color: rgba(0, 0, 0, 0.8);
1058
background-color: rgba(0, 0, 0, 0.24); }
1059
.message-media-control:insensitive {
1060
color: rgba(0, 0, 0, 0.24); }
1061
.message-media-control:last-child:ltr {
1062
margin-right: 16px;
1063
padding-right: 8px; }
1064
.message-media-control:last-child:rtl {
1065
margin-left: 16px;
1066
padding-left: 8px; }
1067
1068
.media-message-cover-icon {
1069
icon-size: 32px; }
1070
.media-message-cover-icon.fallback {
1071
icon-size: 16px;
1072
padding: 8px;
1073
border: none;
1074
border-radius: 2px;
1075
background-color: rgba(0, 0, 0, 0.12);
1076
color: rgba(0, 0, 0, 0.48); }
1077
1078
.system-switch-user-submenu-icon.user-icon {
1079
icon-size: 20px;
1080
padding: 0 2px; }
1081
1082
.system-switch-user-submenu-icon.default-icon {
1083
icon-size: 16px;
1084
padding: 0 4px; }
1085
1086
#appMenu {
1087
spinner-image: url("process-working.svg");
1088
spacing: 4px; }
1089
#appMenu .label-shadow {
1090
color: transparent; }
1091
1092
.aggregate-menu {
1093
min-width: 280px; }
1094
.aggregate-menu .popup-menu-icon {
1095
padding: 0 4px; }
1096
1097
.system-menu-action {
1098
color: rgba(0, 0, 0, 0.6);
1099
border-radius: 100px;
1100
/* wish we could do 50% */
1101
padding: 14px;
1102
border: none; }
1103
.system-menu-action:hover, .system-menu-action:focus {
1104
background-color: rgba(0, 0, 0, 0.12);
1105
color: rgba(0, 0, 0, 0.8);
1106
border: none;
1107
padding: 14px; }
1108
.system-menu-action:active {
1109
background-color: rgba(0, 0, 0, 0.24);
1110
color: rgba(0, 0, 0, 0.8); }
1111
.system-menu-action > StIcon {
1112
icon-size: 16px; }
1113
1114
.ripple-box {
1115
width: 48px;
1116
height: 48px;
1117
background-image: url("assets/corner-ripple-ltr.svg");
1118
background-size: contain; }
1119
1120
.ripple-box:rtl {
1121
background-image: url("assets/corner-ripple-rtl.svg"); }
1122
1123
.popup-menu-arrow {
1124
width: 16px;
1125
height: 16px; }
1126
1127
.popup-menu-icon {
1128
icon-size: 1.23077em; }
1129
1130
.window-close {
1131
height: 32px;
1132
width: 32px;
1133
-st-background-image-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
1134
background-image: url("assets/window-close.svg");
1135
background-size: 32px; }
1136
.window-close:hover {
1137
-st-background-image-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); }
1138
.window-close:active {
1139
background-image: url("assets/window-close-active.svg"); }
1140
1141
.window-close {
1142
-shell-close-overlap: 16px; }
1143
.window-close:rtl {
1144
-st-background-image-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24); }
1145
.window-close:rtl:hover {
1146
-st-background-image-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); }
1147
1148
/* NETWORK DIALOGS */
1149
.nm-dialog {
1150
max-height: 500px;
1151
min-height: 450px;
1152
min-width: 470px; }
1153
1154
.nm-dialog-content {
1155
spacing: 20px;
1156
padding: 24px; }
1157
1158
.nm-dialog-header-hbox {
1159
spacing: 10px; }
1160
1161
.nm-dialog-airplane-box {
1162
spacing: 12px; }
1163
1164
.nm-dialog-airplane-headline {
1165
font-weight: bold;
1166
text-align: center; }
1167
1168
.nm-dialog-airplane-text {
1169
color: rgba(0, 0, 0, 0.8); }
1170
1171
.nm-dialog-header-icon {
1172
icon-size: 32px; }
1173
1174
.nm-dialog-scroll-view {
1175
border: none; }
1176
1177
.nm-dialog-header {
1178
font-size: 15pt;
1179
font-weight: 500; }
1180
1181
.nm-dialog-item {
1182
font-size: 1em;
1183
border-bottom: none;
1184
border-radius: 2px;
1185
padding: 12px;
1186
spacing: 20px; }
1187
.nm-dialog-item:hover, .nm-dialog-item:focus {
1188
background-color: rgba(0, 0, 0, 0.12); }
1189
.nm-dialog-item:active {
1190
background-color: rgba(0, 0, 0, 0.24); }
1191
1192
.nm-dialog-item:selected {
1193
background-color: #42A5F5;
1194
color: #FFFFFF; }
1195
1196
.nm-dialog-icons {
1197
spacing: .5em; }
1198
1199
.nm-dialog-icon {
1200
icon-size: 16px; }
1201
1202
.no-networks-label {
1203
color: rgba(0, 0, 0, 0.48); }
1204
1205
.no-networks-box {
1206
spacing: 12px; }
1207
1208
/* OVERVIEW */
1209
#overview {
1210
spacing: 24px; }
1211
1212
.overview-controls {
1213
padding-bottom: 32px; }
1214
1215
.window-picker {
1216
-horizontal-spacing: 32px;
1217
-vertical-spacing: 32px;
1218
padding-left: 32px;
1219
padding-right: 32px;
1220
padding-bottom: 48px; }
1221
.window-picker.external-monitor {
1222
padding: 32px; }
1223
1224
.window-clone-border {
1225
border: 4px solid rgba(255, 255, 255, 0.3);
1226
border-radius: 2px;
1227
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); }
1228
1229
.window-caption {
1230
spacing: 25px;
1231
color: #FFFFFF;
1232
background-color: transparent;
1233
border-radius: 2px;
1234
padding: 4px 8px;
1235
-shell-caption-spacing: 12px; }
1236
.window-caption:hover {
1237
background-color: rgba(255, 255, 255, 0.3);
1238
color: #FFFFFF; }
1239
1240
.search-entry {
1241
width: 304px;
1242
padding: 0 8px;
1243
border-radius: 0;
1244
color: rgba(255, 255, 255, 0.6);
1245
selection-background-color: rgba(255, 255, 255, 0.3);
1246
selected-color: #FFFFFF;
1247
background-color: rgba(0, 0, 0, 0.01);
1248
border-color: transparent;
1249
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3); }
1250
.search-entry:focus {
1251
border-color: transparent;
1252
box-shadow: inset 0 -2px #FFFFFF;
1253
padding: 0 8px;
1254
border-width: 0;
1255
color: #FFFFFF; }
1256
.search-entry .search-entry-icon {
1257
icon-size: 16px;
1258
padding: 0 0;
1259
color: rgba(255, 255, 255, 0.6); }
1260
.search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon {
1261
color: #FFFFFF; }
1262
1263
#searchResultsBin {
1264
max-width: 1000px; }
1265
1266
#searchResultsContent {
1267
padding-left: 20px;
1268
padding-right: 20px;
1269
spacing: 16px; }
1270
1271
.search-section {
1272
spacing: 16px; }
1273
1274
.search-section-content {
1275
spacing: 32px; }
1276
1277
.list-search-results {
1278
spacing: 3px; }
1279
1280
.search-section-separator {
1281
-gradient-height: 1px;
1282
-gradient-start: rgba(255, 255, 255, 0);
1283
-gradient-end: rgba(255, 255, 255, 0.4);
1284
-margin-horizontal: 1.5em;
1285
height: 1px; }
1286
1287
.list-search-result-content {
1288
spacing: 12px;
1289
padding: 12px; }
1290
1291
.list-search-result-title {
1292
font-size: 18pt;
1293
font-weight: 400;
1294
color: #FFFFFF; }
1295
1296
.list-search-result-description {
1297
color: rgba(255, 255, 255, 0.75); }
1298
1299
.search-provider-icon {
1300
padding: 15px; }
1301
1302
.search-provider-icon-more {
1303
width: 16px;
1304
height: 16px;
1305
background-image: url("assets/more-results.svg"); }
1306
1307
/* DASHBOARD */
1308
#dash {
1309
font-size: 1em;
1310
color: #FFFFFF;
1311
background-color: rgba(255, 255, 255, 0.1);
1312
padding: 3px 0;
1313
border: none;
1314
border-left: 0px;
1315
border-radius: 0px 2px 2px 0px; }
1316
#dash:rtl {
1317
border-radius: 2px 0 0 2px; }
1318
#dash .placeholder {
1319
background-image: url("assets/dash-placeholder.svg");
1320
background-size: contain;
1321
height: 24px; }
1322
#dash .empty-dash-drop-target {
1323
width: 24px;
1324
height: 24px; }
1325
1326
.dash-item-container > StWidget {
1327
padding: 3px 6px; }
1328
1329
.dash-label {
1330
border-radius: 2px;
1331
padding: 7px 8px;
1332
color: rgba(0, 0, 0, 0.8);
1333
background-color: #FAFAFA;
1334
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
1335
text-align: center;
1336
-x-offset: 8px; }
1337
1338
/* App Vault/Grid */
1339
.icon-grid {
1340
spacing: 30px;
1341
-shell-grid-horizontal-item-size: 136px;
1342
-shell-grid-vertical-item-size: 136px; }
1343
.icon-grid .overview-icon {
1344
icon-size: 96px; }
1345
1346
.app-view-controls {
1347
width: 320px;
1348
padding-bottom: 32px; }
1349
1350
.app-view-control {
1351
padding: 0 16px;
1352
font-weight: bold;
1353
color: rgba(255, 255, 255, 0.75); }
1354
.app-view-control:hover {
1355
color: #FFFFFF;
1356
background-color: rgba(255, 255, 255, 0.15) !important; }
1357
.app-view-control:active {
1358
color: #FFFFFF;
1359
background-color: rgba(255, 255, 255, 0.3) !important; }
1360
.app-view-control:checked {
1361
color: #FFFFFF;
1362
background-color: rgba(0, 0, 0, 0.01) !important;
1363
box-shadow: inset 0 2px 0 #FFFFFF; }
1364
.app-view-control:first-child {
1365
border-right-width: 0;
1366
border-radius: 2px; }
1367
.app-view-control:first-child:checked {
1368
border-radius: 0; }
1369
.app-view-control:last-child {
1370
border-radius: 2px; }
1371
.app-view-control:last-child:checked {
1372
border-radius: 0; }
1373
1374
.search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover,
1375
.list-search-result:focus,
1376
.list-search-result:selected,
1377
.list-search-result:hover {
1378
background-color: rgba(255, 255, 255, 0.15);
1379
transition-duration: 0s; }
1380
.search-provider-icon:active, .search-provider-icon:checked,
1381
.list-search-result:active,
1382
.list-search-result:checked {
1383
background-color: rgba(255, 255, 255, 0.3);
1384
transition-duration: 0.15s; }
1385
1386
.app-well-app:hover .overview-icon, .app-well-app:focus .overview-icon, .app-well-app:selected .overview-icon,
1387
.app-well-app.app-folder:hover .overview-icon,
1388
.app-well-app.app-folder:focus .overview-icon,
1389
.app-well-app.app-folder:selected .overview-icon,
1390
.show-apps:hover .overview-icon,
1391
.show-apps:focus .overview-icon,
1392
.show-apps:selected .overview-icon,
1393
.grid-search-result:hover .overview-icon,
1394
.grid-search-result:focus .overview-icon,
1395
.grid-search-result:selected .overview-icon {
1396
background-color: rgba(255, 255, 255, 0.15);
1397
transition-duration: 0s;
1398
border-image: none;
1399
background-image: none; }
1400
.app-well-app:active .overview-icon, .app-well-app:checked .overview-icon,
1401
.app-well-app.app-folder:active .overview-icon,
1402
.app-well-app.app-folder:checked .overview-icon,
1403
.show-apps:active .overview-icon,
1404
.show-apps:checked .overview-icon,
1405
.grid-search-result:active .overview-icon,
1406
.grid-search-result:checked .overview-icon {
1407
background-color: rgba(255, 255, 255, 0.3);
1408
box-shadow: 0 0 transparent;
1409
transition-duration: 0.15s; }
1410
1411
.app-well-app-running-dot {
1412
width: 32px;
1413
height: 2px;
1414
background-color: #FFFFFF;
1415
margin-bottom: 0; }
1416
1417
.search-provider-icon,
1418
.list-search-result, .app-well-app .overview-icon,
1419
.app-well-app.app-folder .overview-icon,
1420
.show-apps .overview-icon,
1421
.grid-search-result .overview-icon {
1422
color: #FFFFFF;
1423
border-radius: 2px;
1424
padding: 6px;
1425
border: none;
1426
transition-duration: 0.15s;
1427
text-align: center; }
1428
1429
.app-well-app.app-folder > .overview-icon {
1430
background-color: rgba(255, 255, 255, 0.1); }
1431
1432
.show-apps .show-apps-icon {
1433
color: rgba(255, 255, 255, 0.75); }
1434
1435
.show-apps:hover .show-apps-icon,
1436
.show-apps:active .show-apps-icon,
1437
.show-apps:checked .show-apps-icon,
1438
.show-apps:focus .show-apps-icon {
1439
color: #FFFFFF;
1440
transition-duration: 0.15s; }
1441
1442
.app-folder-popup {
1443
-arrow-border-radius: 2px;
1444
-arrow-background-color: rgba(255, 255, 255, 0.1);
1445
-arrow-base: 24px;
1446
-arrow-rise: 12px; }
1447
1448
.app-folder-popup-bin {
1449
padding: 5px; }
1450
1451
.app-folder-icon {
1452
padding: 5px;
1453
spacing-rows: 5px;
1454
spacing-columns: 5px; }
1455
1456
.page-indicator {
1457
padding: 15px 20px; }
1458
.page-indicator .page-indicator-icon {
1459
width: 12px;
1460
height: 12px;
1461
border-radius: 12px;
1462
background-image: none;
1463
background-color: rgba(255, 255, 255, 0.3); }
1464
.page-indicator:hover .page-indicator-icon {
1465
background-image: none;
1466
background-color: rgba(255, 255, 255, 0.6); }
1467
.page-indicator:active .page-indicator-icon {
1468
background-image: none;
1469
background-color: rgba(255, 255, 255, 0.9); }
1470
.page-indicator:checked .page-indicator-icon {
1471
background-image: none;
1472
background-color: #FFFFFF;
1473
transition-duration: 0s; }
1474
.page-indicator:checked:active {
1475
background-image: none; }
1476
1477
.app-well-app > .overview-icon.overview-icon-with-label,
1478
.grid-search-result .overview-icon.overview-icon-with-label {
1479
padding: 10px 8px 5px 8px;
1480
spacing: 4px; }
1481
1482
.workspace-thumbnails {
1483
visible-width: 32px;
1484
spacing: 12px;
1485
padding: 12px;
1486
border-radius: 2px 0 0 2px; }
1487
.workspace-thumbnails:rtl {
1488
border-radius: 0 2px 2px 0; }
1489
1490
.workspace-thumbnail-indicator {
1491
border: 0 solid #FFFFFF;
1492
border-left-width: 2px;
1493
padding: 6px;
1494
border-radius: 0; }
1495
1496
.search-display > StBoxLayout,
1497
.all-apps,
1498
.frequent-apps > StBoxLayout {
1499
padding: 0px 88px 10px 88px; }
1500
1501
.workspace-thumbnails {
1502
color: #FFFFFF;
1503
background-color: rgba(255, 255, 255, 0.1);
1504
border: none; }
1505
1506
.search-statustext, .no-frequent-applications-label {
1507
font-size: 45px;
1508
font-weight: 400;
1509
color: rgba(255, 255, 255, 0.6); }
1510
1511
/* NOTIFICATIONS & MESSAGE TRAY */
1512
.url-highlighter {
1513
link-color: #42A5F5; }
1514
1515
.notification-banner {
1516
font-size: 1em;
1517
width: 34em;
1518
min-height: 56px;
1519
margin: 5px;
1520
border-radius: 2px;
1521
color: rgba(0, 0, 0, 0.8);
1522
background-color: #FAFAFA;
1523
border: none;
1524
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); }
1525
.notification-banner:hover {
1526
background-color: #FAFAFA; }
1527
.notification-banner:focus {
1528
background-color: #FAFAFA; }
1529
.notification-banner .notification-icon {
1530
padding: 5px; }
1531
.notification-banner .notification-content {
1532
padding: 5px;
1533
spacing: 5px; }
1534
.notification-banner .secondary-icon {
1535
icon-size: 1.23077em; }
1536
.notification-banner .notification-actions {
1537
background-color: transparent;
1538
padding-top: 0;
1539
border-top: 1px solid rgba(0, 0, 0, 0.1);
1540
spacing: 1px; }
1541
.notification-banner .notification-button {
1542
min-height: 40px;
1543
padding: 0 16px;
1544
background-color: transparent;
1545
color: rgba(0, 0, 0, 0.6);
1546
font-weight: 500; }
1547
.notification-banner .notification-button:first-child {
1548
border-radius: 0 0 0 2px; }
1549
.notification-banner .notification-button:last-child {
1550
border-radius: 0 0 2px 0; }
1551
.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus {
1552
background-color: rgba(0, 0, 0, 0.12);
1553
color: rgba(0, 0, 0, 0.8); }
1554
.notification-banner .notification-button:active {
1555
background-color: rgba(0, 0, 0, 0.24);
1556
color: rgba(0, 0, 0, 0.8); }
1557
1558
.summary-source-counter {
1559
font-size: 1em;
1560
font-weight: bold;
1561
height: 1.6em;
1562
width: 1.6em;
1563
-shell-counter-overlap-x: 3px;
1564
-shell-counter-overlap-y: 3px;
1565
background-color: #42A5F5;
1566
color: #FFFFFF;
1567
border: 2px solid #FFFFFF;
1568
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
1569
border-radius: 0.9em; }
1570
1571
.secondary-icon {
1572
icon-size: 1.23077em; }
1573
1574
.chat-body {
1575
spacing: 5px; }
1576
1577
.chat-response {
1578
margin: 5px; }
1579
1580
.chat-log-message {
1581
color: rgba(0, 0, 0, 0.8); }
1582
1583
.chat-new-group {
1584
padding-top: 1em; }
1585
1586
.chat-received {
1587
padding-left: 4px; }
1588
.chat-received:rtl {
1589
padding-left: 0px;
1590
padding-right: 4px; }
1591
1592
.chat-sent {
1593
padding-left: 18pt;
1594
color: rgba(0, 0, 0, 0.6); }
1595
.chat-sent:rtl {
1596
padding-left: 0;
1597
padding-right: 18pt; }
1598
1599
.chat-meta-message {
1600
padding-left: 4px;
1601
font-size: 9pt;
1602
font-weight: 400;
1603
color: rgba(0, 0, 0, 0.48); }
1604
.chat-meta-message:rtl {
1605
padding-left: 0;
1606
padding-right: 4px; }
1607
1608
.hotplug-transient-box {
1609
spacing: 6px;
1610
padding: 2px 72px 2px 12px; }
1611
1612
.hotplug-notification-item {
1613
padding: 2px 10px; }
1614
.hotplug-notification-item:focus {
1615
padding: 1px 71px 1px 11px; }
1616
1617
.hotplug-notification-item-icon {
1618
icon-size: 24px;
1619
padding: 2px 5px; }
1620
1621
.hotplug-resident-box {
1622
spacing: 8px; }
1623
1624
.hotplug-resident-mount {
1625
spacing: 8px;
1626
border-radius: 2px; }
1627
.hotplug-resident-mount:hover {
1628
background-color: rgba(0, 0, 0, 0.12); }
1629
.hotplug-resident-mount:active {
1630
background-color: rgba(0, 0, 0, 0.24); }
1631
1632
.hotplug-resident-mount-label {
1633
color: inherit;
1634
padding-left: 6px; }
1635
1636
.hotplug-resident-mount-icon {
1637
icon-size: 24px;
1638
padding-left: 6px; }
1639
1640
.hotplug-resident-eject-icon {
1641
icon-size: 16px; }
1642
1643
.hotplug-resident-eject-button {
1644
padding: 7px;
1645
border-radius: 2px;
1646
color: rgba(0, 0, 0, 0.8); }
1647
1648
/* Eeeky things */
1649
.legacy-tray {
1650
background-color: rgba(0, 0, 0, 0.6);
1651
color: #FFFFFF;
1652
border: none;
1653
border-bottom-width: 0; }
1654
.legacy-tray:ltr {
1655
border-radius: 0 2px 0 0;
1656
border-left-width: 0; }
1657
.legacy-tray:rtl {
1658
border-radius: 2px 0 0 0;
1659
border-right-width: 0; }
1660
1661
.legacy-tray-handle,
1662
.legacy-tray-icon {
1663
padding: 6px; }
1664
.legacy-tray-handle StIcon,
1665
.legacy-tray-icon StIcon {
1666
icon-size: 24px; }
1667
.legacy-tray-handle:hover, .legacy-tray-handle:focus,
1668
.legacy-tray-icon:hover,
1669
.legacy-tray-icon:focus {
1670
background-color: rgba(255, 255, 255, 0.15); }
1671
.legacy-tray-handle:active,
1672
.legacy-tray-icon:active {
1673
background-color: rgba(255, 255, 255, 0.3); }
1674
1675
.legacy-tray-icon-box {
1676
spacing: 12px; }
1677
.legacy-tray-icon-box:ltr {
1678
padding-left: 12px; }
1679
.legacy-tray-icon-box:rtl {
1680
padding-right: 12px; }
1681
.legacy-tray-icon-box StButton {
1682
width: 24px;
1683
height: 24px; }
1684
1685
.magnifier-zoom-region {
1686
border: 2px solid #42A5F5; }
1687
.magnifier-zoom-region.full-screen {
1688
border-width: 0; }
1689
1690
/* On-screen Keyboard */
1691
#keyboard {
1692
background-color: rgba(0, 0, 0, 0.3); }
1693
1694
.keyboard-layout {
1695
spacing: 10px;
1696
padding: 10px; }
1697
1698
.keyboard-row {
1699
spacing: 15px; }
1700
1701
.keyboard-key {
1702
min-height: 64px;
1703
min-width: 64px;
1704
font-size: 2em;
1705
font-weight: 500;
1706
border-radius: 2px;
1707
border: none;
1708
color: inherit;
1709
color: rgba(0, 0, 0, 0.6);
1710
background-color: #FAFAFA;
1711
border-color: transparent;
1712
box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
1713
text-shadow: none;
1714
icon-shadow: none; }
1715
.keyboard-key:focus {
1716
color: rgba(0, 0, 0, 0.8);
1717
text-shadow: none;
1718
icon-shadow: none;
1719
box-shadow: 0 0 transparent; }
1720
.keyboard-key:hover, .keyboard-key:checked {
1721
color: rgba(0, 0, 0, 0.8);
1722
background-color: #FAFAFA;
1723
border-color: transparent;
1724
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
1725
text-shadow: none;
1726
icon-shadow: none; }
1727
.keyboard-key:active {
1728
color: rgba(0, 0, 0, 0.8);
1729
background-color: rgba(194, 194, 194, 0.94);
1730
border-color: transparent;
1731
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
1732
text-shadow: none;
1733
icon-shadow: none; }
1734
.keyboard-key:grayed {
1735
background-color: rgba(0, 0, 0, 0.3);
1736
color: #FFFFFF;
1737
border-color: rgba(0, 0, 0, 0.3); }
1738
1739
.keyboard-subkeys {
1740
color: inherit;
1741
padding: 5px;
1742
-arrow-border-radius: 0;
1743
-arrow-background-color: transparent;
1744
-arrow-border-width: 0;
1745
-arrow-border-color: transparent;
1746
-arrow-base: 0;
1747
-arrow-rise: 0;
1748
-boxpointer-gap: 5px;
1749
background-color: #FAFAFA;
1750
border-radius: 2px;
1751
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); }
1752
1753
.candidate-popup-content {
1754
padding: 8px;
1755
spacing: 0; }
1756
1757
.candidate-index {
1758
padding: 0 4px 0 0;
1759
color: rgba(0, 0, 0, 0.48); }
1760
.candidate-box:selected .candidate-index {
1761
color: rgba(255, 255, 255, 0.6); }
1762
1763
.candidate-box {
1764
transition-duration: 0s;
1765
min-height: 28px;
1766
padding: 0 8px;
1767
border-radius: 2px; }
1768
.candidate-box:hover {
1769
background-color: rgba(0, 0, 0, 0.12);
1770
color: rgba(0, 0, 0, 0.8); }
1771
.candidate-box:active {
1772
background-color: rgba(0, 0, 0, 0.24);
1773
color: rgba(0, 0, 0, 0.8); }
1774
.candidate-box:selected {
1775
background-color: #42A5F5;
1776
color: #FFFFFF; }
1777
1778
.candidate-page-button-box {
1779
height: 28px; }
1780
.vertical .candidate-page-button-box {
1781
padding-top: 0; }
1782
.horizontal .candidate-page-button-box {
1783
padding-left: 0; }
1784
1785
.candidate-page-button {
1786
min-width: 28px;
1787
min-height: 28px;
1788
padding: 0; }
1789
1790
.candidate-page-button-previous {
1791
border-radius: 2px;
1792
border-right-width: 0; }
1793
1794
.candidate-page-button-next {
1795
border-radius: 2px; }
1796
1797
.candidate-page-button-icon {
1798
icon-size: 1.23077em; }
1799
1800
/* Auth Dialogs & Screen Shield */
1801
.framed-user-icon {
1802
background-size: contain;
1803
border: none;
1804
color: #FFFFFF;
1805
border-radius: 2px; }
1806
.framed-user-icon:hover {
1807
border-color: #FFFFFF;
1808
color: #FFFFFF; }
1809
1810
.login-dialog-banner-view {
1811
padding-top: 24px;
1812
max-width: 23em; }
1813
1814
.login-dialog {
1815
border: none;
1816
background-color: transparent; }
1817
.login-dialog StEntry {
1818
color: #FFFFFF;
1819
selection-background-color: rgba(255, 255, 255, 0.3);
1820
selected-color: #FFFFFF;
1821
background-color: rgba(0, 0, 0, 0.01);
1822
border-color: transparent;
1823
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3); }
1824
.login-dialog StEntry:focus {
1825
border-color: transparent;
1826
box-shadow: inset 0 -2px #FFFFFF; }
1827
.login-dialog StEntry:insensitive {
1828
color: rgba(0, 0, 0, 0.32);
1829
border-color: transparent;
1830
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
1831
color: rgba(255, 255, 255, 0.4); }
1832
.login-dialog .modal-dialog-button-box {
1833
spacing: 3px; }
1834
.login-dialog .modal-dialog-button {
1835
padding: 0 16px;
1836
color: rgba(255, 255, 255, 0.75);
1837
background-color: transparent;
1838
border-color: transparent;
1839
box-shadow: 0 0 transparent;
1840
text-shadow: none;
1841
icon-shadow: none; }
1842
.login-dialog .modal-dialog-button:hover, .login-dialog .modal-dialog-button:focus {
1843
color: #FFFFFF;
1844
background-color: rgba(255, 255, 255, 0.15);
1845
border-color: transparent;
1846
box-shadow: 0 0 transparent;
1847
text-shadow: none;
1848
icon-shadow: none; }
1849
.login-dialog .modal-dialog-button:active {
1850
color: #FFFFFF;
1851
background-color: rgba(255, 255, 255, 0.3);
1852
border-color: transparent;
1853
box-shadow: 0 0 transparent;
1854
text-shadow: none;
1855
icon-shadow: none; }
1856
.login-dialog .modal-dialog-button:insensitive {
1857
color: rgba(255, 255, 255, 0.3);
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:default {
1864
color: #FFFFFF;
1865
background-color: #FF4081;
1866
border-color: transparent;
1867
box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
1868
text-shadow: none;
1869
icon-shadow: none; }
1870
.login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus {
1871
color: #FFFFFF;
1872
background-color: #FF4081;
1873
border-color: transparent;
1874
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
1875
text-shadow: none;
1876
icon-shadow: none; }
1877
.login-dialog .modal-dialog-button:default:active {
1878
color: #FFFFFF;
1879
background-color: #ff79a7;
1880
border-color: transparent;
1881
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
1882
text-shadow: none;
1883
icon-shadow: none; }
1884
.login-dialog .modal-dialog-button:default:insensitive {
1885
color: rgba(255, 255, 255, 0.4);
1886
background-color: rgba(255, 255, 255, 0.12);
1887
border-color: transparent;
1888
box-shadow: 0 0 transparent;
1889
text-shadow: none;
1890
icon-shadow: none; }
1891
1892
.login-dialog-logo-bin {
1893
padding: 24px 0px; }
1894
1895
.login-dialog-banner {
1896
color: rgba(255, 255, 255, 0.75); }
1897
1898
.login-dialog-button-box {
1899
spacing: 5px; }
1900
1901
.login-dialog-message-warning {
1902
color: #FF6D00; }
1903
1904
.login-dialog-message-hint {
1905
padding-top: 0;
1906
padding-bottom: 20px; }
1907
1908
.login-dialog-user-selection-box {
1909
padding: 100px 0px; }
1910
.login-dialog-user-selection-box .login-dialog-not-listed-label {
1911
padding-left: 2px; }
1912
.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 {
1913
color: #FFFFFF; }
1914
1915
.login-dialog-not-listed-label {
1916
font-size: 1em;
1917
font-weight: bold;
1918
color: rgba(255, 255, 255, 0.75);
1919
padding-top: 1em; }
1920
.login-dialog-not-listed-label:hover {
1921
color: #FFFFFF; }
1922
.login-dialog-not-listed-label:focus {
1923
background-color: rgba(255, 255, 255, 0.15); }
1924
1925
.login-dialog-user-list-view {
1926
-st-vfade-offset: 1em; }
1927
1928
.login-dialog-user-list {
1929
spacing: 12px;
1930
padding: .2em;
1931
width: 23em; }
1932
.login-dialog-user-list:expanded .login-dialog-user-list-item:focus {
1933
background-color: rgba(255, 255, 255, 0.15);
1934
color: #FFFFFF; }
1935
.login-dialog-user-list:expanded .login-dialog-user-list-item:hover {
1936
background-color: rgba(255, 255, 255, 0.15);
1937
color: #FFFFFF; }
1938
.login-dialog-user-list:expanded .login-dialog-user-list-item:active {
1939
background-color: rgba(255, 255, 255, 0.3);
1940
color: #FFFFFF; }
1941
.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in {
1942
border-right: 2px solid #FFFFFF; }
1943
1944
.login-dialog-user-list-item {
1945
border-radius: 2px;
1946
padding: 4px 4px 0;
1947
color: rgba(255, 255, 255, 0.75); }
1948
.login-dialog-user-list-item:ltr {
1949
padding-right: 1em; }
1950
.login-dialog-user-list-item:rtl {
1951
padding-left: 1em; }
1952
.login-dialog-user-list-item:hover {
1953
background-color: rgba(255, 255, 255, 0.15);
1954
color: #FFFFFF; }
1955
.login-dialog-user-list-item:active {
1956
background-color: rgba(255, 255, 255, 0.3);
1957
color: #FFFFFF; }
1958
.login-dialog-user-list-item .login-dialog-timed-login-indicator {
1959
height: 2px;
1960
margin: 2px 0 0 0;
1961
background-color: #FFFFFF; }
1962
.login-dialog-user-list-item:focus .login-dialog-timed-login-indicator {
1963
background-color: #FFFFFF; }
1964
1965
.login-dialog-username,
1966
.user-widget-label {
1967
color: #FFFFFF;
1968
font-size: 15pt;
1969
font-weight: 500;
1970
text-align: left;
1971
padding-left: 15px; }
1972
1973
.user-widget-label:ltr {
1974
padding-left: 18px; }
1975
.user-widget-label:rtl {
1976
padding-right: 18px; }
1977
1978
.login-dialog-prompt-layout {
1979
padding-top: 24px;
1980
padding-bottom: 12px;
1981
spacing: 8px;
1982
width: 23em; }
1983
1984
.login-dialog-prompt-label {
1985
color: rgba(255, 255, 255, 0.6);
1986
font-size: 1em;
1987
padding-top: 1em; }
1988
1989
.login-dialog-session-list-button StIcon {
1990
icon-size: 1.25em; }
1991
1992
.login-dialog-session-list-button {
1993
color: rgba(255, 255, 255, 0.75); }
1994
.login-dialog-session-list-button:hover, .login-dialog-session-list-button:focus {
1995
color: #FFFFFF; }
1996
.login-dialog-session-list-button:active {
1997
color: #FFFFFF; }
1998
1999
.screen-shield-arrows {
2000
padding-bottom: 3em; }
2001
2002
.screen-shield-arrows Gjs_Arrow {
2003
color: white;
2004
width: 80px;
2005
height: 48px;
2006
-arrow-thickness: 12px;
2007
-arrow-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24); }
2008
2009
.screen-shield-clock {
2010
color: white;
2011
text-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
2012
font-weight: normal;
2013
text-align: center;
2014
padding-bottom: 1.5em; }
2015
2016
.screen-shield-clock-time {
2017
font-size: 112px;
2018
font-weight: 300;
2019
text-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24); }
2020
2021
.screen-shield-clock-date {
2022
font-size: 45px;
2023
font-weight: 400; }
2024
2025
.screen-shield-notifications-container {
2026
spacing: 6px;
2027
width: 30em;
2028
background-color: transparent;
2029
max-height: 500px; }
2030
.screen-shield-notifications-container .summary-notification-stack-scrollview {
2031
padding-top: 0;
2032
padding-bottom: 0; }
2033
.screen-shield-notifications-container .notification,
2034
.screen-shield-notifications-container .screen-shield-notification-source {
2035
padding: 8px;
2036
border: none;
2037
background-color: rgba(0, 0, 0, 0.3);
2038
color: #FFFFFF;
2039
border-radius: 2px; }
2040
.screen-shield-notifications-container .notification {
2041
margin-right: 16px; }
2042
2043
.screen-shield-notification-label {
2044
min-height: 18px;
2045
padding: 2px 0px 0px 16px;
2046
font-weight: bold; }
2047
2048
.screen-shield-notification-count-text {
2049
min-height: 18px;
2050
padding: 2px 0px 0px 16px;
2051
color: rgba(255, 255, 255, 0.75); }
2052
2053
#panel.lock-screen {
2054
background-color: rgba(0, 0, 0, 0.3); }
2055
2056
.screen-shield-background {
2057
background: black;
2058
box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); }
2059
2060
#lockDialogGroup {
2061
background: #607D8B url("assets/noise-texture.svg");
2062
background-size: cover; }
2063
2064
#LookingGlassDialog {
2065
background-color: #FAFAFA;
2066
spacing: 4px;
2067
padding: 0;
2068
border: none;
2069
border-radius: 2px;
2070
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44); }
2071
#LookingGlassDialog > #Toolbar {
2072
padding: 0 8px;
2073
border: none;
2074
border-radius: 0;
2075
background-color: rgba(250, 250, 250, 0.01);
2076
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); }
2077
#LookingGlassDialog .labels {
2078
spacing: 0; }
2079
#LookingGlassDialog .notebook-tab {
2080
-natural-hpadding: 12px;
2081
-minimum-hpadding: 6px;
2082
font-weight: bold;
2083
color: rgba(0, 0, 0, 0.48);
2084
transition-duration: 0.15s;
2085
padding-left: 16px;
2086
padding-right: 16px;
2087
min-height: 32px;
2088
padding: 0 32px; }
2089
#LookingGlassDialog .notebook-tab:hover {
2090
box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.24);
2091
color: rgba(0, 0, 0, 0.8);
2092
text-shadow: none; }
2093
#LookingGlassDialog .notebook-tab:selected {
2094
border-bottom-width: 0;
2095
border-color: transparent;
2096
background-color: rgba(250, 250, 250, 0.01);
2097
box-shadow: inset 0 -2px 0px #42A5F5;
2098
color: rgba(0, 0, 0, 0.8);
2099
text-shadow: none; }
2100
#LookingGlassDialog StBoxLayout#EvalBox {
2101
padding: 4px;
2102
spacing: 4px; }
2103
#LookingGlassDialog StBoxLayout#ResultsArea {
2104
spacing: 4px; }
2105
2106
.lg-dialog StEntry {
2107
selection-background-color: #42A5F5;
2108
selected-color: #FFFFFF; }
2109
.lg-dialog .shell-link {
2110
color: #42A5F5; }
2111
.lg-dialog .shell-link:hover {
2112
color: #42A5F5; }
2113
2114
.lg-completions-text {
2115
font-size: 1em;
2116
font-style: italic; }
2117
2118
.lg-obj-inspector-title {
2119
spacing: 4px; }
2120
2121
.lg-obj-inspector-button {
2122
min-height: 32px;
2123
padding: 0 16px;
2124
border: none;
2125
border-radius: 2px;
2126
font-size: 9.75pt;
2127
font-weight: 500;
2128
color: rgba(0, 0, 0, 0.6);
2129
background-color: transparent;
2130
border-color: transparent;
2131
box-shadow: 0 0 transparent;
2132
text-shadow: none;
2133
icon-shadow: none; }
2134
.lg-obj-inspector-button:hover {
2135
color: rgba(0, 0, 0, 0.8);
2136
background-color: rgba(0, 0, 0, 0.12);
2137
border-color: transparent;
2138
box-shadow: 0 0 transparent;
2139
text-shadow: none;
2140
icon-shadow: none; }
2141
.lg-obj-inspector-button:active {
2142
color: rgba(0, 0, 0, 0.8);
2143
background-color: rgba(0, 0, 0, 0.24);
2144
border-color: transparent;
2145
box-shadow: 0 0 transparent;
2146
text-shadow: none;
2147
icon-shadow: none; }
2148
.lg-obj-inspector-button:insensitive {
2149
color: rgba(0, 0, 0, 0.24);
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:focus {
2156
color: rgba(0, 0, 0, 0.8);
2157
text-shadow: none;
2158
icon-shadow: none;
2159
box-shadow: 0 0 transparent; }
2160
.lg-obj-inspector-button:hover {
2161
border: none; }
2162
2163
#lookingGlassExtensions {
2164
padding: 4px; }
2165
2166
.lg-extensions-list {
2167
padding: 4px;
2168
spacing: 6px; }
2169
2170
.lg-extension {
2171
border: none;
2172
border-radius: 2px;
2173
padding: 4px; }
2174
2175
.lg-extension-name {
2176
font-size: 18pt;
2177
font-weight: 400; }
2178
2179
.lg-extension-meta {
2180
spacing: 6px; }
2181
2182
#LookingGlassPropertyInspector {
2183
background: #FAFAFA;
2184
border: none;
2185
border-radius: 2px;
2186
padding: 6px;
2187
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44); }
2188
2189
/* Dash to Dock */
2190
#dashtodockContainer #dash {
2191
background-color: rgba(0, 0, 0, 0.6); }
2192
2193
#dashtodockContainer:overview #dash {
2194
background-color: rgba(255, 255, 255, 0.1); }
2195
2196
#dashtodockContainer.extended:overview #dash {
2197
background-color: transparent; }
2198
2199
#dashtodockContainer.left #dash,
2200
#dashtodockContainer.right #dash {
2201
padding: 3px 0; }
2202
2203
#dashtodockContainer.top #dash,
2204
#dashtodockContainer.bottom #dash {
2205
padding: 0 3px; }
2206
2207
#dashtodockContainer.extended #dash {
2208
padding: 0;
2209
border-radius: 0; }
2210
2211
#dashtodockContainer.left .dash-item-container > StWidget,
2212
#dashtodockContainer.right .dash-item-container > StWidget,
2213
#dashtodockContainer.extended.left .dash-item-container > StWidget,
2214
#dashtodockContainer.extended.right .dash-item-container > StWidget {
2215
padding: 3px 6px; }
2216
2217
#dashtodockContainer.extended.left .dash-item-container:first-child > StWidget,
2218
#dashtodockContainer.extended.right .dash-item-container:first-child > StWidget {
2219
padding: 6px 6px 3px 6px; }
2220
2221
#dashtodockContainer.extended.left .dash-item-container:last-child > StWidget,
2222
#dashtodockContainer.extended.right .dash-item-container:last-child > StWidget {
2223
padding: 3px 6px 6px 6px; }
2224
2225
#dashtodockContainer.top .dash-item-container > StWidget,
2226
#dashtodockContainer.bottom .dash-item-container > StWidget,
2227
#dashtodockContainer.extended.top .dash-item-container > StWidget,
2228
#dashtodockContainer.extended.bottom .dash-item-container > StWidget {
2229
padding: 6px 3px; }
2230
2231
#dashtodockContainer.extended.top .dash-item-container:first-child > StWidget,
2232
#dashtodockContainer.extended.bottom .dash-item-container:first-child > StWidget {
2233
padding: 6px 3px 6px 6px; }
2234
2235
#dashtodockContainer.extended.top .dash-item-container:last-child > StWidget,
2236
#dashtodockContainer.extended.bottom .dash-item-container:last-child > StWidget {
2237
padding: 6px 6px 6px 3px; }
2238
2239
#dashtodockContainer .app-well-app-running-dot {
2240
background-color: transparent; }
2241
2242
#dashtodockContainer .dash-item-container > StWidget {
2243
background-size: cover; }
2244
2245
#dashtodockContainer.left .dash-item-container > StWidget.running1 {
2246
background-image: url("assets/dash/left-running1.svg"); }
2247
2248
#dashtodockContainer.left .dash-item-container > StWidget.running1.focused {
2249
background-image: url("assets/dash/left-running1-focused.svg"); }
2250
2251
#dashtodockContainer.left .dash-item-container > StWidget.running2 {
2252
background-image: url("assets/dash/left-running2.svg"); }
2253
2254
#dashtodockContainer.left .dash-item-container > StWidget.running2.focused {
2255
background-image: url("assets/dash/left-running2-focused.svg"); }
2256
2257
#dashtodockContainer.left .dash-item-container > StWidget.running3 {
2258
background-image: url("assets/dash/left-running3.svg"); }
2259
2260
#dashtodockContainer.left .dash-item-container > StWidget.running3.focused {
2261
background-image: url("assets/dash/left-running3-focused.svg"); }
2262
2263
#dashtodockContainer.left .dash-item-container > StWidget.running4 {
2264
background-image: url("assets/dash/left-running4.svg"); }
2265
2266
#dashtodockContainer.left .dash-item-container > StWidget.running4.focused {
2267
background-image: url("assets/dash/left-running4-focused.svg"); }
2268
2269
#dashtodockContainer.right .dash-item-container > StWidget.running1 {
2270
background-image: url("assets/dash/right-running1.svg"); }
2271
2272
#dashtodockContainer.right .dash-item-container > StWidget.running1.focused {
2273
background-image: url("assets/dash/right-running1-focused.svg"); }
2274
2275
#dashtodockContainer.right .dash-item-container > StWidget.running2 {
2276
background-image: url("assets/dash/right-running2.svg"); }
2277
2278
#dashtodockContainer.right .dash-item-container > StWidget.running2.focused {
2279
background-image: url("assets/dash/right-running2-focused.svg"); }
2280
2281
#dashtodockContainer.right .dash-item-container > StWidget.running3 {
2282
background-image: url("assets/dash/right-running3.svg"); }
2283
2284
#dashtodockContainer.right .dash-item-container > StWidget.running3.focused {
2285
background-image: url("assets/dash/right-running3-focused.svg"); }
2286
2287
#dashtodockContainer.right .dash-item-container > StWidget.running4 {
2288
background-image: url("assets/dash/right-running4.svg"); }
2289
2290
#dashtodockContainer.right .dash-item-container > StWidget.running4.focused {
2291
background-image: url("assets/dash/right-running4-focused.svg"); }
2292
2293
#dashtodockContainer.top .dash-item-container > StWidget.running1 {
2294
background-image: url("assets/dash/top-running1.svg"); }
2295
2296
#dashtodockContainer.top .dash-item-container > StWidget.running1.focused {
2297
background-image: url("assets/dash/top-running1-focused.svg"); }
2298
2299
#dashtodockContainer.top .dash-item-container > StWidget.running2 {
2300
background-image: url("assets/dash/top-running2.svg"); }
2301
2302
#dashtodockContainer.top .dash-item-container > StWidget.running2.focused {
2303
background-image: url("assets/dash/top-running2-focused.svg"); }
2304
2305
#dashtodockContainer.top .dash-item-container > StWidget.running3 {
2306
background-image: url("assets/dash/top-running3.svg"); }
2307
2308
#dashtodockContainer.top .dash-item-container > StWidget.running3.focused {
2309
background-image: url("assets/dash/top-running3-focused.svg"); }
2310
2311
#dashtodockContainer.top .dash-item-container > StWidget.running4 {
2312
background-image: url("assets/dash/top-running4.svg"); }
2313
2314
#dashtodockContainer.top .dash-item-container > StWidget.running4.focused {
2315
background-image: url("assets/dash/top-running4-focused.svg"); }
2316
2317
#dashtodockContainer.bottom .dash-item-container > StWidget.running1 {
2318
background-image: url("assets/dash/bottom-running1.svg"); }
2319
2320
#dashtodockContainer.bottom .dash-item-container > StWidget.running1.focused {
2321
background-image: url("assets/dash/bottom-running1-focused.svg"); }
2322
2323
#dashtodockContainer.bottom .dash-item-container > StWidget.running2 {
2324
background-image: url("assets/dash/bottom-running2.svg"); }
2325
2326
#dashtodockContainer.bottom .dash-item-container > StWidget.running2.focused {
2327
background-image: url("assets/dash/bottom-running2-focused.svg"); }
2328
2329
#dashtodockContainer.bottom .dash-item-container > StWidget.running3 {
2330
background-image: url("assets/dash/bottom-running3.svg"); }
2331
2332
#dashtodockContainer.bottom .dash-item-container > StWidget.running3.focused {
2333
background-image: url("assets/dash/bottom-running3-focused.svg"); }
2334
2335
#dashtodockContainer.bottom .dash-item-container > StWidget.running4 {
2336
background-image: url("assets/dash/bottom-running4.svg"); }
2337
2338
#dashtodockContainer.bottom .dash-item-container > StWidget.running4.focused {
2339
background-image: url("assets/dash/bottom-running4-focused.svg"); }
2340
2341
/* Simple Dock */
2342
#dash:desktop {
2343
background-color: rgba(0, 0, 0, 0.6); }
2344
2345
/* GPaste */
2346
.popup-menu .search-entry {
2347
color: rgba(0, 0, 0, 0.8);
2348
selection-background-color: #42A5F5;
2349
selected-color: #FFFFFF;
2350
background-color: rgba(250, 250, 250, 0.01);
2351
border-color: transparent;
2352
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.24); }
2353
.popup-menu .search-entry:focus {
2354
border-color: transparent;
2355
box-shadow: inset 0 -2px #42A5F5;
2356
color: rgba(0, 0, 0, 0.8); }
2357
.popup-menu .search-entry .search-entry-icon {
2358
color: rgba(0, 0, 0, 0.48); }
2359
.popup-menu .search-entry:hover .search-entry-icon, .popup-menu .search-entry:focus .search-entry-icon {
2360
color: rgba(0, 0, 0, 0.8); }
2361