materia-nord/gnome-shell/gnome-shell.css

3361 lines
76 KiB
CSS

/* Copyright 2009, 2015 Red Hat, Inc.
*
* Portions adapted from Mx's data/style/default.css
* Copyright 2009 Intel Corporation
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
* version 2.1, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*/
stage {
color: #e5e9f0;
font-size: 1em;
}
.shell-link {
transition-duration: 100ms;
border-radius: 4px;
color: #5E81AC;
}
.shell-link:hover {
background-color: rgba(94, 129, 172, 0.08);
color: #5E81AC;
}
.shell-link:active {
transition-duration: 200ms;
background-color: rgba(94, 129, 172, 0.12);
color: #5E81AC;
}
.lowres-icon {
icon-shadow: none;
}
.icon-dropshadow {
icon-shadow: none;
}
/* Entries */
.lg-dialog StEntry,
StEntry {
min-height: 32px;
padding: 0 8px;
border-width: 0;
border-radius: 4px 4px 0 0;
color: #e5e9f0;
selection-background-color: rgba(94, 129, 172, 0.32);
selected-color: #e5e9f0;
font-size: 11.25pt;
font-weight: 400;
transition-duration: 100ms;
background-color: rgba(229, 233, 240, 0.04);
border-color: transparent;
box-shadow: inset 0 -1px rgba(229, 233, 240, 0.3);
}
StEntry:hover {
box-shadow: inset 0 -1px #e5e9f0;
}
StEntry:focus {
border-color: transparent;
box-shadow: inset 0 -2px #5E81AC;
}
StEntry:insensitive {
color: rgba(229, 233, 240, 0.5);
border-color: transparent;
box-shadow: inset 0 -1px rgba(229, 233, 240, 0.2);
}
StEntry StIcon.capslock-warning {
icon-size: 16px;
padding: 0 4px;
warning-color: #EBCB8B;
}
StEntry StIcon.peek-password {
icon-size: 16px;
padding: 0 4px;
color: rgba(229, 233, 240, 0.7);
}
StEntry StIcon.peek-password:hover {
color: #e5e9f0;
}
StEntry StLabel.hint-text {
margin-left: 2px;
color: rgba(229, 233, 240, 0.7);
}
/* Buttons */
.lg-obj-inspector-button, .app-folder-dialog .folder-name-container .edit-folder-button, .modal-dialog .modal-dialog-linked-button, .hotplug-notification-item, .notification-banner .notification-button,
.button {
min-height: 32px;
min-width: 48px;
padding: 0 8px;
border: 0;
border-radius: 4px;
font-size: 10.5pt;
font-weight: 500;
color: #5E81AC;
background-color: transparent;
border-color: transparent;
box-shadow: 0 0 transparent;
text-shadow: none;
icon-shadow: none;
transition-duration: 100ms;
}
.lg-obj-inspector-button:focus, .app-folder-dialog .folder-name-container .edit-folder-button:focus, .modal-dialog .modal-dialog-linked-button:focus, .hotplug-notification-item:focus, .notification-banner .notification-button:focus,
.button:focus {
color: #5E81AC;
background-color: rgba(94, 129, 172, 0.08);
text-shadow: none;
icon-shadow: none;
box-shadow: 0 0 transparent;
}
.lg-obj-inspector-button:hover, .app-folder-dialog .folder-name-container .edit-folder-button:hover, .modal-dialog .modal-dialog-linked-button:hover, .hotplug-notification-item:hover, .notification-banner .notification-button:hover,
.button:hover {
color: #5E81AC;
background-color: rgba(94, 129, 172, 0.08);
border-color: transparent;
box-shadow: 0 0 transparent;
text-shadow: none;
icon-shadow: none;
}
.lg-obj-inspector-button:active, .app-folder-dialog .folder-name-container .edit-folder-button:active, .modal-dialog .modal-dialog-linked-button:active, .hotplug-notification-item:active, .notification-banner .notification-button:active,
.button:active {
color: #5E81AC;
background-color: rgba(94, 129, 172, 0.12);
border-color: transparent;
box-shadow: 0 0 transparent;
text-shadow: none;
icon-shadow: none;
transition-duration: 200ms;
}
.lg-obj-inspector-button:insensitive, .app-folder-dialog .folder-name-container .edit-folder-button:insensitive, .modal-dialog .modal-dialog-linked-button:insensitive, .hotplug-notification-item:insensitive, .notification-banner .notification-button:insensitive,
.button:insensitive {
color: rgba(229, 233, 240, 0.3);
background-color: transparent;
border-color: transparent;
box-shadow: 0 0 transparent;
text-shadow: none;
icon-shadow: none;
}
.modal-dialog .modal-dialog-linked-button, .hotplug-notification-item, .notification-banner .notification-button {
margin: 4px;
margin-right: 0;
}
.modal-dialog .modal-dialog-linked-button:first-child, .hotplug-notification-item:first-child, .notification-banner .notification-button:first-child, .modal-dialog .modal-dialog-linked-button:last-child, .hotplug-notification-item:last-child, .notification-banner .notification-button:last-child {
border-radius: 4px;
}
.modal-dialog .modal-dialog-linked-button:last-child, .hotplug-notification-item:last-child, .notification-banner .notification-button:last-child {
margin-right: 4px;
border-right-width: 0;
}
/* Check Boxes */
.check-box StBoxLayout {
spacing: 8px;
}
.check-box StBin {
transition-duration: 100ms;
width: 24px;
height: 24px;
padding: 4px;
border-radius: 16px;
}
.check-box StBin, .check-box:focus StBin {
background-image: url("assets/checkbox-off.svg");
}
.check-box:focus StBin {
background-color: rgba(229, 233, 240, 0.08);
}
.check-box:hover StBin {
background-color: rgba(229, 233, 240, 0.08);
}
.check-box:active StBin {
transition-duration: 200ms;
background-color: rgba(229, 233, 240, 0.12);
}
.check-box:checked StBin, .check-box:checked:focus StBin {
background-image: url("assets/checkbox.svg");
}
.check-box:checked:focus StBin {
background-color: rgba(94, 129, 172, 0.08);
}
.check-box:checked:hover StBin {
background-color: rgba(94, 129, 172, 0.08);
}
.check-box:checked:active StBin {
background-color: rgba(94, 129, 172, 0.12);
}
/* Switches */
.toggle-switch {
color: inherit;
width: 40px;
height: 24px;
background-size: contain;
background-image: url("assets/toggle-off.svg");
}
.toggle-switch:checked {
background-image: url("assets/toggle-on.svg");
}
/* Slider */
.slider {
height: 20px;
-barlevel-height: 2px;
-barlevel-border-width: 0;
-barlevel-border-color: transparent;
-barlevel-background-color: rgba(229, 233, 240, 0.3);
-barlevel-active-border-color: transparent;
-barlevel-active-background-color: #5E81AC;
-barlevel-overdrive-color: #BF616A;
-barlevel-overdrive-border-color: transparent;
-barlevel-overdrive-separator-width: 2px;
-slider-handle-radius: 6px;
-slider-handle-border-width: 0;
-slider-handle-border-color: transparent;
}
.slider, .slider:hover, .slider:active {
color: #5E81AC;
}
/* Scrollbars */
StScrollView.vfade {
-st-vfade-offset: 32px;
}
StScrollView.hfade {
-st-hfade-offset: 32px;
}
StScrollBar {
padding: 0;
}
StScrollView StScrollBar {
min-width: 16px;
min-height: 16px;
}
StScrollBar StBin#trough {
margin: 4px;
border-radius: 4px;
background-color: rgba(229, 233, 240, 0.2);
}
StScrollBar StButton#vhandle,
StScrollBar StButton#hhandle {
transition-duration: 100ms;
margin: 4px;
border-radius: 4px;
background-color: rgba(229, 233, 240, 0.5);
}
StScrollBar StButton#vhandle:hover,
StScrollBar StButton#hhandle:hover {
background-color: rgba(229, 233, 240, 0.6);
}
StScrollBar StButton#vhandle:active,
StScrollBar StButton#hhandle:active {
background-color: rgba(229, 233, 240, 0.7);
}
/* Popovers/Menus */
.popup-menu-boxpointer, .candidate-popup-boxpointer {
-arrow-base: 0;
-arrow-rise: 0;
-arrow-border-width: 0;
-arrow-border-color: transparent;
-arrow-border-radius: 20px;
-arrow-box-shadow: none;
-arrow-background-color: transparent;
}
.popup-menu {
min-width: 15em;
border-color: transparent;
color: inherit;
}
.popup-menu.panel-menu {
-boxpointer-gap: 0;
margin-bottom: 1.75em;
}
.popup-menu-content, .candidate-popup-content {
margin: 8px;
padding: 8px 0;
border-radius: 4px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.44);
background-color: #3b4252;
color: #e5e9f0;
}
.popup-menu-item {
spacing: 8px;
padding: 0;
transition-duration: 100ms;
}
.popup-menu-item:ltr {
padding: 0.4em;
padding-right: 24px;
padding-left: 0;
}
.popup-menu-item:rtl {
padding: 0.4em;
padding-right: 0;
padding-left: 24px;
}
.popup-menu-item.selected {
background-color: rgba(229, 233, 240, 0.08);
transition-duration: 0ms;
}
.popup-menu-item.selected, .popup-menu-item.selected:active {
color: #e5e9f0;
}
.popup-menu-item:active {
background-color: rgba(229, 233, 240, 0.12);
color: #e5e9f0;
transition-duration: 200ms;
}
.popup-menu-item:checked {
box-shadow: none;
background-color: rgba(94, 129, 172, 0.32);
font-weight: normal;
}
.popup-menu-item:checked.selected {
background-color: rgba(94, 129, 172, 0.3744);
}
.popup-menu-item:checked:active {
background-color: rgba(94, 129, 172, 0.4016);
}
.popup-menu-item:insensitive {
color: rgba(229, 233, 240, 0.5);
}
.popup-menu-item .toggle-switch {
width: 20px;
height: 20px;
background-image: url("assets/menu-item-toggle-off.svg");
}
.popup-menu-item .toggle-switch:checked {
background-image: url("assets/menu-item-toggle-on.svg");
}
.popup-inactive-menu-item {
color: #e5e9f0;
}
.popup-inactive-menu-item:insensitive {
color: rgba(229, 233, 240, 0.5);
}
.popup-menu-arrow {
icon-size: 16px;
}
.popup-menu-content .popup-menu-arrow, .candidate-popup-content .popup-menu-arrow {
color: rgba(229, 233, 240, 0.7);
}
.popup-menu-icon {
icon-size: 16px;
color: rgba(229, 233, 240, 0.7);
}
.popup-sub-menu {
border-top: 0;
border-bottom: 0;
padding-bottom: 0;
box-shadow: none;
background-color: rgba(229, 233, 240, 0.04);
}
.popup-menu-ornament {
text-align: right;
width: 16px;
height: 16px;
}
.popup-menu-ornament:ltr {
text-align: right;
}
.popup-menu-ornament:rtl {
text-align: left;
}
.popup-separator-menu-item {
padding: 0;
}
.popup-separator-menu-item .popup-separator-menu-item-separator {
height: 1px;
margin: 8px 0;
background-color: rgba(229, 233, 240, 0.2);
}
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
margin: 8px 0;
background-color: rgba(229, 233, 240, 0.2);
}
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator:ltr {
margin-right: 32px;
}
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator:rtl {
margin-left: 32px;
}
.background-menu {
-boxpointer-gap: 4px;
-arrow-rise: 0;
}
.aggregate-menu {
min-width: 21em;
}
.aggregate-menu .popup-menu-icon {
padding: 0;
margin: 0 4px;
-st-icon-style: symbolic;
}
.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr {
padding-left: 16px;
margin-left: 16px;
}
.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl {
padding-right: 16px;
margin-right: 16px;
}
/* Date/Time Menu */
#calendarArea {
padding: 8px 16px;
}
.datemenu-calendar-column {
spacing: 8px;
padding: 0;
border: 0 solid rgba(229, 233, 240, 0.2);
}
.datemenu-calendar-column:ltr {
margin-right: 0;
border-left-width: 0;
}
.datemenu-calendar-column:rtl {
margin-left: 0;
border-right-width: 0;
}
.datemenu-calendar-column .datemenu-displays-section {
padding-bottom: 0;
}
.datemenu-calendar-column .datemenu-displays-box {
spacing: 8px;
margin: 0 8px;
}
.events-section-title {
margin: 0;
border: 0;
border-radius: 4px;
min-height: 12px;
padding: 8px;
color: rgba(229, 233, 240, 0.7) !important;
font-weight: bold;
}
.events-section-title, .events-section-title:focus, .events-section-title:hover, .events-section-title:active {
border-color: transparent;
box-shadow: none;
background-color: transparent;
color: inherit;
text-shadow: none;
icon-shadow: none;
transition-duration: 100ms;
}
.events-section-title:focus {
background-color: rgba(229, 233, 240, 0.08);
}
.events-section-title:hover {
background-color: rgba(229, 233, 240, 0.08);
}
.events-section-title:active {
background-color: rgba(229, 233, 240, 0.12);
transition-duration: 200ms;
}
/* today button (the date) */
.datemenu-today-button {
margin: 0;
border: 0;
border-radius: 4px;
margin: 0 8px;
min-height: 40px;
padding: 8px;
}
.datemenu-today-button, .datemenu-today-button:focus, .datemenu-today-button:hover, .datemenu-today-button:active {
border-color: transparent;
box-shadow: none;
background-color: transparent;
color: inherit;
text-shadow: none;
icon-shadow: none;
transition-duration: 100ms;
}
.datemenu-today-button:focus {
background-color: rgba(229, 233, 240, 0.08);
}
.datemenu-today-button:hover {
background-color: rgba(229, 233, 240, 0.08);
}
.datemenu-today-button:active {
background-color: rgba(229, 233, 240, 0.12);
transition-duration: 200ms;
}
.datemenu-today-button .day-label {
font-weight: normal;
font-size: 1em;
}
.datemenu-today-button .date-label {
font-size: 18pt;
font-weight: 400;
}
/* Calendar */
.calendar {
margin: 0;
border: 0;
border-radius: 4px;
margin: 0 8px;
margin-bottom: 0;
padding: 0;
}
.calendar, .calendar:focus, .calendar:hover, .calendar:active {
border-color: transparent;
box-shadow: none;
background-color: transparent;
color: inherit;
text-shadow: none;
icon-shadow: none;
transition-duration: 100ms;
}
.calendar:focus {
background-color: rgba(229, 233, 240, 0.08);
}
.calendar:hover {
background-color: rgba(229, 233, 240, 0.08);
}
.calendar:active {
background-color: rgba(229, 233, 240, 0.12);
transition-duration: 200ms;
}
.calendar .calendar-month-label {
transition-duration: 100ms;
min-height: 16px;
margin: 2px;
padding: 6px 8px;
border-radius: 4px;
color: inherit;
font-weight: bold;
text-align: center;
}
.calendar .calendar-month-label:focus {
background-color: rgba(229, 233, 240, 0.08);
}
.calendar .calendar-change-month-back StIcon,
.calendar .calendar-change-month-forward StIcon {
icon-size: 16px;
}
.calendar .pager-button {
transition-duration: 100ms;
width: 28px;
height: 28px;
margin: 2px;
border-radius: 14px;
background-color: transparent;
color: rgba(229, 233, 240, 0.7);
}
.calendar .pager-button:focus {
background-color: rgba(229, 233, 240, 0.08);
}
.calendar .pager-button:hover {
background-color: rgba(229, 233, 240, 0.08);
}
.calendar .pager-button:active {
background-color: rgba(229, 233, 240, 0.12);
transition-duration: 200ms;
}
.calendar .calendar-day-base {
transition-duration: 100ms;
width: 28px;
height: 28px;
margin: 2px;
padding: 0;
border: 0;
border-radius: 14px;
font-size: 9pt;
font-weight: 400;
font-feature-settings: "tnum";
text-align: center;
}
.calendar .calendar-day-base:focus {
background-color: rgba(229, 233, 240, 0.08);
}
.calendar .calendar-day-base:hover {
background-color: rgba(229, 233, 240, 0.08);
}
.calendar .calendar-day-base:active {
transition-duration: 200ms;
border-color: transparent;
background-color: rgba(229, 233, 240, 0.12);
color: inherit;
}
.calendar .calendar-day-base:selected {
border-color: transparent;
background-color: #5E81AC !important;
color: rgba(255, 255, 255, 0.87) !important;
font-weight: 500 !important;
}
.calendar .calendar-day-base.calendar-day-heading {
width: 28px;
height: 21px;
margin-top: 2px;
padding: 7px 0 0;
border-radius: 14px;
background-color: transparent;
color: rgba(229, 233, 240, 0.5);
font-size: 9pt;
font-weight: 400;
font-weight: bold;
text-align: center;
}
.calendar .calendar-day-base.calendar-day-heading:focus {
background-color: rgba(229, 233, 240, 0.08);
}
.calendar .calendar-day {
border-width: 0;
}
.calendar .calendar-day-top {
border-top-width: 0;
}
.calendar .calendar-day-left {
border-left-width: 0;
}
.calendar .calendar-nonwork-day {
color: inherit;
}
.calendar .calendar-today {
border: 0;
box-shadow: inset 0 0 0 1px rgba(229, 233, 240, 0.7);
background-color: rgba(59, 66, 82, 0.01);
color: inherit;
font-weight: normal;
}
.calendar .calendar-today:focus {
background-color: rgba(229, 233, 240, 0.08);
color: inherit;
}
.calendar .calendar-today:hover {
background-color: rgba(229, 233, 240, 0.08);
color: inherit;
}
.calendar .calendar-today:active, .calendar .calendar-today:active:hover, .calendar .calendar-today:active:focus {
background-color: rgba(229, 233, 240, 0.12);
color: inherit;
}
.calendar .calendar-today:selected {
box-shadow: inset 0 0 0 1px transparent;
}
.calendar .calendar-today:selected, .calendar .calendar-today:selected:hover, .calendar .calendar-today:selected:focus {
background-color: #5E81AC;
color: rgba(255, 255, 255, 0.87);
}
.calendar .calendar-day-with-events {
background-image: url("assets/calendar-event.svg");
}
.calendar .calendar-day-with-events, .calendar .calendar-day-with-events.calendar-work-day {
color: inherit;
font-weight: normal;
}
.calendar .calendar-other-month-day {
color: rgba(229, 233, 240, 0.3) !important;
}
.calendar .calendar-week-number {
width: 28px;
height: 28px;
margin: 2px;
border-radius: 14px;
background-color: transparent;
color: rgba(229, 233, 240, 0.5);
font-weight: bold;
font-size: 1em;
text-align: center;
}
/* Events */
.events-button {
margin: 0;
border: 0;
border-radius: 4px;
min-height: 40px;
padding: 8px;
}
.events-button, .events-button:focus, .events-button:hover, .events-button:active {
border-color: transparent;
box-shadow: none;
background-color: transparent;
color: inherit;
text-shadow: none;
icon-shadow: none;
transition-duration: 100ms;
}
.events-button:focus {
background-color: rgba(229, 233, 240, 0.08);
}
.events-button:hover {
background-color: rgba(229, 233, 240, 0.08);
}
.events-button:active {
background-color: rgba(229, 233, 240, 0.12);
transition-duration: 200ms;
}
.events-button .events-box {
spacing: 8px;
}
.events-button .events-list {
spacing: 8px;
}
.events-button .events-title {
color: rgba(229, 233, 240, 0.7);
font-weight: bold;
margin-bottom: 0;
}
.events-button .event-time {
color: rgba(229, 233, 240, 0.7);
font-size: 9pt;
font-weight: 400;
font-feature-settings: "tnum";
}
/* World clocks */
.world-clocks-button {
margin: 0;
border: 0;
border-radius: 4px;
min-height: 12px;
padding: 8px;
}
.world-clocks-button, .world-clocks-button:focus, .world-clocks-button:hover, .world-clocks-button:active {
border-color: transparent;
box-shadow: none;
background-color: transparent;
color: inherit;
text-shadow: none;
icon-shadow: none;
transition-duration: 100ms;
}
.world-clocks-button:focus {
background-color: rgba(229, 233, 240, 0.08);
}
.world-clocks-button:hover {
background-color: rgba(229, 233, 240, 0.08);
}
.world-clocks-button:active {
background-color: rgba(229, 233, 240, 0.12);
transition-duration: 200ms;
}
.world-clocks-button .world-clocks-grid {
spacing-rows: 0.4em;
spacing-columns: 0.8em;
}
.world-clocks-button .world-clocks-header {
color: rgba(229, 233, 240, 0.7);
font-weight: bold;
}
.world-clocks-button .world-clocks-city {
color: inherit;
font-weight: normal;
font-size: 1em;
}
.world-clocks-button .world-clocks-time {
color: rgba(229, 233, 240, 0.7);
font-weight: normal;
font-size: 1em;
font-feature-settings: "tnum";
text-align: right;
}
.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(229, 233, 240, 0.5);
font-size: 1em;
font-feature-settings: "tnum";
}
/* Weather */
.weather-button {
margin: 0;
border: 0;
border-radius: 4px;
min-height: 40px;
padding: 8px;
}
.weather-button, .weather-button:focus, .weather-button:hover, .weather-button:active {
border-color: transparent;
box-shadow: none;
background-color: transparent;
color: inherit;
text-shadow: none;
icon-shadow: none;
transition-duration: 100ms;
}
.weather-button:focus {
background-color: rgba(229, 233, 240, 0.08);
}
.weather-button:hover {
background-color: rgba(229, 233, 240, 0.08);
}
.weather-button:active {
background-color: rgba(229, 233, 240, 0.12);
transition-duration: 200ms;
}
.weather-button .weather-box {
spacing: 0.4em;
}
.weather-button .weather-header-box {
spacing: 8px;
}
.weather-button .weather-header {
color: rgba(229, 233, 240, 0.7);
font-weight: bold;
}
.weather-button .weather-header.location {
font-weight: normal;
font-size: 1em;
}
.weather-button .weather-grid {
spacing-rows: 0.4em;
spacing-columns: 0.8em;
}
.weather-button .weather-forecast-time {
padding-top: 0;
padding-bottom: 0;
color: rgba(229, 233, 240, 0.7);
font-size: 9pt;
font-weight: 400;
font-feature-settings: "tnum";
}
.weather-button .weather-forecast-icon {
icon-size: 32px;
}
.weather-button .weather-forecast-temp {
font-weight: bold;
}
/* Message List */
.message-list {
width: 31.5em;
padding: 0;
}
.message-list .message-list-placeholder {
spacing: 12px;
}
.message-list-sections {
spacing: 8px;
margin: 0 8px;
}
.message-list-section,
.message-list-section-list {
spacing: 8px;
}
.message-list-section-list:ltr {
padding-left: 0;
}
.message-list-section-list:rtl {
padding-right: 0;
}
.message-list-controls {
margin: 8px 8px 0;
padding: 0;
spacing: 8px;
}
.message {
margin: 0;
border: 0;
border-radius: 4px;
min-height: 56px;
}
.message, .message:focus, .message:hover, .message:active {
border-color: transparent;
box-shadow: none;
background-color: transparent;
color: inherit;
text-shadow: none;
icon-shadow: none;
transition-duration: 100ms;
}
.message:focus {
background-color: rgba(229, 233, 240, 0.08);
}
.message:hover {
background-color: rgba(229, 233, 240, 0.08);
}
.message:active {
background-color: rgba(229, 233, 240, 0.12);
transition-duration: 200ms;
}
.message .message-icon-bin {
padding: 12px 0 12px 12px;
}
.message .message-icon-bin:rtl {
padding: 12px 12px 12px 0;
}
.message .message-icon-bin > StIcon {
-st-icon-style: requested;
icon-size: 16px;
color: inherit;
}
.message .message-icon-bin > StIcon, .message .message-icon-bin > StIcon:rtl {
margin: 0;
}
.message .message-icon-bin > .fallback-app-icon {
width: 16px;
height: 16px;
}
.message .message-content {
min-height: 40px;
padding: 8px;
spacing: 0;
color: inherit;
font-size: 1em;
}
.message .message-title {
min-height: 22px;
padding-top: 2px;
color: inherit;
font-weight: bold;
font-size: 1em;
}
.message .message-secondary-bin {
padding: 0 8px;
}
.message .message-secondary-bin > .event-time {
min-height: 22px;
padding-top: 2px;
color: rgba(229, 233, 240, 0.7);
font-size: 1em;
text-align: right;
padding-bottom: 0;
}
.message .message-secondary-bin > .event-time:ltr {
text-align: right;
}
.message .message-secondary-bin > .event-time:rtl {
text-align: left;
}
.message .message-secondary-bin > StIcon {
icon-size: 16px;
}
.message .message-close-button {
transition-duration: 100ms;
icon-size: 16px;
padding: 4px;
border-radius: 12px;
}
.message .message-close-button, .message .message-close-button:hover, .message .message-close-button:active {
color: rgba(229, 233, 240, 0.7);
}
.message .message-close-button:focus {
background-color: rgba(229, 233, 240, 0.08);
}
.message .message-close-button:hover {
background-color: rgba(229, 233, 240, 0.08);
}
.message .message-close-button:active {
transition-duration: 200ms;
background-color: rgba(229, 233, 240, 0.12);
}
.message .message-body {
color: rgba(229, 233, 240, 0.7);
}
.url-highlighter {
link-color: #5E81AC;
}
/* Media Controls */
.message-media-control {
transition-duration: 100ms;
margin: 16px 0;
padding: 8px;
border-radius: 16px;
}
.message-media-control, .message-media-control:focus, .message-media-control:hover, .message-media-control:active {
color: rgba(229, 233, 240, 0.7);
}
.message-media-control:focus {
background-color: rgba(229, 233, 240, 0.08);
}
.message-media-control:hover {
background-color: rgba(229, 233, 240, 0.08);
}
.message-media-control:active {
background-color: rgba(229, 233, 240, 0.12);
transition-duration: 200ms;
}
.message-media-control:insensitive {
color: rgba(229, 233, 240, 0.3);
}
.message-media-control:last-child:ltr {
margin-right: 16px;
padding-right: 8px;
border-radius: 16px;
}
.message-media-control:last-child:rtl {
margin-left: 16px;
padding-left: 8px;
border-radius: 16px;
}
.media-message-cover-icon {
icon-size: 32px !important;
margin: 4px 0 !important;
border-radius: 0;
}
.media-message-cover-icon.fallback {
icon-size: 16px !important;
padding: 8px;
border: 0;
border-radius: 4px;
background-color: rgba(229, 233, 240, 0.08);
color: rgba(229, 233, 240, 0.5) !important;
}
.candidate-popup-content {
padding: 8px;
spacing: 0;
}
.candidate-index {
padding: 0 4px 0 0;
color: rgba(229, 233, 240, 0.7);
}
.candidate-box {
transition-duration: 100ms;
min-height: 28px;
padding: 0 8px;
border-radius: 4px;
}
.candidate-box:hover {
background-color: rgba(229, 233, 240, 0.08);
color: inherit;
transition-duration: 0ms;
}
.candidate-box:active {
background-color: rgba(229, 233, 240, 0.12);
transition-duration: 200ms;
}
.candidate-box:selected {
background-color: rgba(94, 129, 172, 0.32);
color: inherit;
transition-duration: 0ms;
}
.candidate-page-button-box {
height: 28px;
}
.vertical .candidate-page-button-box {
padding-top: 0;
}
.horizontal .candidate-page-button-box {
padding-left: 0;
}
.candidate-page-button {
min-width: 28px;
min-height: 28px;
padding: 0;
}
.candidate-page-button-previous {
border-right-width: 0;
border-radius: 4px;
}
.candidate-page-button-next {
border-radius: 4px;
}
.candidate-page-button-icon {
icon-size: 16px;
}
/* Notifications & Message Tray */
.notification-banner {
min-height: 56px;
width: 34em;
margin: 5px;
border: 0;
border-radius: 4px;
font-size: 1em;
}
.notification-banner, .notification-banner:focus, .notification-banner:hover, .notification-banner:active {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.44);
background-color: #3b4252;
color: #e5e9f0;
}
.notification-banner .notification-actions {
spacing: 0;
padding-top: 0;
border-top: 0;
background-color: transparent;
color: inherit;
}
.summary-source-counter {
-shell-counter-overlap-x: 3px;
-shell-counter-overlap-y: 3px;
height: 1.6em;
width: 1.6em;
border: 0;
border-radius: 0.8em;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.44);
background-color: #5E81AC;
color: rgba(255, 255, 255, 0.87);
font-weight: bold;
font-size: 1em;
}
.chat-body {
spacing: 5px;
}
.chat-response {
margin: 5px;
}
.chat-log-message {
color: #e5e9f0;
}
.chat-new-group {
padding-top: 1em;
}
.chat-received {
padding-left: 4px;
}
.chat-received:rtl {
padding-left: 0;
padding-right: 4px;
}
.chat-sent {
padding-left: 18pt;
color: rgba(229, 233, 240, 0.7);
}
.chat-sent:rtl {
padding-left: 0;
padding-right: 18pt;
}
.chat-meta-message {
padding-left: 4px;
color: rgba(229, 233, 240, 0.7);
font-size: 9pt;
font-weight: 400;
}
.chat-meta-message:rtl {
padding-left: 0;
padding-right: 4px;
}
.hotplug-notification-item-icon {
icon-size: 24px;
padding: 0 4px;
}
/* Modal Dialogs */
.headline {
font-size: 15pt;
font-weight: 500;
}
.modal-dialog {
border: 0;
border-radius: 4px;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
background-color: #3b4252;
color: #e5e9f0;
}
.modal-dialog .modal-dialog-content-box {
max-width: 28em;
margin: 32px 40px;
spacing: 32px;
}
/* End Session Dialog */
.end-session-dialog {
width: 30em;
}
.end-session-dialog .end-session-dialog-battery-warning,
.end-session-dialog .dialog-list-title {
color: #BF616A;
}
/* Message Dialog */
.message-dialog-content {
spacing: 18px;
}
.message-dialog-content .message-dialog-title {
font-size: 15pt;
font-weight: 500;
text-align: inherit;
}
.message-dialog-content .message-dialog-title.lightweight {
font-size: 15pt;
font-weight: 500;
}
.message-dialog-content .message-dialog-description {
color: rgba(229, 233, 240, 0.7);
text-align: inherit;
}
/* Dialog List */
.dialog-list {
spacing: 18px;
}
.dialog-list .dialog-list-title {
text-align: inherit;
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(229, 233, 240, 0.7);
font-size: 1em;
}
/* Run Dialog */
.run-dialog .modal-dialog-content-box {
margin-top: 24px;
margin-bottom: 16px;
}
.run-dialog .run-dialog-entry {
width: 20em;
}
.run-dialog .run-dialog-description {
text-align: inherit;
color: rgba(229, 233, 240, 0.7);
font-size: 1em;
}
/* Password or Authentication Dialog */
.prompt-dialog {
width: 28em;
}
.prompt-dialog .modal-dialog-content-box {
margin-bottom: 24px;
}
.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: 18em;
}
.prompt-dialog-error-label,
.prompt-dialog-info-label,
.prompt-dialog-null-label {
font-size: 1em;
text-align: inherit;
}
.prompt-dialog-error-label {
color: #BF616A;
}
/* Polkit Dialog */
.polkit-dialog-user-layout {
text-align: center;
spacing: 8px;
margin-bottom: 6px;
}
.polkit-dialog-user-layout .polkit-dialog-user-root-label {
color: #BF616A;
}
/* 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 {
transition-duration: 100ms;
border: 0;
border-radius: 4px;
}
.audio-selection-device:focus {
background-color: rgba(229, 233, 240, 0.08);
}
.audio-selection-device:hover {
background-color: rgba(229, 233, 240, 0.08);
}
.audio-selection-device:active {
transition-duration: 200ms;
background-color: rgba(229, 233, 240, 0.12);
color: inherit;
}
.audio-selection-device-box {
padding: 20px;
spacing: 20px;
}
.audio-selection-device-icon {
icon-size: 64px;
}
/* Welcome dialog */
.welcome-dialog-image {
height: 300px;
width: 300px;
background-image: url("gnome-shell-start.svg");
background-size: contain;
}
/* 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 {
text-align: center;
}
.nm-dialog-airplane-text {
color: rgba(229, 233, 240, 0.7);
}
.nm-dialog-header {
font-size: 15pt;
font-weight: 500;
}
.nm-dialog-subheader {
color: rgba(229, 233, 240, 0.7);
}
.nm-dialog-header-icon {
icon-size: 32px;
color: rgba(229, 233, 240, 0.7);
}
.nm-dialog-header-hbox {
spacing: 16px;
}
.nm-dialog-scroll-view {
border: 0;
padding: 0;
background-color: transparent;
}
.nm-dialog-item {
transition-duration: 100ms;
padding: 12px;
spacing: 20px;
border-bottom: 0;
border-radius: 4px;
font-size: 1em;
}
.nm-dialog-item:focus {
background-color: rgba(229, 233, 240, 0.08);
}
.nm-dialog-item:hover {
background-color: rgba(229, 233, 240, 0.08);
}
.nm-dialog-item:active {
transition-duration: 200ms;
background-color: rgba(229, 233, 240, 0.12);
}
.nm-dialog-item:selected {
background-color: rgba(94, 129, 172, 0.32);
color: #e5e9f0;
}
.nm-dialog-icon {
icon-size: 16px;
color: rgba(229, 233, 240, 0.7);
}
.nm-dialog-icons {
spacing: 0.5em;
}
.no-networks-label {
color: rgba(229, 233, 240, 0.7);
}
.no-networks-box {
spacing: 12px;
}
/* OSD */
.osd-window {
padding: 12px;
border: none;
border-radius: 4px;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
background-color: #3b4252;
color: #e5e9f0;
text-align: center;
font-weight: bold;
spacing: 12px;
margin: 32px;
min-width: 64px;
min-height: 64px;
}
.osd-window StIcon {
icon-size: 96px;
}
.osd-window .osd-monitor-label {
font-size: 48px;
font-weight: 400;
}
.osd-window .level {
height: 8px;
-barlevel-height: 8px;
-barlevel-background-color: rgba(229, 233, 240, 0.2);
-barlevel-active-background-color: #5E81AC;
-barlevel-overdrive-color: #BF616A;
-barlevel-overdrive-separator-width: 2px;
}
.resize-popup {
padding: 12px;
border: none;
border-radius: 4px;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
background-color: #3b4252;
color: #e5e9f0;
}
/* Pad OSD */
.pad-osd-window {
padding: 32px;
background-color: rgba(0, 0, 0, 0);
}
.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 {
padding: 12px;
border: none;
border-radius: 4px;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
background-color: #3b4252;
color: #e5e9f0;
}
.switcher-list .switcher-list-item-container {
spacing: 8px;
}
.switcher-list .item-box {
transition-duration: 100ms;
padding: 8px;
border: 0;
border-radius: 4px;
}
.switcher-list .item-box:outlined {
padding: 8px;
border: 0;
box-shadow: none;
background-color: rgba(229, 233, 240, 0.12);
color: inherit;
}
.switcher-list .item-box:selected {
background-color: rgba(94, 129, 172, 0.32);
color: inherit;
}
.switcher-list .thumbnail-box {
padding: 2px;
spacing: 4px;
}
.switcher-list .thumbnail {
width: 256px;
}
.switcher-list .separator {
width: 1px;
background: rgba(229, 233, 240, 0.2);
}
.switcher-arrow {
transition-duration: 100ms;
border-color: transparent;
color: rgba(229, 233, 240, 0.7);
}
.switcher-arrow:highlighted {
color: #e5e9f0;
}
.input-source-switcher-symbol {
width: 96px;
height: 96px;
font-size: 48px;
font-weight: 400;
}
.cycler-highlight {
border: 4px solid #5E81AC;
}
/* Workspace Switcher */
.workspace-switcher-group {
padding: 8px;
}
.workspace-switcher-container {
padding: 12px;
border: none;
border-radius: 4px;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
background-color: #3b4252;
color: #e5e9f0;
}
.workspace-switcher {
background: transparent;
border: 0;
border-radius: 0;
padding: 0;
spacing: 8px;
}
.ws-switcher-box {
height: 48px;
border: 0;
border-radius: 4px;
background-color: rgba(229, 233, 240, 0.2);
background-size: 0;
}
.ws-switcher-active-up,
.ws-switcher-active-down,
.ws-switcher-active-left,
.ws-switcher-active-right {
height: 48px;
border: 0;
border-radius: 4px;
background-color: #5E81AC;
background-size: 0;
color: inherit;
}
/* OVERVIEW */
.controls-manager,
.secondary-monitor-workspaces {
spacing: 16px;
}
#overviewGroup {
background-color: #0e1420;
color: #e5e9f0;
}
#overviewGroup StScrollBar StBin#trough {
background-color: rgba(229, 233, 240, 0.2);
}
#overviewGroup StScrollBar StButton#vhandle,
#overviewGroup StScrollBar StButton#hhandle {
background-color: rgba(229, 233, 240, 0.5);
}
#overviewGroup StScrollBar StButton#vhandle:hover,
#overviewGroup StScrollBar StButton#hhandle:hover {
background-color: rgba(229, 233, 240, 0.6);
}
#overviewGroup StScrollBar StButton#vhandle:active,
#overviewGroup StScrollBar StButton#hhandle:active {
background-color: rgba(229, 233, 240, 0.7);
}
/* Top Bar */
#panel {
transition-duration: 250ms;
height: 28px;
background-color: #0e1420;
font-weight: bold;
font-feature-settings: "tnum";
}
#panel #panelLeft,
#panel #panelCenter {
spacing: 0;
}
#panel .panel-corner {
-panel-corner-radius: 0;
-panel-corner-background-color: transparent;
-panel-corner-border-width: 0;
-panel-corner-border-color: transparent;
-panel-corner-opacity: 0;
transition-duration: 250ms;
}
#panel .panel-button {
-natural-hpadding: 8px;
-minimum-hpadding: 4px;
transition-duration: 100ms;
border: 0;
border-radius: 0;
color: rgba(229, 233, 240, 0.7);
text-shadow: none;
font-weight: bold;
}
#panel .panel-button.clock-display .clock {
transition-duration: 100ms;
border: 0;
border-radius: 0;
}
#panel .panel-button .system-status-icon,
#panel .panel-button .app-menu-icon > StIcon,
#panel .panel-button .popup-menu-arrow {
icon-shadow: none;
}
#panel .panel-button:hover {
box-shadow: none;
color: #e5e9f0;
text-shadow: none;
}
#panel .panel-button:hover.clock-display {
box-shadow: none;
}
#panel .panel-button:hover.clock-display .clock {
box-shadow: none;
}
#panel .panel-button:hover .system-status-icon,
#panel .panel-button:hover .app-menu-icon > StIcon,
#panel .panel-button:hover .popup-menu-arrow {
icon-shadow: none;
}
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
box-shadow: inset 0 -2px #e5e9f0;
background-color: rgba(14, 20, 32, 0.01);
color: #e5e9f0;
}
#panel .panel-button:active.clock-display, #panel .panel-button:overview.clock-display, #panel .panel-button:focus.clock-display, #panel .panel-button:checked.clock-display {
box-shadow: none;
background-color: transparent;
}
#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: inset 0 -2px #e5e9f0;
background-color: rgba(14, 20, 32, 0.01);
}
#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 {
icon-shadow: none;
}
#panel .panel-button .system-status-icon {
icon-size: 16px;
padding: 0 4px;
margin: 0 4px;
}
#panel .panel-button .panel-status-indicators-box .system-status-icon,
#panel .panel-button .panel-status-menu-box .system-status-icon {
margin: 0;
}
#panel .panel-button .app-menu-icon {
-st-icon-style: symbolic;
}
#panel .panel-button#panelActivities {
-natural-hpadding: 8px;
}
#panel .panel-status-indicators-box,
#panel .panel-status-menu-box {
spacing: 2px;
}
#panel .power-status.panel-status-indicators-box {
spacing: 0;
}
#panel .screencast-indicator,
#panel .remote-access-indicator {
color: #EBCB8B;
}
#panel.unlock-screen, #panel.login-screen, #panel:overview {
background-color: transparent;
}
#panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel:overview .panel-corner {
-panel-corner-opacity: 0;
}
#panel.unlock-screen .panel-button, #panel.login-screen .panel-button, #panel:overview .panel-button {
color: rgba(255, 255, 255, 0.7);
}
#panel.unlock-screen .panel-button:hover, #panel.login-screen .panel-button:hover, #panel:overview .panel-button:hover, #panel.unlock-screen .panel-button:active, #panel.login-screen .panel-button:active, #panel:overview .panel-button:active, #panel.unlock-screen .panel-button:overview, #panel.login-screen .panel-button:overview, #panel:overview .panel-button:overview, #panel.unlock-screen .panel-button:focus, #panel.login-screen .panel-button:focus, #panel:overview .panel-button:focus, #panel.unlock-screen .panel-button:checked, #panel.login-screen .panel-button:checked, #panel:overview .panel-button:checked {
color: #fff;
}
#appMenu {
spacing: 4px;
}
#appMenu .label-shadow {
color: transparent;
}
#appMenu .panel-status-menu-box {
padding: 0;
spacing: 4px;
}
.clock-display-box {
spacing: 0;
}
.clock-display-box .clock {
padding-left: 8px;
padding-right: 8px;
}
/* Activities Ripple */
.ripple-box {
width: 48px;
height: 48px;
border-radius: 0 0 48px 0;
box-shadow: none;
background-color: rgba(255, 255, 255, 0.3);
background-image: none;
background-size: auto;
}
.ripple-box:rtl {
border-radius: 0 0 0 48px;
background-image: none;
}
/* Window Picker */
.window-picker {
spacing: 8px;
}
.window-caption {
padding: 4px 8px;
border-radius: 4px;
background-color: rgba(0, 0, 0, 0);
color: #fff;
}
.window-close {
transition-duration: 100ms;
height: 32px;
width: 32px;
padding: 0;
border: 0;
border-radius: 16px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
background-color: #BF616A;
color: rgba(255, 255, 255, 0.87);
background-image: url("assets/window-close.svg");
background-size: 24px;
}
.window-close:hover {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.44);
border-color: transparent;
background-color: #c46e76;
color: rgba(255, 255, 255, 0.87);
}
.window-close:active {
transition-duration: 200ms;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
border-color: transparent;
background-color: #c7747c;
color: rgba(255, 255, 255, 0.87);
}
.window-close StIcon {
icon-size: 24px;
color: transparent;
}
.workspace-background {
border-radius: 30px;
background-color: black;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.44);
}
.search-entry {
width: 304px;
padding: 0 8px;
border-radius: 4px 4px 0 0;
color: rgba(229, 233, 240, 0.5);
selection-background-color: rgba(229, 233, 240, 0.3);
selected-color: #e5e9f0;
transition-duration: 100ms;
background-color: rgba(255, 255, 255, 0.04);
border-color: transparent;
box-shadow: inset 0 -1px rgba(229, 233, 240, 0.3);
margin-top: 16px;
margin-bottom: 8px;
}
.search-entry:hover {
box-shadow: inset 0 -1px rgba(229, 233, 240, 0.3);
color: rgba(229, 233, 240, 0.5);
}
.search-entry:focus {
border-color: transparent;
box-shadow: inset 0 -2px #e5e9f0;
padding: 0 8px;
border: 0;
color: #e5e9f0;
}
.search-entry StLabel.hint-text {
color: rgba(229, 233, 240, 0.7);
}
.search-entry .search-entry-icon {
icon-size: 16px;
padding: 0 4px;
color: rgba(229, 233, 240, 0.7);
}
.search-entry:hover .search-entry-icon,
.search-entry:focus .search-entry-icon {
color: #e5e9f0;
}
/* App Grid */
.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 */
.app-well-app .overview-icon,
.grid-search-result .overview-icon {
padding: 6px;
border: 0;
border-radius: 4px;
background-color: transparent;
color: inherit;
text-align: center;
transition-duration: 100ms;
}
.app-well-app:focus .overview-icon,
.grid-search-result:focus .overview-icon {
border-image: none;
background-image: none;
background-color: rgba(229, 233, 240, 0.08);
color: inherit;
transition-duration: 0ms;
}
.app-well-app:drop .overview-icon, .app-well-app:hover .overview-icon, .app-well-app:selected .overview-icon,
.grid-search-result:drop .overview-icon,
.grid-search-result:hover .overview-icon,
.grid-search-result:selected .overview-icon {
border: 0;
border-image: none;
background-image: none;
background-color: rgba(229, 233, 240, 0.08);
color: inherit;
transition-duration: 0ms;
}
.app-well-app:active .overview-icon, .app-well-app:checked .overview-icon,
.grid-search-result:active .overview-icon,
.grid-search-result:checked .overview-icon {
box-shadow: none;
background-color: rgba(229, 233, 240, 0.12);
color: inherit;
transition-duration: 200ms;
}
.app-well-app .overview-icon.overview-icon-with-label,
.grid-search-result .overview-icon.overview-icon-with-label {
padding: 8px;
spacing: 0;
}
.app-well-app .overview-icon.overview-icon-with-label > StBoxLayout,
.grid-search-result .overview-icon.overview-icon-with-label > StBoxLayout {
spacing: 4px;
}
/* App Folders */
.app-well-app.app-folder {
border-radius: 4px;
background-color: transparent;
}
.app-folder-dialog {
border: 0;
border-radius: 4px;
background-color: #3b4252;
color: #e5e9f0;
padding: 12px 0;
}
.app-folder-dialog .folder-name-container {
padding: 24px 36px 0;
spacing: 12px;
}
.app-folder-dialog .folder-name-container .folder-name-label,
.app-folder-dialog .folder-name-container .folder-name-entry {
font-size: 15pt;
font-weight: 500;
}
.app-folder-dialog .folder-name-container .folder-name-entry {
width: 300px;
}
.app-folder-dialog .folder-name-container .folder-name-label {
padding: 0 8px;
color: inherit;
}
.app-folder-dialog .folder-name-container .edit-folder-button {
width: 32px;
height: 32px;
min-width: 0;
min-height: 0;
padding: 0;
border-radius: 16px;
}
.app-folder-dialog .folder-name-container .edit-folder-button > StIcon {
icon-size: 16px;
}
.app-folder-dialog .icon-grid {
row-spacing: 16px;
column-spacing: 32px;
page-padding-top: 0;
page-padding-bottom: 0;
page-padding-left: 0;
page-padding-right: 0;
}
.app-folder-dialog .page-indicators {
margin-bottom: 16px;
}
.app-folder-dialog .app-well-app:focus .overview-icon {
background-color: rgba(229, 233, 240, 0.08);
}
.app-folder-dialog .app-well-app:drop .overview-icon, .app-folder-dialog .app-well-app:hover .overview-icon, .app-folder-dialog .app-well-app:selected .overview-icon {
background-color: rgba(229, 233, 240, 0.08);
}
.app-folder-dialog .app-well-app:active .overview-icon, .app-folder-dialog .app-well-app:checked .overview-icon {
background-color: rgba(229, 233, 240, 0.12);
}
.app-folder-dialog-container {
padding: 12px;
width: 620px;
height: 620px;
}
.app-well-app.app-folder > .overview-icon > StBoxLayout > StBin > StWidget {
border-radius: 4px;
background-color: rgba(229, 233, 240, 0.08);
}
.app-well-app-running-dot {
height: 2px;
width: 32px;
margin-bottom: 0;
border-radius: 0;
background-color: #e5e9f0;
}
.rename-folder-popup .rename-folder-popup-item {
spacing: 6px;
}
.rename-folder-popup .rename-folder-popup-item:ltr, .rename-folder-popup .rename-folder-popup-item:rtl {
padding: 0 12px;
}
.app-menu,
.app-well-menu {
max-width: 27.25em;
}
.page-indicator {
padding: 8px 12px 0;
}
.page-indicator .page-indicator-icon {
width: 12px;
height: 12px;
border-radius: 12px;
background-color: #e5e9f0;
}
.apps-scroll-view {
padding: 0;
}
.system-action-icon {
icon-size: 48px;
border-radius: 9999px;
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
background-color: #212121;
color: rgba(255, 255, 255, 0.87);
}
.page-navigation-hint {
width: 300px;
}
.page-navigation-hint.dnd {
background: rgba(229, 233, 240, 0.08);
}
.page-navigation-hint.next:ltr, .page-navigation-hint.previous:rtl {
background-gradient-start: rgba(229, 233, 240, 0.08);
background-gradient-end: rgba(229, 233, 240, 0.08);
background-gradient-direction: horizontal;
border-radius: 4px 0 0 4px;
}
.page-navigation-hint.previous:ltr, .page-navigation-hint.next:rtl {
background-gradient-start: rgba(229, 233, 240, 0.08);
background-gradient-end: rgba(229, 233, 240, 0.08);
background-gradient-direction: horizontal;
border-radius: 0 4px 4px 0;
}
.page-navigation-arrow {
width: 24px;
height: 24px;
margin: 6px;
}
/* Search */
#searchResultsContent {
max-width: 1024px;
}
#searchResultsContent {
padding-left: 16px;
padding-right: 16px;
spacing: 16px;
}
.search-section {
spacing: 16px;
}
.search-section .search-section-separator {
height: 1px;
background-color: rgba(229, 233, 240, 0.2);
}
.search-section:last-child .search-section-separator {
height: 0;
background-color: transparent;
}
.search-section-content {
spacing: 32px;
padding: 0;
border: 0;
border-radius: 0;
box-shadow: none;
background-color: transparent;
color: inherit;
text-shadow: none;
}
.search-statustext {
font-size: 48px;
font-weight: 400;
color: rgba(229, 233, 240, 0.5);
}
.grid-search-results {
spacing: 32px;
}
.search-provider-icon {
padding: 6px;
border: 0;
border-radius: 4px;
background-color: transparent;
color: inherit;
text-align: center;
transition-duration: 100ms;
}
.search-provider-icon:focus {
border-image: none;
background-image: none;
background-color: rgba(229, 233, 240, 0.08);
color: inherit;
transition-duration: 0ms;
}
.search-provider-icon:hover, .search-provider-icon:selected {
border: 0;
border-image: none;
background-image: none;
background-color: rgba(229, 233, 240, 0.08);
color: inherit;
transition-duration: 0ms;
}
.search-provider-icon:active, .search-provider-icon:checked {
box-shadow: none;
background-color: rgba(229, 233, 240, 0.12);
color: inherit;
transition-duration: 200ms;
}
.search-provider-icon .list-search-provider-content {
spacing: 20px;
}
.search-provider-icon .list-search-provider-content .list-search-provider-details {
width: 150px;
margin-top: 0;
color: rgba(229, 233, 240, 0.7);
}
.list-search-results {
spacing: 4px;
}
.list-search-result {
padding: 6px;
border: 0;
border-radius: 4px;
background-color: transparent;
color: inherit;
text-align: center;
transition-duration: 100ms;
}
.list-search-result:focus {
border-image: none;
background-image: none;
background-color: rgba(229, 233, 240, 0.08);
color: inherit;
transition-duration: 0ms;
}
.list-search-result:hover, .list-search-result:selected {
border: 0;
border-image: none;
background-image: none;
background-color: rgba(229, 233, 240, 0.08);
color: inherit;
transition-duration: 0ms;
}
.list-search-result:active, .list-search-result:checked {
box-shadow: none;
background-color: rgba(229, 233, 240, 0.12);
color: inherit;
transition-duration: 200ms;
}
.list-search-result .list-search-result-content {
spacing: 30px;
}
.list-search-result .list-search-result-title {
spacing: 12px;
color: inherit;
font-size: 11.25pt;
font-weight: 400;
}
.list-search-result .list-search-result-description {
color: rgba(229, 233, 240, 0.7);
}
/* Dash */
#dash {
font-size: 1em;
margin-top: 0;
padding: 12px 12px 0;
}
#dash .overview-icon {
padding: 6px;
}
#dash .placeholder {
height: 24px;
background-image: url("assets/dash-placeholder.svg");
background-size: contain;
}
#dash .empty-dash-drop-target {
width: 24px;
height: 24px;
}
.dash-background {
margin-bottom: 0;
padding: 6px 3px;
border-radius: 4px 4px 0 0;
background-color: rgba(229, 233, 240, 0.08);
}
.dash-item-container .app-well-app,
.show-apps {
padding: 6px 3px;
}
.dash-separator {
width: 1px;
margin: 6px 3px;
background-color: rgba(229, 233, 240, 0.3);
}
.dash-label {
padding: 7px 8px;
border: 0;
border-radius: 4px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.44);
background-color: #3b4252;
color: #e5e9f0;
text-align: center;
-y-offset: 8px;
}
.show-apps {
color: rgba(229, 233, 240, 0.7);
}
.show-apps .overview-icon {
padding: 6px;
border: 0;
border-radius: 4px;
background-color: transparent;
color: inherit;
text-align: center;
transition-duration: 100ms;
}
.show-apps:focus .overview-icon {
border-image: none;
background-image: none;
background-color: rgba(229, 233, 240, 0.08);
color: inherit;
transition-duration: 0ms;
}
.show-apps:drop .overview-icon, .show-apps:hover .overview-icon, .show-apps:selected .overview-icon {
border: 0;
border-image: none;
background-image: none;
background-color: rgba(229, 233, 240, 0.08);
color: inherit;
transition-duration: 0ms;
}
.show-apps:active .overview-icon, .show-apps:checked .overview-icon {
box-shadow: none;
background-color: rgba(229, 233, 240, 0.12);
color: inherit;
transition-duration: 200ms;
}
.show-apps:checked {
color: #e5e9f0;
}
/* Workspace pager */
.workspace-thumbnails {
padding: 0;
spacing: 12px;
}
.workspace-thumbnails .workspace-thumbnail {
transition-duration: 250ms;
border: 0;
background-color: rgba(229, 233, 240, 0.08);
color: #e5e9f0;
border-radius: 4px;
}
.workspace-thumbnails .placeholder {
background-image: url("assets/dash-placeholder.svg");
background-size: contain;
width: 24px;
}
.workspace-thumbnail-indicator {
border: 0 solid #e5e9f0;
border-radius: 0;
padding: 6px;
border-bottom-width: 2px;
}
.select-area-rubberband {
border: 1px solid #5E81AC;
background-color: rgba(94, 129, 172, 0.3);
}
.user-icon {
border: 0;
border-radius: 9999px;
background-size: contain;
color: inherit;
}
.user-icon:hover {
border-color: transparent;
color: inherit;
}
.user-icon {
icon-size: 64px;
}
.user-icon StIcon {
background-color: rgba(229, 233, 240, 0.08);
border-radius: 9999px;
}
.user-icon StIcon {
width: 32px;
height: 32px;
padding: 16px;
}
.user-icon.user-avatar {
border: 0;
}
.user-widget.vertical .user-icon {
icon-size: 128px;
}
.user-widget.vertical .user-icon StIcon {
width: 64px;
height: 64px;
padding: 32px;
}
.lightbox {
background-color: black;
}
.flashspot {
background-color: white;
}
.hidden {
color: transparent;
}
.caps-lock-warning-label {
text-align: center;
padding-bottom: 8px;
font-size: 1em;
color: #EBCB8B;
}
/* Workspace animation */
.workspace-animation {
background-color: #0e1420;
}
.ripple-pointer-location {
width: 50px;
height: 50px;
border-radius: 25px;
box-shadow: none;
background-color: rgba(94, 129, 172, 0.32);
}
.pie-timer {
width: 60px;
height: 60px;
-pie-border-width: 0;
-pie-border-color: transparent;
-pie-background-color: rgba(94, 129, 172, 0.32);
}
.magnifier-zoom-region {
border: 2px solid #5E81AC;
}
.magnifier-zoom-region.full-screen {
border-width: 0;
}
/* Tiled window previews */
.tile-preview {
border: 1px solid #5E81AC;
background-color: rgba(94, 129, 172, 0.3);
}
.tile-preview-left.on-primary {
border-radius: 0;
}
.tile-preview-right.on-primary {
border-radius: 0;
}
.tile-preview-left.tile-preview-right.on-primary {
border-radius: 0;
}
/* On-screen Keyboard */
#keyboard {
background-color: rgba(0, 0, 0, 0.3);
box-shadow: none;
}
#keyboard .page-indicator {
padding: 4px;
}
#keyboard .page-indicator .page-indicator-icon {
width: 8px;
height: 8px;
}
.key-container {
padding: 4px;
spacing: 4px;
}
.keyboard-key {
min-height: 1.2em;
min-width: 1.2em;
font-size: 2em;
font-weight: 500;
border: 0;
border-width: 0;
border-style: none;
border-radius: 4px;
}
.keyboard-key, .keyboard-key.default-key {
color: #e5e9f0;
background-color: #3b4252;
border-color: transparent;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
text-shadow: none;
icon-shadow: none;
transition-duration: 100ms;
}
.keyboard-key:focus, .keyboard-key.default-key:focus {
color: #e5e9f0;
background-color: #494f5f;
text-shadow: none;
icon-shadow: none;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.44);
}
.keyboard-key:hover, .keyboard-key:checked, .keyboard-key.default-key:hover, .keyboard-key.default-key:checked {
color: #e5e9f0;
background-color: #494f5f;
border-color: transparent;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.44);
text-shadow: none;
icon-shadow: none;
}
.keyboard-key:active, .keyboard-key.default-key:active {
color: #e5e9f0;
background-color: #4f5665;
border-color: transparent;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
text-shadow: none;
icon-shadow: none;
transition-duration: 200ms;
}
.keyboard-key:grayed {
border-color: transparent;
background-color: rgba(0, 0, 0, 0.3);
color: #fff;
}
.keyboard-key.enter-key {
color: rgba(255, 255, 255, 0.87);
background-color: #5E81AC;
border-color: transparent;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
text-shadow: none;
icon-shadow: none;
transition-duration: 100ms;
}
.keyboard-key.enter-key:hover, .keyboard-key.enter-key:checked {
color: rgba(255, 255, 255, 0.87);
background-color: #6b8bb3;
border-color: transparent;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.44);
text-shadow: none;
icon-shadow: none;
}
.keyboard-key.enter-key:active {
color: rgba(255, 255, 255, 0.87);
background-color: #7190b6;
border-color: transparent;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
text-shadow: none;
icon-shadow: none;
transition-duration: 200ms;
}
.keyboard-key.shift-key-uppercase {
color: #5E81AC;
}
.keyboard-key StIcon {
icon-size: 32px;
}
.keyboard-subkeys {
-boxpointer-gap: 5px;
-arrow-base: 0;
-arrow-rise: 0;
-arrow-border-width: 0;
-arrow-border-color: transparent;
-arrow-border-radius: 0;
-arrow-background-color: transparent;
padding: 5px;
border-radius: 4px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.44);
background-color: #3b4252;
color: #e5e9f0;
}
.keyboard-subkeys .keyboard-key {
border-radius: 4px;
color: #5E81AC;
background-color: transparent;
border-color: transparent;
box-shadow: 0 0 transparent;
text-shadow: none;
icon-shadow: none;
transition-duration: 100ms;
}
.keyboard-subkeys .keyboard-key:focus {
color: #5E81AC;
background-color: rgba(94, 129, 172, 0.08);
text-shadow: none;
icon-shadow: none;
box-shadow: 0 0 transparent;
}
.keyboard-subkeys .keyboard-key:hover, .keyboard-subkeys .keyboard-key:checked {
color: #5E81AC;
background-color: rgba(94, 129, 172, 0.08);
border-color: transparent;
box-shadow: 0 0 transparent;
text-shadow: none;
icon-shadow: none;
}
.keyboard-subkeys .keyboard-key:active {
color: #5E81AC;
background-color: rgba(94, 129, 172, 0.12);
border-color: transparent;
box-shadow: 0 0 transparent;
text-shadow: none;
icon-shadow: none;
transition-duration: 200ms;
}
.emoji-page .keyboard-key {
border: 0;
color: rgba(255, 255, 255, 0.7);
background-color: transparent;
border-color: transparent;
box-shadow: 0 0 transparent;
text-shadow: none;
icon-shadow: none;
transition-duration: 100ms;
}
.emoji-page .keyboard-key:focus {
color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.08);
text-shadow: none;
icon-shadow: none;
box-shadow: 0 0 transparent;
}
.emoji-page .keyboard-key:hover {
color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.08);
border-color: transparent;
box-shadow: 0 0 transparent;
text-shadow: none;
icon-shadow: none;
}
.emoji-page .keyboard-key:active {
color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.12);
border-color: transparent;
box-shadow: 0 0 transparent;
text-shadow: none;
icon-shadow: none;
transition-duration: 200ms;
}
.emoji-panel .keyboard-key:latched {
border-color: transparent;
background-color: #5E81AC;
color: rgba(255, 255, 255, 0.87);
}
.word-suggestions {
font-size: 11.25pt;
font-weight: 400;
spacing: 12px;
min-height: 20pt;
}
/* Looking Glass */
#LookingGlassDialog {
spacing: 0;
padding: 0;
border: 0;
border-radius: 4px;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
background-color: #3b4252;
color: #e5e9f0;
}
#LookingGlassDialog > #Toolbar {
padding: 0 8px;
border: 0;
border-radius: 0;
box-shadow: inset 0 -1px rgba(229, 233, 240, 0.2);
background-color: rgba(59, 66, 82, 0.01);
}
#LookingGlassDialog .labels {
spacing: 0;
}
#LookingGlassDialog .notebook-tab {
-natural-hpadding: 12px;
-minimum-hpadding: 6px;
transition-duration: 100ms;
min-height: 32px;
padding-left: 32px;
padding-right: 32px;
border: 0;
color: rgba(229, 233, 240, 0.7);
font-weight: bold;
}
#LookingGlassDialog .notebook-tab:hover {
background-color: rgba(229, 233, 240, 0.08);
color: rgba(229, 233, 240, 0.7);
text-shadow: none;
}
#LookingGlassDialog .notebook-tab:active {
transition-duration: 200ms;
background-color: rgba(229, 233, 240, 0.12);
}
#LookingGlassDialog .notebook-tab:selected {
border: 0;
box-shadow: inset 0 -2px #5E81AC;
background-color: rgba(59, 66, 82, 0.01);
color: #e5e9f0;
text-shadow: none;
}
#LookingGlassDialog StBoxLayout#EvalBox {
padding: 8px;
spacing: 4px;
}
#LookingGlassDialog StBoxLayout#ResultsArea {
spacing: 4px;
}
.lg-dialog .shell-link, .lg-dialog .shell-link:hover, .lg-dialog .shell-link:active {
color: #5E81AC;
}
.lg-dialog .actor-link, .lg-dialog .actor-link:hover, .lg-dialog .actor-link:active {
color: inherit;
}
.lg-completions-text {
font-size: 1em;
font-style: italic;
}
.lg-obj-inspector-title {
spacing: 4px;
}
.lg-obj-inspector-button, .lg-obj-inspector-button:hover {
border: 0;
}
#Windows {
padding: 8px;
}
#lookingGlassExtensions {
padding: 8px;
}
.lg-extensions-list {
padding: 0;
spacing: 6px;
}
.lg-extension {
padding: 4px;
border: 0;
border-radius: 0;
background-color: transparent;
}
.lg-extension-name {
font-size: 15pt;
font-weight: 500;
}
.lg-extension-meta {
spacing: 6px;
}
#LookingGlassPropertyInspector {
padding: 6px;
border: 0;
border-radius: 4px;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
background-color: #3b4252;
color: #e5e9f0;
}
/* Login Dialog */
.login-dialog-banner-view {
padding-top: 24px;
max-width: 23em;
}
.login-dialog,
.unlock-dialog {
border: 0;
background-color: transparent;
}
.login-dialog StEntry,
.unlock-dialog StEntry {
transition-duration: 100ms;
background-color: rgba(255, 255, 255, 0.04);
border-color: transparent;
box-shadow: inset 0 -1px rgba(229, 233, 240, 0.3);
color: #e5e9f0;
selection-background-color: rgba(229, 233, 240, 0.3);
selected-color: #e5e9f0;
}
.login-dialog StEntry:focus,
.unlock-dialog StEntry:focus {
border-color: transparent;
box-shadow: inset 0 -2px #e5e9f0;
}
.login-dialog StEntry:insensitive,
.unlock-dialog StEntry:insensitive {
color: rgba(229, 233, 240, 0.5);
border-color: transparent;
box-shadow: inset 0 -1px rgba(229, 233, 240, 0.2);
color: rgba(229, 233, 240, 0.5);
}
.login-dialog StEntry StLabel.hint-text,
.unlock-dialog StEntry StLabel.hint-text {
color: rgba(229, 233, 240, 0.7);
}
.login-dialog StEntry StIcon.peek-password,
.unlock-dialog StEntry StIcon.peek-password {
color: rgba(229, 233, 240, 0.7);
}
.login-dialog StEntry StIcon.peek-password:hover,
.unlock-dialog StEntry StIcon.peek-password:hover {
color: #e5e9f0;
}
.login-dialog .modal-dialog-button-box,
.unlock-dialog .modal-dialog-button-box {
spacing: 3px;
}
.login-dialog .modal-dialog-button,
.unlock-dialog .modal-dialog-button {
color: #5E81AC;
background-color: transparent;
border-color: transparent;
box-shadow: 0 0 transparent;
text-shadow: none;
icon-shadow: none;
transition-duration: 100ms;
}
.login-dialog .modal-dialog-button:focus,
.unlock-dialog .modal-dialog-button:focus {
color: #5E81AC;
background-color: rgba(94, 129, 172, 0.08);
text-shadow: none;
icon-shadow: none;
box-shadow: 0 0 transparent;
}
.login-dialog .modal-dialog-button:hover,
.unlock-dialog .modal-dialog-button:hover {
color: #5E81AC;
background-color: rgba(94, 129, 172, 0.08);
border-color: transparent;
box-shadow: 0 0 transparent;
text-shadow: none;
icon-shadow: none;
}
.login-dialog .modal-dialog-button:active,
.unlock-dialog .modal-dialog-button:active {
color: #5E81AC;
background-color: rgba(94, 129, 172, 0.12);
border-color: transparent;
box-shadow: 0 0 transparent;
text-shadow: none;
icon-shadow: none;
transition-duration: 200ms;
}
.login-dialog .modal-dialog-button:insensitive,
.unlock-dialog .modal-dialog-button:insensitive {
color: rgba(229, 233, 240, 0.3);
background-color: transparent;
border-color: transparent;
box-shadow: 0 0 transparent;
text-shadow: none;
icon-shadow: none;
}
.login-dialog .modal-dialog-button:default,
.unlock-dialog .modal-dialog-button:default {
min-width: 32px;
padding: 0 16px;
color: rgba(255, 255, 255, 0.87);
background-color: #5E81AC;
border-color: transparent;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
text-shadow: none;
icon-shadow: none;
transition-duration: 100ms;
}
.login-dialog .modal-dialog-button:default:focus,
.unlock-dialog .modal-dialog-button:default:focus {
color: rgba(255, 255, 255, 0.87);
background-color: #6b8bb3;
text-shadow: none;
icon-shadow: none;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.44);
}
.login-dialog .modal-dialog-button:default:hover,
.unlock-dialog .modal-dialog-button:default:hover {
color: rgba(255, 255, 255, 0.87);
background-color: #6b8bb3;
border-color: transparent;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.44);
text-shadow: none;
icon-shadow: none;
}
.login-dialog .modal-dialog-button:default:active,
.unlock-dialog .modal-dialog-button:default:active {
color: rgba(255, 255, 255, 0.87);
background-color: #7190b6;
border-color: transparent;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
text-shadow: none;
icon-shadow: none;
transition-duration: 200ms;
}
.login-dialog .modal-dialog-button:default:insensitive,
.unlock-dialog .modal-dialog-button:default:insensitive {
color: rgba(229, 233, 240, 0.5);
background-color: rgba(229, 233, 240, 0.08);
border-color: transparent;
box-shadow: 0 0 transparent;
text-shadow: none;
icon-shadow: none;
}
.login-dialog-logo-bin {
padding: 24px 0;
}
.login-dialog-banner {
color: rgba(229, 233, 240, 0.7);
}
.login-dialog-button-box {
spacing: 5px;
width: 23em;
}
.login-dialog-message {
text-align: center;
}
.caps-lock-warning-label,
.login-dialog-message-warning {
color: #BF616A;
}
.login-dialog-message-hint {
color: rgba(229, 233, 240, 0.7);
}
.login-dialog-user-selection-box {
padding: 100px 0;
}
.login-dialog-not-listed-button {
transition-duration: 100ms;
min-height: 32px;
padding: 0 8px;
margin-top: 1em;
border-radius: 4px;
color: rgba(229, 233, 240, 0.7);
font-size: 10.5pt;
font-weight: 500;
}
.login-dialog-not-listed-button:focus {
background-color: rgba(229, 233, 240, 0.08);
}
.login-dialog-not-listed-button:hover {
background-color: rgba(229, 233, 240, 0.08);
}
.login-dialog-not-listed-button:active {
transition-duration: 200ms;
background-color: rgba(229, 233, 240, 0.12);
}
.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(229, 233, 240, 0.08);
}
.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in {
border-right: 2px solid #e5e9f0;
}
.login-dialog-user-list-item {
transition-duration: 100ms;
padding: 6px;
border-radius: 4px;
color: inherit;
}
.login-dialog-user-list-item:focus {
background-color: rgba(229, 233, 240, 0.08);
}
.login-dialog-user-list-item:hover {
background-color: rgba(229, 233, 240, 0.08);
}
.login-dialog-user-list-item:active {
transition-duration: 200ms;
background-color: rgba(229, 233, 240, 0.12);
}
.login-dialog-user-list-item:ltr .user-widget {
padding-right: 1em;
}
.login-dialog-user-list-item:rtl .user-widget {
padding-left: 1em;
}
.login-dialog-user-list-item .login-dialog-timed-login-indicator {
height: 2px;
margin-top: 6px;
background-color: #e5e9f0;
}
.login-dialog .user-icon StIcon {
background-color: rgba(229, 233, 240, 0.08);
}
.user-widget-label {
color: inherit;
}
.user-widget.horizontal .user-widget-label {
padding-left: 16px;
font-size: 15pt;
font-weight: 500;
text-align: left;
}
.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 {
padding-top: 16px;
font-size: 18pt;
font-weight: 400;
text-align: center;
}
.login-dialog-prompt-layout {
width: 23em;
padding-top: 24px;
padding-bottom: 12px;
spacing: 8px;
}
.login-dialog-prompt-label {
color: rgba(229, 233, 240, 0.7);
font-size: 1em;
padding-top: 1em;
}
.cancel-button,
.switch-user-button,
.login-dialog-session-list-button {
transition-duration: 100ms;
width: 32px;
height: 32px;
min-width: 0;
min-height: 0;
padding: 0;
border-radius: 16px;
color: rgba(229, 233, 240, 0.7);
}
.cancel-button:focus,
.switch-user-button:focus,
.login-dialog-session-list-button:focus {
background-color: rgba(229, 233, 240, 0.08);
}
.cancel-button:hover,
.switch-user-button:hover,
.login-dialog-session-list-button:hover {
background-color: rgba(229, 233, 240, 0.08);
}
.cancel-button:active,
.switch-user-button:active,
.login-dialog-session-list-button:active {
transition-duration: 200ms;
background-color: rgba(229, 233, 240, 0.12);
}
.cancel-button StIcon,
.switch-user-button StIcon,
.login-dialog-session-list-button StIcon {
icon-size: 16px;
}
/* Screen Shield */
.unlock-dialog-clock {
padding-bottom: 2.5em;
spacing: 24px;
color: #fff;
font-weight: normal;
text-align: center;
}
.unlock-dialog-clock-time {
padding-top: 42px;
font-size: 96px;
font-weight: 300;
font-feature-settings: "tnum";
}
.unlock-dialog-clock-date {
font-size: 34px;
font-weight: 400;
}
.unlock-dialog-clock-hint {
padding-top: 48px;
color: rgba(255, 255, 255, 0.7);
font-weight: normal;
}
.unlock-dialog-notifications-container {
width: 23em;
margin: 12px 0;
spacing: 6px;
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: 8px;
border: 0;
border-radius: 4px;
background-color: rgba(255, 255, 255, 0.04);
color: #fff;
}
.unlock-dialog-notifications-container .notification.critical,
.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical {
background-color: rgba(255, 255, 255, 0.04);
color: #BF616A;
}
.unlock-dialog-notification-label {
padding: 0 0 0 12px;
}
.unlock-dialog-notification-count-text {
margin-right: 12px;
padding: 2px 8px;
border-radius: 99px;
background-color: rgba(255, 255, 255, 0.08);
color: #fff;
}
#lockDialogGroup {
background-color: #0e1420;
color: #e5e9f0;
}
#unlockDialogNotifications StScrollBar StBin#trough {
background-color: rgba(255, 255, 255, 0.2);
}
#unlockDialogNotifications StScrollBar StButton#vhandle,
#unlockDialogNotifications StScrollBar StButton#hhandle {
background-color: rgba(255, 255, 255, 0.5);
}
#unlockDialogNotifications StScrollBar StButton#vhandle:hover,
#unlockDialogNotifications StScrollBar StButton#hhandle:hover {
background-color: rgba(255, 255, 255, 0.6);
}
#unlockDialogNotifications StScrollBar StButton#vhandle:active,
#unlockDialogNotifications StScrollBar StButton#hhandle:active {
background-color: rgba(255, 255, 255, 0.7);
}
.screen-shield-background {
background: black;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.68);
}
/* Dash to Dock */
#dashtodockContainer #dash {
background-color: rgba(0, 0, 0, 0);
}
#dashtodockContainer:overview #dash {
background-color: rgba(255, 255, 255, 0.08);
}
#dashtodockContainer.extended:overview #dash {
background-color: transparent;
}
#dashtodockContainer.left #dash,
#dashtodockContainer.right #dash {
padding: 3px 0;
}
#dashtodockContainer.top #dash,
#dashtodockContainer.bottom #dash {
padding: 0 3px;
}
#dashtodockContainer.extended #dash {
padding: 0;
border-radius: 0;
}
#dashtodockContainer.left .dash-item-container > StWidget,
#dashtodockContainer.right .dash-item-container > StWidget,
#dashtodockContainer.extended.left .dash-item-container > StWidget,
#dashtodockContainer.extended.right .dash-item-container > StWidget {
padding: 3px 6px;
}
#dashtodockContainer.extended.left .dash-item-container:first-child > StWidget,
#dashtodockContainer.extended.right .dash-item-container:first-child > StWidget {
padding: 6px 6px 3px 6px;
}
#dashtodockContainer.extended.left .dash-item-container:last-child > StWidget,
#dashtodockContainer.extended.right .dash-item-container:last-child > StWidget {
padding: 3px 6px 6px 6px;
}
#dashtodockContainer.top .dash-item-container > StWidget,
#dashtodockContainer.bottom .dash-item-container > StWidget,
#dashtodockContainer.extended.top .dash-item-container > StWidget,
#dashtodockContainer.extended.bottom .dash-item-container > StWidget {
padding: 6px 3px;
}
#dashtodockContainer.extended.top .dash-item-container:first-child > StWidget,
#dashtodockContainer.extended.bottom .dash-item-container:first-child > StWidget {
padding: 6px 3px 6px 6px;
}
#dashtodockContainer.extended.top .dash-item-container:last-child > StWidget,
#dashtodockContainer.extended.bottom .dash-item-container:last-child > StWidget {
padding: 6px 6px 6px 3px;
}
#dashtodockContainer .focused .overview-icon {
background-color: rgba(255, 255, 255, 0.12);
}
#dashtodockContainer .default.focused .overview-icon {
background-color: transparent;
}
#dashtodockContainer .app-well-app-running-dot {
background-color: transparent;
}
#dashtodockContainer .default {
background-size: cover;
}
#dashtodockContainer.left .default.running1 {
background-image: url("assets/dash/left-running1.svg");
}
#dashtodockContainer.left .default.running1.focused {
background-image: url("assets/dash/left-running1-focused.svg");
}
#dashtodockContainer.left .default.running2 {
background-image: url("assets/dash/left-running2.svg");
}
#dashtodockContainer.left .default.running2.focused {
background-image: url("assets/dash/left-running2-focused.svg");
}
#dashtodockContainer.left .default.running3 {
background-image: url("assets/dash/left-running3.svg");
}
#dashtodockContainer.left .default.running3.focused {
background-image: url("assets/dash/left-running3-focused.svg");
}
#dashtodockContainer.left .default.running4 {
background-image: url("assets/dash/left-running4.svg");
}
#dashtodockContainer.left .default.running4.focused {
background-image: url("assets/dash/left-running4-focused.svg");
}
#dashtodockContainer.right .default.running1 {
background-image: url("assets/dash/right-running1.svg");
}
#dashtodockContainer.right .default.running1.focused {
background-image: url("assets/dash/right-running1-focused.svg");
}
#dashtodockContainer.right .default.running2 {
background-image: url("assets/dash/right-running2.svg");
}
#dashtodockContainer.right .default.running2.focused {
background-image: url("assets/dash/right-running2-focused.svg");
}
#dashtodockContainer.right .default.running3 {
background-image: url("assets/dash/right-running3.svg");
}
#dashtodockContainer.right .default.running3.focused {
background-image: url("assets/dash/right-running3-focused.svg");
}
#dashtodockContainer.right .default.running4 {
background-image: url("assets/dash/right-running4.svg");
}
#dashtodockContainer.right .default.running4.focused {
background-image: url("assets/dash/right-running4-focused.svg");
}
#dashtodockContainer.top .default.running1 {
background-image: url("assets/dash/top-running1.svg");
}
#dashtodockContainer.top .default.running1.focused {
background-image: url("assets/dash/top-running1-focused.svg");
}
#dashtodockContainer.top .default.running2 {
background-image: url("assets/dash/top-running2.svg");
}
#dashtodockContainer.top .default.running2.focused {
background-image: url("assets/dash/top-running2-focused.svg");
}
#dashtodockContainer.top .default.running3 {
background-image: url("assets/dash/top-running3.svg");
}
#dashtodockContainer.top .default.running3.focused {
background-image: url("assets/dash/top-running3-focused.svg");
}
#dashtodockContainer.top .default.running4 {
background-image: url("assets/dash/top-running4.svg");
}
#dashtodockContainer.top .default.running4.focused {
background-image: url("assets/dash/top-running4-focused.svg");
}
#dashtodockContainer.bottom .default.running1 {
background-image: url("assets/dash/bottom-running1.svg");
}
#dashtodockContainer.bottom .default.running1.focused {
background-image: url("assets/dash/bottom-running1-focused.svg");
}
#dashtodockContainer.bottom .default.running2 {
background-image: url("assets/dash/bottom-running2.svg");
}
#dashtodockContainer.bottom .default.running2.focused {
background-image: url("assets/dash/bottom-running2-focused.svg");
}
#dashtodockContainer.bottom .default.running3 {
background-image: url("assets/dash/bottom-running3.svg");
}
#dashtodockContainer.bottom .default.running3.focused {
background-image: url("assets/dash/bottom-running3-focused.svg");
}
#dashtodockContainer.bottom .default.running4 {
background-image: url("assets/dash/bottom-running4.svg");
}
#dashtodockContainer.bottom .default.running4.focused {
background-image: url("assets/dash/bottom-running4-focused.svg");
}
/* Simple Dock */
#dash:desktop {
background-color: rgba(0, 0, 0, 0);
}
/* GPaste */
.popup-menu .search-entry {
color: #e5e9f0;
selection-background-color: rgba(94, 129, 172, 0.32);
selected-color: #e5e9f0;
transition-duration: 100ms;
background-color: rgba(229, 233, 240, 0.04);
border-color: transparent;
box-shadow: inset 0 -1px rgba(229, 233, 240, 0.3);
}
.popup-menu .search-entry:hover {
box-shadow: inset 0 -1px #e5e9f0;
}
.popup-menu .search-entry:focus {
border-color: transparent;
box-shadow: inset 0 -2px #5E81AC;
color: #e5e9f0;
}
.popup-menu .search-entry .search-entry-icon {
color: rgba(229, 233, 240, 0.7);
}
.popup-menu .search-entry:hover .search-entry-icon, .popup-menu .search-entry:focus .search-entry-icon {
color: #e5e9f0;
}