/* This stylesheet is generated, DO NOT EDIT */ stage { font-size: 9.75pt; font-weight: 400; color: rgba(255, 255, 255, 0.9); } .search-statustext { font-size: 45px; font-weight: 400; color: rgba(255, 255, 255, 0.5); } .modal-dialog .modal-dialog-linked-button { font-size: 9.75pt; font-weight: 500; margin: 0; border-radius: 0; background: none; border: none; box-shadow: none; transition: border-image 200ms; border-image: url("assets/modal-button.svg") 16 16 16 16; } .modal-dialog .modal-dialog-linked-button:hover { border-image: url("assets/modal-button-hover.svg") 16 16 16 16; } .modal-dialog .modal-dialog-linked-button:active { border-image: url("assets/modal-button-active.svg") 16 16 16 16; } .modal-dialog .modal-dialog-linked-button:first-child { color: rgba(255, 255, 255, 0.7); border-image: url("assets/modal-button-left.svg") 16 16 16 16; } .modal-dialog .modal-dialog-linked-button:first-child:hover { border-image: url("assets/modal-button-left-hover.svg") 16 16 16 16; } .modal-dialog .modal-dialog-linked-button:first-child:active { border-image: url("assets/modal-button-left-active.svg") 16 16 16 16; } .modal-dialog .modal-dialog-linked-button:first-child:hover, .modal-dialog .modal-dialog-linked-button:first-child:active { color: rgba(255, 255, 255, 0.9); } .modal-dialog .modal-dialog-linked-button:first-child:insensitive { color: rgba(255, 255, 255, 0.3); } .modal-dialog .modal-dialog-linked-button:last-child { color: white; border-image: url("assets/modal-button-right.svg") 16 16 16 16; } .modal-dialog .modal-dialog-linked-button:last-child:hover { color: white; border-image: url("assets/modal-button-right-hover.svg") 16 16 16 16; } .modal-dialog .modal-dialog-linked-button:last-child:active { color: white; border-image: url("assets/modal-button-right-active.svg") 16 16 16 16; } .modal-dialog .modal-dialog-linked-button:last-child:insensitive { color: rgba(255, 255, 255, 0.45); } /* WIDGETS */ .shell-link { border-radius: 5px; color: #3281ea; background-color: transparent; } .shell-link:hover { color: #3281ea; background-color: rgba(50, 129, 234, 0.15); } .shell-link:active { color: #3281ea; background-color: rgba(50, 129, 234, 0.3); } .lowres-icon { icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } .icon-dropshadow { icon-shadow: 0 1px 5px rgba(0, 0, 0, 0.8); } /* Entries */ StEntry { min-height: 24px; padding: 2px 6px; border-radius: 5px; border-width: 0; selection-background-color: #3281ea; selected-color: #FFFFFF !important; font-size: 11.25pt; font-weight: 400; caret-color: rgba(255, 255, 255, 0.7); color: rgba(255, 255, 255, 0.7); background-color: rgba(255, 255, 255, 0.15); margin: 2px 6px 6px; border: 2px solid transparent; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 5px 8px rgba(0, 0, 0, 0.05); } StEntry:hover { border: 2px solid rgba(255, 255, 255, 0.1); } StEntry:focus { color: rgba(255, 255, 255, 0.9); box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.08); border: 2px solid #3281ea; } StEntry:insensitive { color: rgba(255, 255, 255, 0.7); } StEntry StIcon.capslock-warning { icon-size: 16px; warning-color: #FF6D00; padding: 0 0; } StEntry StIcon.peek-password { icon-size: 16px; padding: 0 4px; } StEntry StLabel.hint-text { margin-left: 2px; color: rgba(255, 255, 255, 0.5); } /* Buttons */ .button { min-height: 32px; padding: 0 16px; border-width: 0; border-radius: 5px; font-size: 9.75pt; font-weight: 500; color: rgba(255, 255, 255, 0.7); background-color: transparent; box-shadow: none; } .button:hover { color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.06); box-shadow: none; } .button:active { color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.1); box-shadow: 0 0 transparent; } .button:insensitive { color: rgba(255, 255, 255, 0.3); background-color: transparent; box-shadow: none; } .button:focus { color: rgba(255, 255, 255, 0.9); box-shadow: none; } .screenshot-ui-show-pointer-button, .screenshot-ui-type-button { color: rgba(255, 255, 255, 0.7); background-color: transparent; box-shadow: none; } .screenshot-ui-show-pointer-button:hover, .screenshot-ui-type-button:hover { color: rgba(255, 255, 255, 0.85); background-color: rgba(255, 255, 255, 0.15); box-shadow: none; } .screenshot-ui-show-pointer-button:active, .screenshot-ui-type-button:active { color: rgba(255, 255, 255, 0.85); background-color: rgba(255, 255, 255, 0.3); box-shadow: 0 0 transparent; } .screenshot-ui-show-pointer-button:insensitive, .screenshot-ui-type-button:insensitive { color: rgba(255, 255, 255, 0.3); background-color: transparent; box-shadow: none; } .screenshot-ui-show-pointer-button:focus, .screenshot-ui-type-button:focus { color: rgba(255, 255, 255, 0.85); box-shadow: none; } /* Check Boxes */ .check-box StBoxLayout { spacing: .8em; } .check-box StBin { width: 24px; height: 24px; padding: 4px; border-radius: 100px; background-image: url("assets/checkbox-off.svg"); } .check-box:focus StBin { background-image: url("assets/checkbox-off.svg"); } .check-box:hover StBin { background-color: rgba(255, 255, 255, 0.06); } .check-box:active StBin { background-color: rgba(255, 255, 255, 0.1); } .check-box:checked StBin { background-image: url("assets/checkbox.svg"); } .check-box:focus:checked StBin { background-image: url("assets/checkbox.svg"); } .check-box:hover:checked StBin { background-color: rgba(64, 138, 235, 0.15); } .check-box:active:checked StBin { background-color: rgba(64, 138, 235, 0.3); } /* Switches */ .toggle-switch { width: 40px; height: 20px; background-size: contain; background-image: url("assets/toggle-off.svg"); } .toggle-switch:checked { background-image: url("assets/toggle-on.svg"); } .popup-menu-item.selected .toggle-switch { background-image: url("assets/toggle-off.svg"); } .popup-menu-item.selected .toggle-switch:checked { background-image: url("assets/toggle-on.svg"); } /* Slider */ .slider { height: 12px; -barlevel-height: 2px; -barlevel-background-color: rgba(255, 255, 255, 0.1); -barlevel-border-width: 0; -barlevel-border-color: rgba(255, 255, 255, 0.1); -barlevel-active-background-color: #408aeb; -barlevel-active-border-color: #498fec; -barlevel-overdrive-color: #FF5252; -barlevel-overdrive-border-color: #ff5c5c; -barlevel-overdrive-separator-width: 2px; -slider-handle-radius: 6px; -slider-handle-border-width: 4px; -slider-handle-border-color: white; color: #408aeb; } .slider:hover { color: #5798ee; } .slider:active { color: #297be9; } /* Scrollbars */ StScrollView.vfade { -st-vfade-offset: 32px; } StScrollView.hfade { -st-hfade-offset: 32px; } StScrollBar { padding: 0; } StScrollView StScrollBar { min-width: 16px; min-height: 6px; } StScrollBar StBin#trough { margin: 6px; border-radius: 9999px; background-color: rgba(255, 255, 255, 0.06); } StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { border-radius: 9999px; background-color: rgba(255, 255, 255, 0.5); margin: 6px; } StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { background-color: rgba(255, 255, 255, 0.7); } StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { background-color: rgba(255, 255, 255, 0.9); } /* Popovers/Menus */ .popup-menu-boxpointer, .candidate-popup-boxpointer { -arrow-border-radius: 3px; -arrow-background-color: transparent; -arrow-border-width: 0; -arrow-border-color: transparent; -arrow-base: 64px; -arrow-rise: 0; -arrow-box-shadow: none; background: none; margin: 0; } .popup-menu { min-width: 15em; color: rgba(255, 255, 255, 0.9); padding: 0; margin: 0; } .popup-menu.panel-menu { -boxpointer-gap: 2px; margin-bottom: 1.75em; } .popup-menu-content { border-image: url("assets/menu.svg") 24 32 28 28; padding: 8px 6px 12px !important; margin: 0 !important; border: none; background-color: transparent; box-shadow: none; } .popup-menu-item { spacing: 4px; padding: 4px; margin: 0 4px; color: rgba(255, 255, 255, 0.9); transition-duration: 100ms; border-radius: 5px; background-image: none; } .popup-menu-item:ltr { padding-right: 8px !important; padding-left: 4px !important; } .popup-menu-item:rtl { padding-right: 4px !important; padding-left: 8px !important; } .popup-menu-item:checked { background-color: rgba(255, 255, 255, 0.06) !important; font-weight: normal; border-radius: 5px 5px 0 0; border: none; box-shadow: none; color: rgba(255, 255, 255, 0.9) !important; } .popup-menu-item:checked.selected, .popup-menu-item:checked:hover, .popup-menu-item:checked:focus { background-color: rgba(255, 255, 255, 0.08) !important; color: rgba(255, 255, 255, 0.9) !important; } .popup-menu-item:checked:active, .popup-menu-item:checked.selected:active { background-color: rgba(255, 255, 255, 0.06) !important; color: rgba(255, 255, 255, 0.9) !important; } .popup-menu-item:checked:insensitive { color: rgba(255, 255, 255, 0.5) !important; } .popup-menu-item.selected, .popup-menu-item:hover, .popup-menu-item:focus { background-color: rgba(255, 255, 255, 0.06) !important; color: rgba(255, 255, 255, 0.9) !important; transition-duration: 0ms; } .popup-menu-item:active { background-color: rgba(255, 255, 255, 0.1) !important; color: rgba(255, 255, 255, 0.9) !important; transition-duration: 150ms; } .popup-menu-item.selected:active { color: rgba(255, 255, 255, 0.9) !important; } .popup-menu-item:insensitive { color: rgba(255, 255, 255, 0.5) !important; } .popup-inactive-menu-item { color: rgba(255, 255, 255, 0.9) !important; } .popup-inactive-menu-item:insensitive { color: rgba(255, 255, 255, 0.5) !important; } .popup-menu-arrow, .popup-menu-icon { icon-size: 16px; } .popup-sub-menu { margin: 0 4px; background-color: rgba(255, 255, 255, 0.06); border-radius: 0 0 5px 5px; border: none; box-shadow: none; background-image: none; } .popup-sub-menu .popup-menu-item { margin: 0; border-radius: 0; background-image: none; } .popup-sub-menu .popup-menu-item:hover { background-color: rgba(255, 255, 255, 0.06); } .popup-sub-menu .popup-menu-item:active { background-color: rgba(255, 255, 255, 0.1); } .popup-sub-menu:last-child .popup-menu-item:last-child, .popup-sub-menu .popup-menu-section:last-child .popup-menu-item:last-child { border-radius: 0 0 5px 5px; } .popup-menu-ornament { width: 1.2em; } .popup-menu-ornament:ltr { text-align: right; } .popup-menu-ornament:rtl { text-align: left; } .popup-separator-menu-item { background: none; border: none; padding: 0 0; margin: 0 0; height: 2px; } .popup-separator-menu-item .popup-separator-menu-item-separator { height: 1px; margin: 0 0; padding: 0 0; background: none; } .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { margin: 0 0; padding: 0 0; background: none; } .background-menu { -boxpointer-gap: 2px; -arrow-rise: 0px; } .aggregate-menu { min-width: 19em; } .aggregate-menu .popup-menu-icon { padding: 0; margin: 0; -st-icon-style: symbolic; } .aggregate-menu .popup-menu-icon:ltr { margin-right: 2px; } .aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { padding-left: 8px !important; margin-left: 0 !important; } .aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { padding-right: 8px !important; margin-right: 0 !important; } /* Date/Time Menu */ .clock-display-box { spacing: 2px; } .clock-display-box .clock { padding-left: 8px; padding-right: 8px; } .clock { padding: 0; margin: 0 6px; border: none; box-shadow: none; background: none; text-shadow: none; color: rgba(255, 255, 255, 0.7); } #calendarArea { padding: 4px 0; } .calendar { padding: 0; margin: 0 6px; border: none; box-shadow: none; background: none; text-shadow: none; color: rgba(255, 255, 255, 0.7); } .datemenu-calendar-column { spacing: 4px; border: 0 solid rgba(255, 255, 255, 0.1); padding: 0 8px; color: rgba(255, 255, 255, 0.7); } .datemenu-calendar-column:hover, .datemenu-calendar-column:focus { color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.06); } .datemenu-calendar-column:active { color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.1); } .datemenu-calendar-column:ltr { margin-right: 2px; border-left-width: 1px; } .datemenu-calendar-column:rtl { margin-left: 2px; border-right-width: 1px; } .datemenu-calendar-column .datemenu-displays-section { padding-bottom: 0; } .datemenu-calendar-column .datemenu-displays-box { spacing: 4px; } .datemenu-today-button { min-height: 48px; padding: 4px; border-radius: 5px; border: none; box-shadow: none; text-shadow: none; background: none; color: rgba(255, 255, 255, 0.7); } .datemenu-today-button .day-label { font-size: 15pt; font-weight: 500; font-weight: bold; } .datemenu-today-button .date-label { font-size: 18pt; font-weight: 400; } .datemenu-today-button:hover, .datemenu-today-button:focus { color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.06); } .datemenu-today-button:active { color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.1); } .calendar-month-label { height: 20px; margin: 2px; padding: 6px 16px; border-radius: 5px; color: rgba(255, 255, 255, 0.7); font-weight: bold; text-align: center; text-shadow: none; } .calendar-month-label:focus { color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.06); } .pager-button { width: 28px; height: 28px; margin: 2px; border-radius: 9999px; background-color: transparent; color: rgba(255, 255, 255, 0.7); } .pager-button:hover, .pager-button:focus { color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.06); } .pager-button:active { color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.1); } .calendar-change-month-back { padding: 0 2px; background-image: url("assets/calendar-arrow-left.svg"); } .calendar-change-month-back:rtl { background-image: url("assets/calendar-arrow-right.svg"); } .calendar-change-month-forward { padding: 0 2px; background-image: url("assets/calendar-arrow-right.svg"); } .calendar-change-month-forward:rtl { background-image: url("assets/calendar-arrow-left.svg"); } .calendar-day-base { font-size: 9pt; font-weight: 400; text-align: center; width: 28px !important; height: 28px !important; padding: 2px !important; margin: 2px !important; border-radius: 9999px; color: rgba(255, 255, 255, 0.7); border: none; font-feature-settings: "tnum"; text-shadow: none; } .calendar-day-base:hover, .calendar-day-base:focus { background-color: rgba(255, 255, 255, 0.06); } .calendar-day-base:active { color: rgba(255, 255, 255, 0.7); background-color: rgba(255, 255, 255, 0.1); border-color: transparent; } .calendar-day-base:selected { color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.1); border-color: transparent; } .calendar-day-base.calendar-day-heading { width: 28px; height: 21px; margin-top: 2px; padding: 7px 0 0; border-radius: 100px; background-color: transparent; color: rgba(255, 255, 255, 0.5); font-size: 9pt; font-weight: 400; font-weight: bold; text-align: center; } .calendar-day { border-width: 0; } .calendar-day-top { border-top-width: 0; } .calendar-day-left { border-left-width: 0; } .calendar-nonwork-day { color: rgba(255, 255, 255, 0.9); } .calendar-today { font-weight: bold !important; color: white; background-color: #3281ea; border: none; } .calendar-today:hover, .calendar-today:focus { background-color: #408aeb; color: white; } .calendar-today:active, .calendar-today:selected { background-color: #3281ea; color: white; } .calendar-today:active:hover, .calendar-today:active:focus, .calendar-today:selected:hover, .calendar-today:selected:focus { background-color: #408aeb; color: white; } .calendar-day-with-events { color: rgba(255, 255, 255, 0.5); background-image: url("assets/calendar-today.svg"); } .calendar-day-with-events.calendar-work-day { color: rgba(255, 255, 255, 0.5); font-weight: bold; } .calendar-other-month-day { color: rgba(255, 255, 255, 0.3); opacity: 0.5; } .calendar-week-number { height: 1.8em !important; width: 2.6em !important; padding: 0 !important; margin: 4px 0 !important; border-radius: 9999px; background-color: rgba(255, 255, 255, 0.03); color: rgba(255, 255, 255, 0.5); font-size: inherit; font-weight: bold; text-align: center; text-shadow: none; } .world-clocks-button, .weather-button, .events-button { padding: 4px 8px; border-radius: 5px; box-shadow: none; text-shadow: none; color: rgba(255, 255, 255, 0.7); background-color: rgba(255, 255, 255, 0.03) !important; border: 1px solid rgba(255, 255, 255, 0.05); } .world-clocks-button:hover, .world-clocks-button:focus, .weather-button:hover, .weather-button:focus, .events-button:hover, .events-button:focus { color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.08) !important; border-color: rgba(255, 255, 255, 0.06); } .world-clocks-button:active, .weather-button:active, .events-button:active { color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.12) !important; } .world-clocks-header, .weather-header, .message-list-section-title, .events-section-title, .events-title { color: rgba(255, 255, 255, 0.5); font-weight: bold; margin-bottom: 4px; text-shadow: none; } .weather-grid, .world-clocks-grid { spacing-rows: 8px; spacing-columns: 16px; } .world-clocks-header, .weather-header, .events-section-title { color: rgba(255, 255, 255, 0.5); font-weight: bold; } .events-button .events-box { spacing: 4px; } .events-button .events-list { spacing: 8px; text-shadow: none; } .events-button .event-time { color: rgba(255, 255, 255, 0.3); font-feature-settings: "tnum"; } .world-clocks-button .world-clocks-city { color: rgba(255, 255, 255, 0.5); font-weight: normal; font-size: 1em; } .world-clocks-button .world-clocks-time { color: rgba(255, 255, 255, 0.5); font-feature-settings: "tnum"; font-weight: bold; font-size: 1em; } .world-clocks-button .world-clocks-time:ltr { text-align: right; } .world-clocks-button .world-clocks-time:rtl { text-align: left; } .world-clocks-button .world-clocks-timezone { color: rgba(255, 255, 255, 0.5); font-feature-settings: "tnum"; font-size: 1em; } .weather-button .weather-box { spacing: 4px; } .weather-button .weather-header-box { spacing: 4px; } .weather-button .weather-header.location { font-weight: normal; color: rgba(255, 255, 255, 0.5); } .weather-button .weather-forecast-icon { icon-size: 24px; color: rgba(255, 255, 255, 0.5); } .weather-button .weather-forecast-time { color: rgba(255, 255, 255, 0.5); font-size: 0.8em; font-feature-settings: "tnum"; font-weight: normal; padding-top: 0.2em; padding-bottom: 0.4em; } .weather-button .weather-forecast-temp { font-weight: bold; color: rgba(255, 255, 255, 0.55); text-shadow: none; } /* Message List */ .message-list { width: 31.5em; padding: 0; color: rgba(255, 255, 255, 0.7); text-shadow: none; box-shadow: none; } .message-list:ltr { margin-left: 0; margin-right: 0; padding-right: 0; border-right-width: 0; } .message-list:rtl { margin-right: 0; margin-left: 0; padding-left: 0; border-left-width: 0; } .message-list .message-list-placeholder { spacing: 8px; } .message-list .message-list-placeholder > StIcon { icon-size: 48px; margin-bottom: 6px; -st-icon-style: symbolic; } .message-list-sections { spacing: 4px; margin: 0 4px; } .message-list-section, .message-list-section-list { spacing: 4px; } .message-list-controls { margin: 4px 8px 0; padding: 2px; spacing: 8px; } .message { background-color: rgba(255, 255, 255, 0.03); border-radius: 8px; color: rgba(255, 255, 255, 0.7); text-shadow: none; box-shadow: 0 3px 8px -2px rgba(0, 0, 0, 0.15); margin: 0 8px 11px 8px; border: 1px solid rgba(255, 255, 255, 0.05); } .popup-menu .message { box-shadow: none; } .message:hover, .message:focus { background-color: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.08); } .message:active { background-color: rgba(255, 255, 255, 0.12); } .message .message-icon-bin { padding: 12px; padding-right: 4px; } .message .message-icon-bin:rtl { padding-left: 4px; } .message .message-icon-bin > StIcon { icon-size: 40px; -st-icon-style: symbolic; } .message .message-icon-bin > .fallback-app-icon { width: 32px; height: 32px; } .message .message-content { padding: 8px; spacing: 2px; margin-bottom: 4px; color: rgba(255, 255, 255, 0.7); } .message .message-title { font-weight: bold; padding-top: 0.57em; } .message .message-secondary-bin { padding: 0 4px; } .message .message-secondary-bin > .event-time { color: rgba(255, 255, 255, 0.7); font-size: 0.9em; padding-bottom: 0.13em; } .message .message-secondary-bin > .event-time:ltr { text-align: right; } .message .message-secondary-bin > .event-time:rtl { text-align: left; } .message .message-close-button { color: rgba(255, 255, 255, 0.7); padding: 1px; height: 24px; width: 24px; border-radius: 9999px; } .message .message-close-button:hover, .message .message-close-button:focus { color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.06); } .message .message-close-button:active { color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.1); } .message .message-close-button:insensitive { color: rgba(255, 255, 255, 0.3); } .message .message-body { color: rgba(255, 255, 255, 0.5); } .url-highlighter { link-color: #3281ea; } /* Media Controls */ .message-media-control { margin: 20px 4px; padding: 8px; border-radius: 9999px; color: rgba(255, 255, 255, 0.7); } .message-media-control:hover, .message-media-control:focus { color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.06); } .message-media-control:active { color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.1); } .message-media-control:insensitive { color: rgba(255, 255, 255, 0.3); } .message-media-control:last-child:ltr { margin-right: 16px; padding-right: 8px; } .message-media-control:last-child:rtl { margin-left: 16px; padding-left: 8px; } .media-message-cover-icon { icon-size: 48px !important; border-radius: 5px; border: none; } .media-message-cover-icon.fallback { color: rgba(255, 255, 255, 0.5); background-color: rgba(255, 255, 255, 0.06); border: none; border-radius: 5px; icon-size: 32px !important; padding: 8px; } .candidate-popup-content { background-color: rgba(32, 32, 32, 0.95); border-radius: 8px; box-shadow: 0 3px 8px -2px rgba(0, 0, 0, 0.25) !important; margin: 2px 8px 11px; padding: 4px; spacing: 4px; border: 1px solid rgba(255, 255, 255, 0.06); } .candidate-index { padding: 0 0.5em 0 0; color: rgba(255, 255, 255, 0.5); } .candidate-box { padding: 0.3em 0.5em 0.3em 0.5em; margin-right: 2px; border-radius: 5px; color: rgba(255, 255, 255, 0.7); } .candidate-box:hover { background-color: rgba(255, 255, 255, 0.06); color: rgba(255, 255, 255, 0.9); } .candidate-box:active { background-color: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.9); } .candidate-box:selected { background-color: rgba(255, 255, 255, 0.06); color: rgba(255, 255, 255, 0.9); } .candidate-box:last-child { margin-right: 0; } .candidate-page-button-box { height: 2em; } .vertical .candidate-page-button-box { padding-top: 0.5em; } .horizontal .candidate-page-button-box { padding-left: 0.5em; } .candidate-page-button { padding: 4px; } .candidate-page-button-previous { border-radius: 5px 0px 0px 5px; border-right-width: 0; } .candidate-page-button-next { border-radius: 0px 5px 5px 0px; } .candidate-page-button-icon { icon-size: 1em; } /* Notifications & Message Tray */ .notification-banner { min-height: 64px; width: 34em; font-size: 1em; margin: 5px; border-radius: 5px; color: rgba(255, 255, 255, 0.9); background-color: rgba(32, 32, 32, 0.92); border: none; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35); } .notification-banner:hover { background-color: rgba(32, 32, 32, 0.95); } .notification-banner:focus { background-color: #202020; } .notification-banner .notification-actions { spacing: 0; } .notification-banner .notification-button { min-height: 40px; padding: 0 16px; background-color: transparent; color: rgba(255, 255, 255, 0.7); font-weight: 500; border-width: 0; border-top: 1px solid rgba(255, 255, 255, 0.1); } .notification-banner .notification-button:first-child { border-radius: 0 0 0 5px; } .notification-banner .notification-button:last-child { border-radius: 0 0 5px 0; } .notification-banner .notification-button:only-child, .notification-banner .notification-button:first-child:last-child { border-radius: 0 0 5px 5px; } .notification-banner .notification-button:focus { background-color: transparent; color: rgba(255, 255, 255, 0.7); box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.06); } .notification-banner .notification-button:hover, .notification-banner .notification-button:focus:hover { background-color: rgba(255, 255, 255, 0.06); color: rgba(255, 255, 255, 0.9); box-shadow: none; } .notification-banner .notification-button:active { background-color: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.9); } .summary-source-counter { font-size: 1em; font-weight: bold; height: 1.6em; width: 1.6em; -shell-counter-overlap-x: 3px; -shell-counter-overlap-y: 3px; background-color: #3281ea; color: rgba(255, 255, 255, 0.85); border: 2px solid #3281ea; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); border-radius: 0.9em; } .chat-body { spacing: 5px; } .chat-response { margin: 5px; } .chat-log-message { color: rgba(255, 255, 255, 0.7); } .chat-new-group { padding-top: 1em; } .chat-received { padding-left: 4px; } .chat-received:rtl { padding-left: 0px; padding-right: 4px; } .chat-sent { padding-left: 18pt; color: rgba(255, 255, 255, 0.7); } .chat-sent:rtl { padding-left: 0; padding-right: 18pt; } .chat-meta-message { font-weight: bold; padding-left: 4px; font-size: 9pt; font-weight: 400; color: rgba(255, 255, 255, 0.5); } .chat-meta-message:rtl { padding-left: 0; padding-right: 4px; } .hotplug-notification-item { padding: 2px 10px; border-top: 1px solid rgba(255, 255, 255, 0.1); text-shadow: none; font-size: 9.75pt; font-weight: 500; color: rgba(255, 255, 255, 0.7); background-color: transparent; box-shadow: none; } .hotplug-notification-item:hover { color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.06); box-shadow: none; } .hotplug-notification-item:active { color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.1); box-shadow: 0 0 transparent; } .hotplug-notification-item:insensitive { color: rgba(255, 255, 255, 0.3); background-color: transparent; box-shadow: none; } .hotplug-notification-item:focus { color: rgba(255, 255, 255, 0.9); box-shadow: none; } .hotplug-notification-item:first-child { border-radius: 0 0 0 8px; } .hotplug-notification-item:last-child { border-radius: 0 0 8px 0; } .hotplug-notification-item:first-child:last-child { border-radius: 0 0 8px 8px; } .hotplug-notification-item-icon { icon-size: 24px; padding: 0 4px; } /* Modal Dialogs */ .headline { font-size: 15pt; font-weight: 500; } .modal-dialog { color: rgba(255, 255, 255, 0.9); background-color: transparent; border: none; box-shadow: none; padding: 4px 6px 8px !important; margin: 0 !important; border-image: url("assets/menu.svg") 24 32 28 28; } .modal-dialog .modal-dialog-content-box { margin: 32px 40px; spacing: 32px; max-width: 28em; } .modal-dialog .modal-dialog-linked-button { min-height: 32px; } /* End Session Dialog */ .end-session-dialog { width: 30em; } .end-session-dialog .end-session-dialog-battery-warning, .end-session-dialog .dialog-list-title { color: #FF6D00; } /* Message Dialog */ .message-dialog-content { spacing: 18px; } .message-dialog-content .message-dialog-title { text-align: center; font-size: 18pt; font-weight: 800; } .message-dialog-content .message-dialog-title.lightweight { font-size: 13pt; font-weight: 800; } .message-dialog-content .message-dialog-description { text-align: center; } /* Dialog List */ .dialog-list { spacing: 18px; } .dialog-list .dialog-list-title { text-align: center; font-weight: bold; } .dialog-list .dialog-list-scrollview { max-height: 200px; } .dialog-list .dialog-list-box { spacing: 1em; } .dialog-list .dialog-list-box .dialog-list-item { spacing: 1em; } .dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { font-weight: bold; } .dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { color: rgba(255, 255, 255, 0.7); font-size: 15pt; font-weight: 500; } /* Run Dialog */ .run-dialog .modal-dialog-content-box { margin-top: 24px; margin-bottom: 14px; } .run-dialog .run-dialog-entry { width: 20em; } .run-dialog .run-dialog-description { font-size: 11.25pt; font-weight: 400; text-align: center; color: rgba(255, 255, 255, 0.5); } /* Password or Authentication Dialog */ .prompt-dialog { width: 28em; } .prompt-dialog .modal-dialog-content-box { margin-bottom: 24px; } .prompt-dialog .modal-dialog-linked-button:last-child { border-image: url("assets/prompt-modal-button-right.svg") 16 16 16 16; } .prompt-dialog .modal-dialog-linked-button:last-child:hover { border-image: url("assets/prompt-modal-button-right-hover.svg") 16 16 16 16; } .prompt-dialog .modal-dialog-linked-button:last-child:active { border-image: url("assets/prompt-modal-button-right-active.svg") 16 16 16 16; } .prompt-dialog-password-grid { spacing-rows: 8px; spacing-columns: 4px; } .prompt-dialog-password-grid .prompt-dialog-password-entry { width: auto; } .prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { margin-left: 20px; } .prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { margin-right: 20px; } .prompt-dialog-password-layout { spacing: 8px; } .prompt-dialog-password-entry { width: 20em; } .prompt-dialog-error-label, .prompt-dialog-info-label, .prompt-dialog-null-label { text-align: center; font-size: 15pt; font-weight: 500; } .prompt-dialog-error-label { color: #FF6D00; } /* Polkit Dialog */ .polkit-dialog-user-layout { text-align: center; spacing: 8px; margin-bottom: 6px; } .polkit-dialog-user-layout .polkit-dialog-user-root-label { color: #FF6D00; } /* Audio selection dialog */ .audio-device-selection-dialog .modal-dialog-content-box { margin-bottom: 28px; } .audio-device-selection-dialog .audio-selection-box { spacing: 20px; } .audio-selection-device { border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 5px; } .audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus { background-color: #3281ea; } .audio-selection-device-box { padding: 20px; spacing: 20px; } .audio-selection-device-icon { icon-size: 64px; } /* Welcome dialog */ .welcome-dialog-image { background-image: url("resource:///org/gnome/shell/theme/gnome-shell-start.svg"); background-size: contain; /* Reasonable maximum dimensions */ height: 300px; width: 300px; } /* Network Dialogs */ .nm-dialog { max-height: 34em; min-height: 31em; min-width: 32em; } .nm-dialog-content { spacing: 20px; padding: 24px; } .nm-dialog-airplane-box { spacing: 12px; } .nm-dialog-airplane-headline { font-weight: bold; text-align: center; } .nm-dialog-airplane-text { color: rgba(255, 255, 255, 0.9); } .nm-dialog-header { font-weight: bold; } .nm-dialog-header-icon { icon-size: 32px; } .nm-dialog-header-hbox { spacing: 10px; } .nm-dialog-scroll-view { border: none; background-color: rgba(255, 255, 255, 0.06); border-radius: 5px; padding: 8px; padding-right: 0; } .nm-dialog-item { font-size: 1em; border-bottom: none; border-radius: 1px; padding: 8px; spacing: 0px; } .nm-dialog-item:hover, .nm-dialog-item:focus { background-color: rgba(255, 255, 255, 0.06); } .nm-dialog-item:active { background-color: rgba(255, 255, 255, 0.1); } .nm-dialog-item:selected { background-color: #3281ea; color: rgba(255, 255, 255, 0.85); } .nm-dialog-icon { icon-size: 16px; } .nm-dialog-icons { spacing: 8px; } .no-networks-label { color: rgba(255, 255, 255, 0.5); } .no-networks-box { spacing: 4px; } /* OSD */ .screenshot-ui-panel, .workspace-switcher-container, .switcher-list, .resize-popup, .osd-window { color: rgba(255, 255, 255, 0.85); background-color: #222222; border: none; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35); border-radius: 5px; padding: 8px; } .osd-window { text-align: center; font-weight: bold; spacing: 8px; padding: 8px 12px; margin-bottom: 4em; } .osd-window > * { spacing: 8px; } .osd-window StIcon { icon-size: 32px; } .osd-window StLabel:ltr { margin-right: 6px; } .osd-window StLabel:rtl { margin-left: 6px; } .osd-window .osd-monitor-label { font-size: 3em; } .osd-window .level { height: 4px; -barlevel-height: 4px; -barlevel-background-color: rgba(50, 129, 234, 0.3); -barlevel-active-background-color: #3281ea; -barlevel-overdrive-color: #FF5252; -barlevel-overdrive-separator-width: 3px; -barlevel-border-width: 0; } /* Pad OSD */ .pad-osd-window { padding: 32px; background-color: rgba(0, 0, 0, 0.8); border: none; } .pad-osd-window .pad-osd-title-box { spacing: 12px; } .pad-osd-window .pad-osd-title-menu-box { spacing: 6px; } .combo-box-label { width: 15em; } /* App Switcher */ .switcher-popup { padding: 8px; spacing: 16px; } .switcher-list .item-box { padding: 8px; border-radius: 5px; border: none; } .switcher-list .item-box:outlined { background-color: rgba(255, 255, 255, 0.06); } .switcher-list .item-box:selected { background-color: #3281ea; color: rgba(255, 255, 255, 0.85); } .switcher-list .thumbnail-box { padding: 2px; spacing: 4px; } .switcher-list .thumbnail { width: 256px; } .switcher-list .separator { width: 1px; background: rgba(255, 255, 255, 0.1); } .switcher-list .switcher-list-item-container { spacing: 8px; } .switcher-arrow { border-color: rgba(0, 0, 0, 0); color: rgba(255, 255, 255, 0.5); } .switcher-arrow:highlighted { color: rgba(255, 255, 255, 0.9); } .input-source-switcher-symbol { font-size: 34pt; width: 96px; height: 96px; } .cycler-highlight { border: 5px solid #3281ea; } /* Workspace Switcher */ .workspace-switcher-group { padding: 8px; } .workspace-switcher { background: transparent; border: none; border-radius: 0; padding: 0; spacing: 8px; } .ws-switcher-box { height: 50px; background-size: 32px; border: none; background: rgba(255, 255, 255, 0.06); border-radius: 5px; } .ws-switcher-active-up, .ws-switcher-active-down, .ws-switcher-active-left, .ws-switcher-active-right { height: 52px; background-color: #3281ea; border: none; border-radius: 7px; color: #FFFFFF; } /* Top Bar */ #panel { font-weight: normal; font-feature-settings: "tnum"; transition-duration: 250ms; background-color: rgba(0, 0, 0, 0.5); margin: 0; border-radius: 0; height: 30px; } #panel #panelLeft, #panel #panelCenter { spacing: 0; } #panel .panel-corner { -panel-corner-radius: 0; -panel-corner-background-color: rgba(0, 0, 0, 0.5); -panel-corner-border-width: 0; -panel-corner-border-color: transparent; -panel-corner-opacity: 0; transition-duration: 250ms; } #panel .panel-button { -natural-hpadding: 4px; -minimum-hpadding: 2px; font-weight: normal; color: rgba(255, 255, 255, 0.75); transition-duration: 150ms; text-shadow: none; border: 1px solid transparent; border-radius: 5px; box-shadow: inset 0 1px transparent; margin: 2px 0; } #panel .panel-button StLabel { padding: 0 0; } #panel .panel-button.clock-display .clock { color: rgba(255, 255, 255, 0.75); transition-duration: 150ms; border: none; border-radius: 0; } #panel .panel-button:hover { color: rgba(255, 255, 255, 0.75); background-color: rgba(255, 255, 255, 0.1); } #panel .panel-button:active, #panel .panel-button:checked, #panel .panel-button:focus { color: #FFFFFF; background-color: rgba(255, 255, 255, 0.15); } #panel .panel-button:hover, #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { text-shadow: none; border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } #panel .panel-button:hover.clock-display .clock, #panel .panel-button:active.clock-display .clock, #panel .panel-button:overview.clock-display .clock, #panel .panel-button:focus.clock-display .clock, #panel .panel-button:checked.clock-display .clock { box-shadow: none; background: none; color: #FFFFFF; } #panel .panel-button .system-status-icon { icon-size: 16px; padding: 4px; margin: 0 4px; } #panel .panel-button .panel-status-menu-box .system-status-icon { margin: 0 0; } #panel .panel-button .panel-status-menu-box StLabel { padding: 0 0 0 2px; } #panel .panel-button .appindicator-trayicons-box { margin: 0 4px; } #panel .panel-button .panel-status-indicators-box, #panel .panel-button .panel-status-menu-box, #panel .panel-button .power-status.panel-status-indicators-box { spacing: 2px; } #panel .panel-button .app-menu-icon { -st-icon-style: symbolic; } #panel .panel-button#panelActivities { background-image: url("assets/activities.svg"); background-position: center center; background-repeat: no-repeat; background-size: auto; color: transparent !important; font-size: 0; box-shadow: none; } #panel .panel-button#panelActivities > * { width: 32px; } #panel .panel-button#panelActivities:overview { background-color: transparent; box-shadow: none; border: none; } #panel.unlock-screen, #panel.login-screen, #panel.lock-screen, #panel:overview { background-color: transparent; } #panel.unlock-screen .panel-button, #panel.login-screen .panel-button, #panel.lock-screen .panel-button, #panel:overview .panel-button { border-radius: 5px; color: rgba(255, 255, 255, 0.7); } #panel.unlock-screen .panel-button.clock-display .clock, #panel.login-screen .panel-button.clock-display .clock, #panel.lock-screen .panel-button.clock-display .clock, #panel:overview .panel-button.clock-display .clock { color: rgba(255, 255, 255, 0.7); } #panel.unlock-screen .panel-button:hover, #panel.login-screen .panel-button:hover, #panel.lock-screen .panel-button:hover, #panel:overview .panel-button:hover { background-color: rgba(255, 255, 255, 0.15); } #panel.unlock-screen .panel-button:active, #panel.unlock-screen .panel-button:checked, #panel.unlock-screen .panel-button:focus, #panel.login-screen .panel-button:active, #panel.login-screen .panel-button:checked, #panel.login-screen .panel-button:focus, #panel.lock-screen .panel-button:active, #panel.lock-screen .panel-button:checked, #panel.lock-screen .panel-button:focus, #panel:overview .panel-button:active, #panel:overview .panel-button:checked, #panel:overview .panel-button:focus { background-color: rgba(255, 255, 255, 0.3); } #panel.unlock-screen .panel-button:hover, #panel.unlock-screen .panel-button:active, #panel.unlock-screen .panel-button:overview, #panel.unlock-screen .panel-button:focus, #panel.unlock-screen .panel-button:checked, #panel.login-screen .panel-button:hover, #panel.login-screen .panel-button:active, #panel.login-screen .panel-button:overview, #panel.login-screen .panel-button:focus, #panel.login-screen .panel-button:checked, #panel.lock-screen .panel-button:hover, #panel.lock-screen .panel-button:active, #panel.lock-screen .panel-button:overview, #panel.lock-screen .panel-button:focus, #panel.lock-screen .panel-button:checked, #panel:overview .panel-button:hover, #panel:overview .panel-button:active, #panel:overview .panel-button:overview, #panel:overview .panel-button:focus, #panel:overview .panel-button:checked { border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel.lock-screen .panel-corner, #panel:overview .panel-corner { -panel-corner-opacity: 0; -panel-corner-radius: 0; -panel-corner-background-color: transparent; -panel-corner-border-color: transparent; } #panel Gjs_ui_panel_AggregateMenu.panel-button .system-status-icon { margin: 0 0 !important; padding: 4px !important; } #panel Gjs_ArcMenu_ApplicationsButton.panel-button, #panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button, #panel Gjs_arc-menu_linuxgem33_com_menuButton_ArcMenu_MenuButton.panel-button, #panel Gjs_ui_panel_ActivitiesButton.panel-button { margin-left: 2px; } #panel Gjs_AggregateMenu.panel-button, #panel Gjs_ui_panel_AggregateMenu.panel-button { margin-right: 2px; } #panel .screencast-indicator, #panel .remote-access-indicator { color: #FF6D00; } #appMenu { spacing: 4px; } #appMenu .label-shadow { color: transparent; } #appMenu .panel-status-menu-box { padding: 0 4px; spacing: 4px; } /* Activities Ripple */ .ripple-box { background-color: rgba(50, 129, 234, 0.35); width: 52px; height: 52px; border-radius: 0 0 52px 0; } .ripple-box:rtl { border-radius: 0 0 0 52px; } /* OVERVIEW */ .controls-manager, .secondary-monitor-workspaces { spacing: 8px; } #overviewGroup { background-color: #222222; } .overview-controls { padding-bottom: 32px; } /* Window Picker */ .window-picker { spacing: 4px; } .window-caption { color: rgba(255, 255, 255, 0.85); background-color: rgba(32, 32, 32, 0.9); border-radius: 12px; padding: 4px 8px; } .window-close, .screenshot-ui-close-button { background-color: #3281ea; color: white; border-radius: 21px; padding: 3px; height: 30px; width: 30px; box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5); transition-duration: 300ms; } .window-close StIcon, .screenshot-ui-close-button StIcon { icon-size: 24px; } .window-close:hover, .screenshot-ui-close-button:hover { background-color: #77acf1; } .window-close:active, .screenshot-ui-close-button:active { color: rgba(255, 255, 255, 0.85); background-color: #1b73e8; } .workspace-background { border-radius: 30px; background-color: #222222; box-shadow: 0 4px 16px 4px rgba(0, 0, 0, 0.3); border: none; } #overview .search-entry { min-height: 28px; width: 320px; border: none; border-radius: 7px; caret-color: rgba(0, 0, 0, 0.75); color: rgba(0, 0, 0, 0.75); background-color: rgba(255, 255, 255, 0.75) !important; border-color: transparent; box-shadow: none; selection-background-color: #3281ea; selected-color: #FFFFFF !important; margin-top: 8px; margin-bottom: 4px; } #overview .search-entry:hover { color: rgba(0, 0, 0, 0.75); background-color: rgba(255, 255, 255, 0.85) !important; } #overview .search-entry:focus { color: rgba(0, 0, 0, 0.85); border-color: transparent; background-color: rgba(255, 255, 255, 0.95) !important; border: none; selection-background-color: #3281ea; selected-color: #FFFFFF !important; } #overview .search-entry .search-entry-icon { icon-size: 16px; padding: 0 4px; color: inherit; } #overview .search-entry:hover .search-entry-icon, #overview .search-entry:focus .search-entry-icon { color: rgba(0, 0, 0, 0.75); } #overview .search-entry StLabel.hint-text { margin-left: 2px; color: rgba(0, 0, 0, 0.35); } /* Search */ #searchResultsContent { max-width: 1024px; spacing: 4px; } .search-section { spacing: 4px; } .search-section .search-section-separator { height: 0; background-color: transparent; } .search-section-content { background-color: rgba(255, 255, 255, 0.15); border-radius: 12px; border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: none; color: rgba(255, 255, 255, 0.85); padding: 12px; spacing: 4px; } .list-search-result, .search-provider-icon { border-radius: 12px; } .list-search-result:focus, .search-provider-icon:focus, .list-search-result:hover, .search-provider-icon:hover, .list-search-result:selected, .search-provider-icon:selected { background-color: rgba(255, 255, 255, 0.15); border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); transition-duration: 100ms; } .list-search-result:active, .search-provider-icon:active, .list-search-result:checked, .search-provider-icon:checked { background-color: rgba(255, 255, 255, 0.3); border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } .grid-search-results { spacing: 24px; } .search-provider-icon .list-search-provider-content { spacing: 8px; } .search-provider-icon .list-search-provider-content .list-search-provider-details { width: 120px; margin-top: 0; color: rgba(255, 255, 255, 0.7); } .list-search-results { spacing: 4px; } .list-search-result .list-search-result-content { spacing: 4px; } .list-search-result .list-search-result-title { spacing: 8px; } .list-search-result .list-search-result-description { color: rgba(255, 255, 255, 0.5); } /* Dash */ #dash { font-size: 1em; margin-top: 12px; padding: 0 10px; } #dash .placeholder { background-image: none; background-size: contain; height: 32px; } #dash .empty-dash-drop-target { width: 32px; height: 32px; } #dash .overview-icon { padding: 5px; } .dash-background { background-color: rgba(255, 255, 255, 0.2); margin-bottom: 18px; padding: 10px; border-radius: 18px; } .dash-item-container .app-well-app, .show-apps { padding: 10px 3px 28px; } .dash-separator { width: 1px; margin: 0 8px 18px; background-color: rgba(255, 255, 255, 0.15); } .dash-label { border-radius: 5px; padding: 4px 8px; margin: 4px; color: rgba(255, 255, 255, 0.85); background-color: rgba(0, 0, 0, 0.75); border: none; box-shadow: none; text-align: center; -y-offset: 10px; } /* App Grid */ .show-apps .overview-icon, .app-well-app .overview-icon, .grid-search-result .overview-icon, .search-provider-icon, .list-search-result { color: rgba(255, 255, 255, 0.85); border-radius: 8px; padding: 6px; border: 1px solid transparent; box-shadow: inset 0 1px transparent; transition-duration: 150ms; text-align: center; } .icon-grid { row-spacing: 12px; column-spacing: 12px; max-row-spacing: 72px; max-column-spacing: 72px; page-padding-top: 24px; page-padding-bottom: 24px; page-padding-left: 12px; page-padding-right: 12px; } /* App Icons */ .show-apps:hover .overview-icon, .show-apps:focus .overview-icon, .show-apps:selected .overview-icon, .app-well-app:hover .overview-icon, .app-well-app:focus .overview-icon, .app-well-app:selected .overview-icon, .grid-search-result:hover .overview-icon, .grid-search-result:focus .overview-icon, .grid-search-result:selected .overview-icon { background-color: rgba(255, 255, 255, 0.15); transition-duration: 0ms; border-image: none; background-image: none; border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } .show-apps:active .overview-icon, .show-apps:checked .overview-icon, .app-well-app:active .overview-icon, .app-well-app:checked .overview-icon, .grid-search-result:active .overview-icon, .grid-search-result:checked .overview-icon { background-color: rgba(255, 255, 255, 0.15); transition-duration: 150ms; border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } .show-apps .overview-icon.overview-icon-with-label, .app-well-app .overview-icon.overview-icon-with-label, .grid-search-result .overview-icon.overview-icon-with-label { padding: 10px 8px 5px 8px; } .show-apps .overview-icon.overview-icon-with-label > StBoxLayout, .app-well-app .overview-icon.overview-icon-with-label > StBoxLayout, .grid-search-result .overview-icon.overview-icon-with-label > StBoxLayout { spacing: 4px; } .app-well-app-running-dot { width: 6px; height: 3px; border-radius: 2px; background-color: rgba(255, 255, 255, 0.5); margin-bottom: 1px; } StWidget.focused .app-well-app-running-dot { width: 18px; background-color: #3281ea; } /* App Folders */ .app-well-app.app-folder { background: none; border-radius: 10px; } .app-well-app.app-folder .overview-icon { background-color: rgba(255, 255, 255, 0.13); border-radius: 10px; } .app-well-app.app-folder:hover .overview-icon { background-color: rgba(255, 255, 255, 0.15); } .app-well-app.app-folder:active .overview-icon { background-color: rgba(255, 255, 255, 0.3); } .app-folder-dialog { border-radius: 20px; background-color: rgba(34, 34, 34, 0.95); border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } .app-folder-dialog .folder-name-container { padding: 24px 36px 0; spacing: 12px; /* FIXME: this is to keep the label in sync with the entry */ } .app-folder-dialog .folder-name-container .folder-name-label, .app-folder-dialog .folder-name-container .folder-name-entry { font-size: 18pt; font-weight: 800; } .app-folder-dialog .folder-name-container .folder-name-entry { border: none; color: #FFFFFF; background-color: rgba(255, 255, 255, 0.15); selection-background-color: #3281ea; selected-color: #FFFFFF; width: 300px; } .app-folder-dialog .folder-name-container .folder-name-entry:focus { color: #FFFFFF; background-color: rgba(255, 255, 255, 0.25); } .app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon { color: rgba(255, 255, 255, 0.85); } .app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon { color: rgba(255, 255, 255, 0.95); } .app-folder-dialog .folder-name-container .folder-name-entry:insensitive, .app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text { color: rgba(255, 255, 255, 0.45); } .app-folder-dialog .folder-name-container .folder-name-label { padding: 5px 7px; color: rgba(255, 255, 255, 0.7); } .app-folder-dialog .folder-name-container .edit-folder-button { background-color: rgba(255, 255, 255, 0.15); color: rgba(255, 255, 255, 0.7); border: none; padding: 0; width: 36px; height: 36px; border-radius: 18px; } .app-folder-dialog .folder-name-container .edit-folder-button > StIcon { icon-size: 16px; } .app-folder-dialog .folder-name-container .edit-folder-button:hover { background-color: rgba(255, 255, 255, 0.15); } .app-folder-dialog .folder-name-container .edit-folder-button:checked, .app-folder-dialog .folder-name-container .edit-folder-button:active { background-color: rgba(255, 255, 255, 0.3); } .app-folder-dialog .icon-grid { row-spacing: 12px; column-spacing: 30px; page-padding-top: 0; page-padding-bottom: 0; page-padding-left: 0; page-padding-right: 0; } .app-folder-dialog .page-indicators { margin-bottom: 18px; } .app-folder-dialog-container { padding: 12px; width: 620px; height: 620px; } .rename-folder-popup .rename-folder-popup-item { spacing: 4px; } .rename-folder-popup .rename-folder-popup-item:ltr, .rename-folder-popup .rename-folder-popup-item:rtl { padding: 0 8px; } .app-menu, .app-well-menu { max-width: 27.25em; } .page-indicator { padding: 4px 8px 0; } .page-indicator .page-indicator-icon { width: 10px; height: 10px; border-radius: 10px; background-color: white; } .apps-scroll-view { padding: 0; } .system-action-icon { background-color: rgba(0, 0, 0, 0.8); color: white; border-radius: 9999px; icon-size: 8px; } .page-navigation-hint { width: 300px; } .page-navigation-hint.dnd { background: rgba(255, 255, 255, 0.1); } .page-navigation-hint.next:ltr, .page-navigation-hint.previous:rtl { background-gradient-start: rgba(255, 255, 255, 0.05); background-gradient-end: transparent; background-gradient-direction: horizontal; border-radius: 15px 0px 0px 15px; } .page-navigation-hint.previous:ltr, .page-navigation-hint.next:rtl { background-gradient-start: transparent; background-gradient-end: rgba(255, 255, 255, 0.05); background-gradient-direction: horizontal; border-radius: 0px 15px 15px 0px; } .page-navigation-arrow { margin: 0; width: 24px; height: 24px; color: white; } /* Workspace pager */ .workspace-thumbnails .workspace-thumbnail { color: rgba(255, 255, 255, 0.85); background-color: rgba(255, 255, 255, 0.13); border: none; } .workspace-thumbnails { visible-width: 32px; spacing: 4px; padding: 4px; } .workspace-thumbnails .workspace-thumbnail { border-radius: 3px; } .workspace-thumbnails .placeholder { background-image: url("resource:///org/gnome/shell/theme/dash-placeholder.svg"); background-size: contain; width: 18px; } .workspace-thumbnail-indicator { border: 3px solid #3281ea; border-radius: 6px; padding: 0px; } .ripple-pointer-location { width: 48px; height: 48px; border-radius: 24px; background-color: rgba(189, 214, 248, 0.3); box-shadow: 0 0 2px 2px #8fbaf3; } .pie-timer { width: 60px; height: 60px; -pie-border-width: 3px; -pie-border-color: #3281ea; -pie-background-color: rgba(235, 243, 253, 0.3); } .magnifier-zoom-region { border: 2px solid #3281ea; } .magnifier-zoom-region.full-screen { border-width: 0; } .select-area-rubberband { background-color: rgba(50, 129, 234, 0.3); border: 1px solid #3281ea; } .user-icon { background-size: contain; color: rgba(255, 255, 255, 0.7); border-radius: 9999px; icon-size: 64px; } .user-icon:hover { color: rgba(255, 255, 255, 0.85); } .user-icon StIcon { background-color: rgba(255, 255, 255, 0.05); border-radius: 99px; padding: 8px; width: 40px; height: 40px; } .user-icon.user-avatar { border: 2px rgba(255, 255, 255, 0.7); } .user-widget.vertical .user-icon { icon-size: 128px; } .user-widget.vertical .user-icon StIcon { padding: 14px; padding-top: 12px; padding-bottom: 16px; width: 88px; height: 88px; } .lightbox { background-color: black; } .flashspot { background-color: white; } .hidden { color: rgba(0, 0, 0, 0); } .caps-lock-warning-label { text-align: center; padding-bottom: 8px; font-size: 9.75pt; font-weight: 400; color: #FF6D00; } /* Workspace animation */ .workspace-animation { background-color: #222222; } /* Tiled window previews */ .tile-preview { background-color: rgba(36, 120, 233, 0.3); border: 1px solid #2478e9; } .tile-preview-left.on-primary { border-radius: 6px 0 0 0; } .tile-preview-right.on-primary { border-radius: 0 6px 0 0; } .tile-preview-left.tile-preview-right.on-primary { border-radius: 6px 6px 0 0; } /* On-screen Keyboard */ #keyboard { background-color: rgba(26, 26, 26, 0.95); border: none; border-top-width: 0; box-shadow: none; } #keyboard .page-indicator { padding: 4px; } #keyboard .page-indicator .page-indicator-icon { width: 8px; height: 8px; } .key-container { padding: 2px; spacing: 2px; } .keyboard-key { min-height: 2em; min-width: 2em; font-size: 14pt; font-weight: bold; border-radius: 5px; border: none; color: inherit; background-color: #4b4b4b; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } .keyboard-key:focus, .keyboard-key:hover { color: rgba(255, 255, 255, 0.9); background-color: #656565; } .keyboard-key:checked, .keyboard-key:active { color: rgba(255, 255, 255, 0.9); background-color: #7e7e7e; } .keyboard-key:grayed { background-color: rgba(32, 32, 32, 0.75); color: rgba(255, 255, 255, 0.85); border-color: rgba(32, 32, 32, 0.75); } .keyboard-key.default-key { background-color: #323232; } .keyboard-key.default-key:focus, .keyboard-key.default-key:hover { color: rgba(255, 255, 255, 0.8); background-color: #4c4c4c; } .keyboard-key.default-key:checked, .keyboard-key.default-key:active { color: rgba(255, 255, 255, 0.8); background-color: #585858; } .keyboard-key.enter-key { background-color: #3281ea; color: rgba(255, 255, 255, 0.85); } .keyboard-key.enter-key:focus, .keyboard-key.enter-key:hover { color: rgba(255, 255, 255, 0.85); background-color: #498fec; } .keyboard-key.enter-key:checked, .keyboard-key.enter-key:active { color: rgba(255, 255, 255, 0.85); background-color: #1667d3; } .keyboard-key.shift-key-uppercase { color: #3281ea; } .keyboard-key StIcon { icon-size: 1.125em; } .keyboard-subkeys { color: inherit; -arrow-border-radius: 5px; -arrow-background-color: rgba(0, 0, 0, 0.45); -arrow-border-width: 0; -arrow-border-color: transparent; -arrow-base: 20px; -arrow-rise: 10px; -boxpointer-gap: 5px; } .emoji-page .keyboard-key { background-color: transparent; border: none; color: initial; } .emoji-panel .keyboard-key:latched { border-color: #498fec; background-color: #3281ea; } .word-suggestions { font-size: 14pt; spacing: 12px; min-height: 20pt; } /* Looking Glass */ #LookingGlassDialog { color: rgba(255, 255, 255, 0.7); background-color: #202020; spacing: 4px; padding: 6px; border: none; border-radius: 5px; box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5); } #LookingGlassDialog > #Toolbar { padding: 0 8px; border: none; border-radius: 0; background-color: rgba(32, 32, 32, 0.01); box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1); } #LookingGlassDialog .labels { spacing: 0; } #LookingGlassDialog .notebook-tab { -natural-hpadding: 12px; -minimum-hpadding: 6px; font-weight: bold; color: rgba(255, 255, 255, 0.5); transition-duration: 150ms; padding-left: 16px; padding-right: 16px; min-height: 32px; padding: 0 32px; } #LookingGlassDialog .notebook-tab:hover { box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.9); text-shadow: none; } #LookingGlassDialog .notebook-tab:selected { background-color: rgba(32, 32, 32, 0.01); box-shadow: inset 0 -2px 0 #3281ea; color: rgba(255, 255, 255, 0.9); text-shadow: none; } #LookingGlassDialog StBoxLayout#EvalBox { padding: 4px; spacing: 4px; } #LookingGlassDialog StBoxLayout#ResultsArea { spacing: 4px; } .lg-dialog StEntry { selection-background-color: #3281ea; selected-color: rgba(255, 255, 255, 0.85) !important; } .lg-dialog .shell-link { color: #3281ea; } .lg-dialog .shell-link:hover { color: #3281ea; } .lg-completions-text { font-size: 1em; font-style: italic; } .lg-obj-inspector-title { spacing: 4px; } .lg-obj-inspector-button { min-height: 32px; padding: 0 16px; border: none; border-radius: 5px; font-size: 9.75pt; font-weight: 500; color: rgba(255, 255, 255, 0.7); background-color: transparent; box-shadow: none; } .lg-obj-inspector-button:hover { color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.06); box-shadow: none; } .lg-obj-inspector-button:active { color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.1); box-shadow: 0 0 transparent; } .lg-obj-inspector-button:insensitive { color: rgba(255, 255, 255, 0.3); background-color: transparent; box-shadow: none; } .lg-obj-inspector-button:focus { color: rgba(255, 255, 255, 0.9); box-shadow: none; } .lg-obj-inspector-button:hover { border: none; } #lookingGlassExtensions { padding: 4px; } .lg-extensions-list { padding: 4px; spacing: 6px; } .lg-extension { border: none; border-radius: 5px; background-color: #606060; padding: 4px; } .lg-extension-name { font-size: 18pt; font-weight: 400; } .lg-extension-meta { spacing: 6px; } #LookingGlassPropertyInspector { background: #202020; border: none; border-radius: 5px; padding: 6px; box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5); } .icon-label-button-container { spacing: 4px; font-size: 9pt; font-weight: 400; } .icon-label-button-container StIcon { icon-size: 32px; } .screenshot-ui-panel { border-radius: 33px; padding: 12px; padding-bottom: 6px; margin-bottom: 4em; spacing: 8px; } .screenshot-ui-close-button { padding: 4px; } .screenshot-ui-close-button.left { margin-left: 8px; } .screenshot-ui-close-button.right { margin-right: 8px; } .screenshot-ui-type-button { padding: 8px 12px !important; border-radius: 21px; } .screenshot-ui-capture-button { width: 36px; height: 36px; border-radius: 1000px; border: 4px rgba(255, 255, 255, 0.85); padding: 4px; } .screenshot-ui-capture-button .screenshot-ui-capture-button-circle { background-color: rgba(255, 255, 255, 0.85); transition-duration: 200ms; border-radius: 1000px; } .screenshot-ui-capture-button .screenshot-ui-capture-button-circle:hover, .screenshot-ui-capture-button .screenshot-ui-capture-button-circle:focus { background-color: rgba(255, 255, 255, 0.08); } .screenshot-ui-capture-button:hover .screenshot-ui-capture-button-circle, .screenshot-ui-capture-button:focus .screenshot-ui-capture-button-circle { background-color: rgba(217, 217, 217, 0.85); } .screenshot-ui-capture-button:active .screenshot-ui-capture-button-circle { background-color: rgba(128, 128, 128, 0.85); } .screenshot-ui-capture-button:cast .screenshot-ui-capture-button-circle { background-color: #DD2C00; } .screenshot-ui-capture-button:cast:hover .screenshot-ui-capture-button-circle, .screenshot-ui-capture-button:cast:focus .screenshot-ui-capture-button-circle { background-color: #911d00; } .screenshot-ui-capture-button:cast:active .screenshot-ui-capture-button-circle { background-color: #440e00; } .screenshot-ui-shot-cast-container { background-color: rgba(255, 255, 255, 0.08); border-radius: 12px; padding: 3px; spacing: 3px; } .screenshot-ui-shot-cast-container:ltr { margin-left: 9px; } .screenshot-ui-shot-cast-container:rtl { margin-right: 9px; } .screenshot-ui-shot-cast-button { padding: 4px 8px; background-color: transparent; border-radius: 9px; } .screenshot-ui-shot-cast-button:hover, .screenshot-ui-shot-cast-button:focus { background-color: rgba(255, 255, 255, 0.08); } .screenshot-ui-shot-cast-button:active { background-color: rgba(255, 255, 255, 0.1); } .screenshot-ui-shot-cast-button:checked { background-color: white; color: black; } .screenshot-ui-shot-cast-button StIcon { icon-size: 16px; } .screenshot-ui-show-pointer-button { border-radius: 1000px; padding: 8px !important; } .screenshot-ui-show-pointer-button StIcon { icon-size: 16px; } .screenshot-ui-area-indicator-shade { background-color: rgba(0, 0, 0, 0.3); } .screenshot-ui-area-selector .screenshot-ui-area-indicator-shade { background-color: rgba(0, 0, 0, 0.5); } .screenshot-ui-area-selector .screenshot-ui-area-indicator-selection { border: 2px white; } .screenshot-ui-area-selector-handle { border-radius: 1000px; background-color: white; box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.2); width: 24px; height: 24px; } .screenshot-ui-window-selector { background-color: #222222; } .screenshot-ui-window-selector .screenshot-ui-window-selector-window-container { margin: 100px; } .screenshot-ui-window-selector:primary-monitor .screenshot-ui-window-selector-window-container { margin-bottom: 200px; } .screenshot-ui-window-selector-window-border { transition-duration: 200ms; border-radius: 12px; border: 6px transparent; } .screenshot-ui-window-selector-check { transition-duration: 200ms; color: transparent; border-radius: 1000px; border-width: 12px; icon-size: 24px; } .screenshot-ui-window-selector-window:hover .screenshot-ui-window-selector-window-border { border-color: #135cbc; } .screenshot-ui-window-selector-window:checked .screenshot-ui-window-selector-window-border { border-color: #3281ea; background-color: rgba(50, 129, 234, 0.2); } .screenshot-ui-window-selector-window:checked .screenshot-ui-window-selector-check { color: white; background-color: #3281ea; } .screenshot-ui-screen-selector { transition-duration: 200ms; background-color: rgba(0, 0, 0, 0.5); } .screenshot-ui-screen-selector:hover { background-color: rgba(0, 0, 0, 0.3); } .screenshot-ui-screen-selector:active { background-color: rgba(0, 0, 0, 0.7); } .screenshot-ui-screen-selector:checked { background-color: transparent; border: 2px white; } .screenshot-ui-tooltip { color: rgba(255, 255, 255, 0.85); background-color: #222222; border-radius: 99px; padding: 4px 8px; text-align: center; -y-offset: 24px; } /* Login Dialog */ .login-dialog-banner-view { padding-top: 24px; max-width: 23em; } .login-dialog, .unlock-dialog { border: none; background-color: transparent; } .login-dialog StEntry, .unlock-dialog StEntry { selection-background-color: #3281ea; selected-color: rgba(255, 255, 255, 0.85) !important; caret-color: rgba(255, 255, 255, 0.7); color: rgba(255, 255, 255, 0.7); background-color: rgba(255, 255, 255, 0.15); margin: 2px 6px 6px; border: 2px solid transparent; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 5px 8px rgba(0, 0, 0, 0.05); } .login-dialog StEntry:focus, .unlock-dialog StEntry:focus { color: rgba(255, 255, 255, 0.9); box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.08); border: 2px solid #3281ea; } .login-dialog StEntry:insensitive, .unlock-dialog StEntry:insensitive { color: rgba(255, 255, 255, 0.7); } .login-dialog .modal-dialog-button-box, .unlock-dialog .modal-dialog-button-box { spacing: 3px; } .login-dialog .modal-dialog-button, .unlock-dialog .modal-dialog-button { padding: 4px 18px; box-shadow: none; color: rgba(255, 255, 255, 0.7); background-color: transparent; box-shadow: none; } .login-dialog .modal-dialog-button:hover, .login-dialog .modal-dialog-button:focus, .unlock-dialog .modal-dialog-button:hover, .unlock-dialog .modal-dialog-button:focus { color: rgba(255, 255, 255, 0.85); background-color: rgba(255, 255, 255, 0.15); box-shadow: none; } .login-dialog .modal-dialog-button:active, .unlock-dialog .modal-dialog-button:active { color: rgba(255, 255, 255, 0.85); background-color: rgba(255, 255, 255, 0.3); box-shadow: 0 0 transparent; } .login-dialog .modal-dialog-button:insensitive, .unlock-dialog .modal-dialog-button:insensitive { color: rgba(255, 255, 255, 0.3); background-color: transparent; box-shadow: none; } .login-dialog .modal-dialog-button:default, .unlock-dialog .modal-dialog-button:default { color: rgba(255, 255, 255, 0.85); background-color: #408aeb; border-color: rgba(255, 255, 255, 0.08); box-shadow: none; } .login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus, .unlock-dialog .modal-dialog-button:default:hover, .unlock-dialog .modal-dialog-button:default:focus { color: rgba(255, 255, 255, 0.85); background-color: #408aeb; border-color: rgba(255, 255, 255, 0.15); box-shadow: none; } .login-dialog .modal-dialog-button:default:active, .unlock-dialog .modal-dialog-button:default:active { color: rgba(255, 255, 255, 0.85); background-color: #297be9; border-color: rgba(255, 255, 255, 0.15); box-shadow: none; } .login-dialog .modal-dialog-button:default:insensitive, .unlock-dialog .modal-dialog-button:default:insensitive { color: rgba(255, 255, 255, 0.5); background-color: rgba(255, 255, 255, 0.15); border-color: transparent; box-shadow: none; } .login-dialog .cancel-button, .login-dialog .switch-user-button, .login-dialog .login-dialog-session-list-button, .unlock-dialog .cancel-button, .unlock-dialog .switch-user-button, .unlock-dialog .login-dialog-session-list-button { padding: 0; border-radius: 99px; width: 32px; height: 32px; border: none; background-color: rgba(255, 255, 255, 0.15); color: rgba(255, 255, 255, 0.7); } .login-dialog .cancel-button:hover, .login-dialog .cancel-button:focus, .login-dialog .switch-user-button:hover, .login-dialog .switch-user-button:focus, .login-dialog .login-dialog-session-list-button:hover, .login-dialog .login-dialog-session-list-button:focus, .unlock-dialog .cancel-button:hover, .unlock-dialog .cancel-button:focus, .unlock-dialog .switch-user-button:hover, .unlock-dialog .switch-user-button:focus, .unlock-dialog .login-dialog-session-list-button:hover, .unlock-dialog .login-dialog-session-list-button:focus { color: rgba(255, 255, 255, 0.85); } .login-dialog .cancel-button:active, .login-dialog .switch-user-button:active, .login-dialog .login-dialog-session-list-button:active, .unlock-dialog .cancel-button:active, .unlock-dialog .switch-user-button:active, .unlock-dialog .login-dialog-session-list-button:active { color: rgba(255, 255, 255, 0.85); background-color: rgba(255, 255, 255, 0.3); } .login-dialog .cancel-button StIcon, .login-dialog .switch-user-button StIcon, .login-dialog .login-dialog-session-list-button StIcon, .unlock-dialog .cancel-button StIcon, .unlock-dialog .switch-user-button StIcon, .unlock-dialog .login-dialog-session-list-button StIcon { icon-size: 16px; } .login-dialog .caps-lock-warning-label, .login-dialog .login-dialog-message-warning, .unlock-dialog .caps-lock-warning-label, .unlock-dialog .login-dialog-message-warning { color: rgba(255, 255, 255, 0.85); } .login-dialog-logo-bin { padding: 24px 0px; } .login-dialog-banner { color: rgba(255, 255, 255, 0.7); } .login-dialog-button-box { width: 23em; spacing: 5px; } .login-dialog-message { text-align: center; } .login-dialog-user-selection-box { padding: 100px 0px; } .login-dialog-not-listed-label { padding-left: 2px; font-size: 1em; font-weight: bold; color: rgba(255, 255, 255, 0.7); padding-top: 1em; } .login-dialog-not-listed-label:hover { color: rgba(255, 255, 255, 0.85); } .login-dialog-not-listed-label:focus { background-color: rgba(255, 255, 255, 0.15); } .login-dialog-not-listed-button:focus .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-not-listed-label { color: rgba(255, 255, 255, 0.85); } .login-dialog-user-list-view { -st-vfade-offset: 1em; } .login-dialog-user-list { spacing: 12px; width: 23em; } .login-dialog-user-list:expanded .login-dialog-user-list-item:selected { background-color: rgba(255, 255, 255, 0.15); color: rgba(255, 255, 255, 0.85); } .login-dialog-user-list:expanded .login-dialog-user-list-item:hover { background-color: rgba(255, 255, 255, 0.15); color: rgba(255, 255, 255, 0.85); } .login-dialog-user-list:expanded .login-dialog-user-list-item:active { background-color: rgba(255, 255, 255, 0.3); color: rgba(255, 255, 255, 0.85); } .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { border-right: 2px solid rgba(255, 255, 255, 0.85); } .login-dialog-user-list-item { border-radius: 5px; padding: 6px; color: rgba(255, 255, 255, 0.7); } .login-dialog-user-list-item:ltr { padding-right: 1em; } .login-dialog-user-list-item:rtl { padding-left: 1em; } .login-dialog-user-list-item:hover { background-color: rgba(255, 255, 255, 0.15); color: rgba(255, 255, 255, 0.85); } .login-dialog-user-list-item:active { background-color: rgba(255, 255, 255, 0.3); color: rgba(255, 255, 255, 0.85); } .login-dialog-user-list-item .login-dialog-timed-login-indicator { height: 2px; margin: 6px 0 0 0; background-color: rgba(255, 255, 255, 0.85); } .login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { background-color: rgba(255, 255, 255, 0.85); } .user-widget-label { color: rgba(255, 255, 255, 0.85); } .user-widget.horizontal .user-widget-label { font-size: 15pt; font-weight: 500; font-weight: bold; padding-left: 15px; } .user-widget.horizontal .user-widget-label:ltr { padding-left: 14px; text-align: left; } .user-widget.horizontal .user-widget-label:rtl { padding-right: 14px; text-align: right; } .user-widget.vertical .user-widget-label { font-size: 15pt; font-weight: 500; text-align: center; font-weight: normal; padding-top: 16px; } .login-dialog-prompt-layout { padding-top: 24px; padding-bottom: 12px; spacing: 8px; width: 23em; } .login-dialog-prompt-entry { height: 1.5em; } .login-dialog-prompt-label { color: rgba(255, 255, 255, 0.5); font-size: 1em; padding-top: 1em; } /* Screen Shield */ .unlock-dialog-clock { color: white; font-weight: 300; text-align: center; spacing: 24px; padding-bottom: 2.5em; } .unlock-dialog-clock-time { font-size: 64pt; padding-top: 42px; font-feature-settings: "tnum"; } .unlock-dialog-clock-date { font-size: 16pt; font-weight: normal; } .unlock-dialog-clock-hint { font-weight: normal; padding-top: 48px; } .unlock-dialog-notifications-container { margin: 12px 0; spacing: 6px; width: 23em; background-color: transparent; } .unlock-dialog-notifications-container .summary-notification-stack-scrollview { padding-top: 0; padding-bottom: 0; } .unlock-dialog-notifications-container .notification, .unlock-dialog-notifications-container .unlock-dialog-notification-source { padding: 12px 6px; border: none; background-color: rgba(32, 32, 32, 0.9); color: rgba(255, 255, 255, 0.85); border-radius: 5px; } .unlock-dialog-notifications-container .notification.critical, .unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { background-color: rgba(34, 34, 34, 0.9); } .unlock-dialog-notification-label { padding: 0px 0px 0px 12px; } .unlock-dialog-notification-count-text { weight: bold; padding: 0 6px; color: rgba(32, 32, 32, 0.9); background-color: rgba(255, 255, 255, 0.7); border-radius: 99px; margin-right: 12px; } .screen-shield-background { background: black; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6); } #lockDialogGroup { background-color: #222222; } #unlockDialogNotifications StButton#vhandle, #unlockDialogNotifications StButton#hhandle { background-color: rgba(32, 32, 32, 0.2); } #unlockDialogNotifications StButton#vhandle:hover, #unlockDialogNotifications StButton#vhandle:focus, #unlockDialogNotifications StButton#hhandle:hover, #unlockDialogNotifications StButton#hhandle:focus { background-color: rgba(32, 32, 32, 0.4); } #unlockDialogNotifications StButton#vhandle:active, #unlockDialogNotifications StButton#hhandle:active { background-color: rgba(50, 129, 234, 0.5); } .bottom #dashtodockDashScrollview, .top #dashtodockDashScrollview { -st-hfade-offset: 24px; } .left #dashtodockDashScrollview, .right #dashtodockDashScrollview { -st-vfade-offset: 24px; } #dashtodockContainer { background-color: transparent; box-shadow: none; } #dashtodockContainer .number-overlay { color: #FFFFFF; background-color: rgba(0, 0, 0, 0.75); text-align: center; } #dashtodockContainer .notification-badge { color: rgba(255, 255, 255, 0.85); background-color: #3281ea; box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25); border-radius: 9999px; margin: 2px 3px 5px; padding: 0.2em 0.6em; font-weight: bold; text-align: center; } #dashtodockContainer.top.straight-corner #dash, #dashtodockContainer.top.shrink.straight-corner #dash, #dashtodockContainer.top.extended #dash, #dashtodockContainer.top.extended:overview #dash { margin: 0 !important; padding: 0 !important; } #dashtodockContainer.top.straight-corner #dash .dash-background, #dashtodockContainer.top.shrink.straight-corner #dash .dash-background, #dashtodockContainer.top.extended #dash .dash-background, #dashtodockContainer.top.extended:overview #dash .dash-background { margin: 0 !important; margin-bottom: 0 !important; } #dashtodockContainer.top.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.top.straight-corner #dash .show-apps, #dashtodockContainer.top.shrink.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.top.shrink.straight-corner #dash .show-apps, #dashtodockContainer.top.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.top.extended #dash .show-apps, #dashtodockContainer.top.extended:overview #dash .dash-item-container .app-well-app, #dashtodockContainer.top.extended:overview #dash .show-apps { margin: 0 !important; } #dashtodockContainer.bottom.straight-corner #dash, #dashtodockContainer.bottom.shrink.straight-corner #dash, #dashtodockContainer.bottom.extended #dash, #dashtodockContainer.bottom.extended:overview #dash { margin: 0 !important; padding: 0 !important; } #dashtodockContainer.bottom.straight-corner #dash .dash-background, #dashtodockContainer.bottom.shrink.straight-corner #dash .dash-background, #dashtodockContainer.bottom.extended #dash .dash-background, #dashtodockContainer.bottom.extended:overview #dash .dash-background { margin: 0 !important; margin-bottom: 0 !important; } #dashtodockContainer.bottom.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.straight-corner #dash .show-apps, #dashtodockContainer.bottom.shrink.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.shrink.straight-corner #dash .show-apps, #dashtodockContainer.bottom.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.extended #dash .show-apps, #dashtodockContainer.bottom.extended:overview #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.extended:overview #dash .show-apps { margin: 0 !important; } #dashtodockContainer.left.straight-corner #dash, #dashtodockContainer.left.shrink.straight-corner #dash, #dashtodockContainer.left.extended #dash, #dashtodockContainer.left.extended:overview #dash { margin: 0 !important; padding: 0 !important; } #dashtodockContainer.left.straight-corner #dash .dash-background, #dashtodockContainer.left.shrink.straight-corner #dash .dash-background, #dashtodockContainer.left.extended #dash .dash-background, #dashtodockContainer.left.extended:overview #dash .dash-background { margin: 0 !important; margin-bottom: 0 !important; } #dashtodockContainer.left.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.left.straight-corner #dash .show-apps, #dashtodockContainer.left.shrink.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.left.shrink.straight-corner #dash .show-apps, #dashtodockContainer.left.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.left.extended #dash .show-apps, #dashtodockContainer.left.extended:overview #dash .dash-item-container .app-well-app, #dashtodockContainer.left.extended:overview #dash .show-apps { margin: 0 !important; } #dashtodockContainer.right.straight-corner #dash, #dashtodockContainer.right.shrink.straight-corner #dash, #dashtodockContainer.right.extended #dash, #dashtodockContainer.right.extended:overview #dash { margin: 0 !important; padding: 0 !important; } #dashtodockContainer.right.straight-corner #dash .dash-background, #dashtodockContainer.right.shrink.straight-corner #dash .dash-background, #dashtodockContainer.right.extended #dash .dash-background, #dashtodockContainer.right.extended:overview #dash .dash-background { margin: 0 !important; margin-bottom: 0 !important; } #dashtodockContainer.right.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.right.straight-corner #dash .show-apps, #dashtodockContainer.right.shrink.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.right.shrink.straight-corner #dash .show-apps, #dashtodockContainer.right.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.right.extended #dash .show-apps, #dashtodockContainer.right.extended:overview #dash .dash-item-container .app-well-app, #dashtodockContainer.right.extended:overview #dash .show-apps { margin: 0 !important; } #dashtodockContainer.extended #dash .dash-background, #dashtodockContainer.straight-corner #dash .dash-background { border-radius: 0; } #dashtodockContainer.shrink #dash .dash-background { padding: 0 0 !important; border-radius: 8px; } #dashtodockContainer.shrink #dash .dash-item-container .app-well-app, #dashtodockContainer.shrink #dash .show-apps { margin: 0 !important; padding: 0 0 0 !important; } #dashtodockContainer.left #dash .dash-item-container .app-well-app, #dashtodockContainer.right #dash .dash-item-container .app-well-app { padding: 3px 4px !important; } #dashtodockContainer.left #dash .show-apps, #dashtodockContainer.right #dash .show-apps { padding-bottom: 4px !important; } #dashtodockContainer.left.shrink #dash .dash-item-container .app-well-app, #dashtodockContainer.left.shrink #dash .show-apps, #dashtodockContainer.right.shrink #dash .dash-item-container .app-well-app, #dashtodockContainer.right.shrink #dash .show-apps { margin: 0 !important; padding: 0 0 0 !important; } #dashtodockContainer.left.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.left.extended #dash .show-apps, #dashtodockContainer.left.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.left.straight-corner #dash .show-apps, #dashtodockContainer.right.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.right.extended #dash .show-apps, #dashtodockContainer.right.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.right.straight-corner #dash .show-apps { padding: 3px 10px !important; } #dashtodockContainer.top #dash .dash-background, #dashtodockContainer.bottom #dash .dash-background { padding: 10px 5px !important; } #dashtodockContainer.top.shrink #dash .dash-background, #dashtodockContainer.bottom.shrink #dash .dash-background { padding: 0 0 !important; } #dashtodockContainer.top.shrink #dash .dash-item-container .app-well-app, #dashtodockContainer.top.shrink #dash .show-apps, #dashtodockContainer.bottom.shrink #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.shrink #dash .show-apps { margin: 0 !important; padding: 0 0 18px !important; } #dashtodockContainer.top.extended #dash .dash-separator, #dashtodockContainer.top.straight-corner #dash .dash-separator, #dashtodockContainer.bottom.extended #dash .dash-separator, #dashtodockContainer.bottom.straight-corner #dash .dash-separator { margin: 0 8px !important; } #dashtodockContainer.top.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.top.extended #dash .show-apps, #dashtodockContainer.top.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.top.straight-corner #dash .show-apps, #dashtodockContainer.bottom.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.extended #dash .show-apps, #dashtodockContainer.bottom.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.straight-corner #dash .show-apps { padding: 10px 3px !important; } #dashtodockContainer #dash { background: none; box-shadow: none; } #dashtodockContainer #dash .dash-background { background-color: rgba(0, 0, 0, 0.5); background-clip: padding-box; } #dashtodockContainer #dash .app-well-app-running-dot { background-color: rgba(255, 255, 255, 0.55) !important; } #dashtodockContainer #dash StWidget.focused .app-well-app-running-dot { background-color: #3281ea; } #dashtodockContainer #dash .show-apps .overview-icon, #dashtodockContainer #dash .app-well-app .overview-icon { color: rgba(255, 255, 255, 0.75) !important; } #dashtodockContainer #dash .show-apps:hover .overview-icon, #dashtodockContainer #dash .show-apps:focus .overview-icon, #dashtodockContainer #dash .show-apps:selected .overview-icon, #dashtodockContainer #dash .app-well-app:hover .overview-icon, #dashtodockContainer #dash .app-well-app:focus .overview-icon, #dashtodockContainer #dash .app-well-app:selected .overview-icon { background-color: rgba(255, 255, 255, 0.1) !important; color: #FFFFFF !important; border: 1px solid rgba(0, 0, 0, 0.12); } #dashtodockContainer #dash .show-apps:active .overview-icon, #dashtodockContainer #dash .show-apps:checked .overview-icon, #dashtodockContainer #dash .app-well-app:active .overview-icon, #dashtodockContainer #dash .app-well-app:checked .overview-icon { background-color: rgba(255, 255, 255, 0.1) !important; color: #FFFFFF !important; } #dashtodockContainer .dash-separator { background-color: rgba(255, 255, 255, 0.15) !important; } #dashtodockContainer StWidget.focused .overview-icon { background-color: rgba(255, 255, 255, 0.1) !important; border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } #dashtodockContainer StWidget.focused:hover .overview-icon { background-color: rgba(255, 255, 255, 0.15) !important; } #dashtodockContainer StWidget.focused .app-well-app-running-dot { background-color: #3281ea !important; } #dashtodockContainer.opaque #dash .dash-background { background-color: #202020; } #dashtodockContainer.transparent #dash .dash-background { background-color: rgba(0, 0, 0, 0.5); } #dashtodockContainer:overview #dash .dash-background { background-color: rgba(255, 255, 255, 0.2); } #dashtodockContainer:overview #dash .show-apps .overview-icon, #dashtodockContainer:overview #dash .app-well-app .overview-icon { color: rgba(255, 255, 255, 0.7) !important; } #dashtodockContainer:overview #dash .show-apps:hover .overview-icon, #dashtodockContainer:overview #dash .show-apps:focus .overview-icon, #dashtodockContainer:overview #dash .show-apps:selected .overview-icon, #dashtodockContainer:overview #dash .app-well-app:hover .overview-icon, #dashtodockContainer:overview #dash .app-well-app:focus .overview-icon, #dashtodockContainer:overview #dash .app-well-app:selected .overview-icon { background-color: rgba(255, 255, 255, 0.1) !important; color: rgba(255, 255, 255, 0.85) !important; } #dashtodockContainer:overview #dash .show-apps:active .overview-icon, #dashtodockContainer:overview #dash .show-apps:checked .overview-icon, #dashtodockContainer:overview #dash .app-well-app:active .overview-icon, #dashtodockContainer:overview #dash .app-well-app:checked .overview-icon { background-color: rgba(255, 255, 255, 0.1) !important; color: rgba(255, 255, 255, 0.85) !important; } #dashtodockContainer:overview #dash .app-well-app-running-dot { background-color: rgba(255, 255, 255, 0.55) !important; } #dashtodockContainer:overview #dash StWidget.focused .overview-icon { background-color: rgba(255, 255, 255, 0.15) !important; border: 1px solid rgba(0, 0, 0, 0.12); box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } #dashtodockContainer:overview #dash StWidget.focused:hover .overview-icon { background-color: rgba(255, 255, 255, 0.3) !important; } #dashtodockContainer:overview #dash StWidget.focused .app-well-app-running-dot { background-color: #3281ea !important; } #dashtodockContainer:overview #dash .app-well-app-running-dot { background-color: rgba(255, 255, 255, 0.5) !important; } #dashtodockContainer:overview #dash StWidget.focused .app-well-app-running-dot { background-color: #3281ea !important; } #dashtodockContainer.opaque:overview #dash, #dashtodockContainer.transparent:overview #dash { background-color: transparent !important; box-shadow: none !important; } #dashtodockContainer.opaque:overview #dash .dash-background, #dashtodockContainer.transparent:overview #dash .dash-background { background-color: transparent !important; } #dashtodockContainer.extended:overview #dash, #dashtodockContainer.opaque.extended:overview #dash, #dashtodockContainer.transparent.extended:overview #dash { background: none; } #dashtodockContainer.extended:overview .dash-background, #dashtodockContainer.opaque.extended:overview .dash-background, #dashtodockContainer.transparent.extended:overview .dash-background { background-color: transparent !important; border: none !important; box-shadow: none !important; } #dashtodockContainer.running-dots .dash-item-container > StButton, #dashtodockContainer.dashtodock .dash-item-container > StButton { transition-duration: 250ms; background-size: contain; } #dashtodockContainer.shrink .dash-item-container > StButton, #dashtodockContainer.dashtodock .dash-item-container > StButton { padding: 1px 2px; } #dashtodockContainer.extended .app-well-app .overview-icon, #dashtodockContainer.extended .show-apps .overview-icon, #dashtodockContainer.extended:overview .app-well-app .overview-icon, #dashtodockContainer.extended:overview .show-apps .overview-icon { border-radius: 5px; } #dashtodockContainer .metro .overview-icon { border-radius: 0; } .dashtodock-app-well-preview-menu-item { padding: 1em 1em 0.5em 1em; } #dashtodockPreviewSeparator.popup-separator-menu-item-horizontal { width: 1px; height: auto; border-right-width: 1px; margin: 32px 0; } .dashtopanelMainPanel .show-apps .overview-icon, .dashtopanelMainPanel .app-well-app .overview-icon { color: rgba(255, 255, 255, 0.75) !important; } .dashtopanelMainPanel .show-apps:hover .overview-icon, .dashtopanelMainPanel .show-apps:focus .overview-icon, .dashtopanelMainPanel .show-apps:selected .overview-icon, .dashtopanelMainPanel .app-well-app:hover .overview-icon, .dashtopanelMainPanel .app-well-app:focus .overview-icon, .dashtopanelMainPanel .app-well-app:selected .overview-icon { background-color: rgba(255, 255, 255, 0.1) !important; color: #FFFFFF !important; box-shadow: none !important; } .dashtopanelMainPanel .show-apps:active .overview-icon, .dashtopanelMainPanel .show-apps:checked .overview-icon, .dashtopanelMainPanel .app-well-app:active .overview-icon, .dashtopanelMainPanel .app-well-app:checked .overview-icon { background-color: rgba(255, 255, 255, 0.15) !important; color: #FFFFFF !important; box-shadow: none !important; } .dashtopanelMainPanel .panel-button { color: rgba(255, 255, 255, 0.75) !important; } .openweather-button, .openweather-button-action, .openweather-menu-button-container, .openweather-button-box { border: 1px solid transparent !important; } .openweather-provider { padding: 0 16px; font-weight: 500; color: rgba(255, 255, 255, 0.7); background-color: transparent; box-shadow: none; } .openweather-provider:hover { color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.06); box-shadow: none; } .openweather-provider:focus { color: rgba(255, 255, 255, 0.9); box-shadow: none; } .openweather-provider:active { color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.1); box-shadow: 0 0 transparent; } .openweather-current-icon, .openweather-current-summary, .openweather-current-summarybox { background: none; color: rgba(255, 255, 255, 0.9); } .openweather-current-databox-values { background: none; color: rgba(255, 255, 255, 0.5); } .openweather-current-databox-captions { background: none; color: rgba(255, 255, 255, 0.5); } .openweather-forecast-icon, .openweather-forecast-summary { background: none; color: rgba(255, 255, 255, 0.7); } .openweather-forecast-day, .openweather-forecast-temperature { background: none; color: rgba(255, 255, 255, 0.5); } .openweather-sunrise-icon, .openweather-sunset-icon, .openweather-build-icon { color: rgba(255, 255, 255, 0.7); } .gsconnect-device-menu .popup-menu-item { height: 20px !important; padding: 2px 0; } .gsconnect-device-menu .popup-menu-item > :last-child:ltr { padding-right: 4px !important; margin-right: 8px !important; } .gsconnect-device-menu .popup-menu-item > :last-child:rtl { padding-left: 4px !important; padding-left: 8px !important; }