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