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