mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-01 06:27:18 +00:00
3532 lines
73 KiB
CSS
3532 lines
73 KiB
CSS
|
/* This stylesheet is generated, DO NOT EDIT */
|
||
|
/* 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.
|
||
|
*/
|
||
|
/* GLOBALS */
|
||
|
stage {
|
||
|
font-family: "M+ 1c", Roboto, Cantarell, Sans-Serif;
|
||
|
font-size: 10.5pt;
|
||
|
font-weight: 400;
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
/* WIDGETS */
|
||
|
/* Buttons */
|
||
|
.button, .modal-dialog .button, .prompt-dialog .button, .audio-device-selection-dialog .button, .access-dialog .button, .geolocation-dialog .button, .extension-dialog .button, .inhibit-shortcuts-dialog .button, .nm-dialog .button, .message-list-clear-button.button {
|
||
|
min-height: 32px;
|
||
|
min-width: 48px;
|
||
|
padding: 0 8px;
|
||
|
border-width: 0;
|
||
|
border-radius: 6px;
|
||
|
font-size: 10.5pt;
|
||
|
font-weight: 500;
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
background-color: transparent;
|
||
|
border-color: transparent;
|
||
|
box-shadow: 0 0 transparent;
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
transition-duration: 100ms;
|
||
|
}
|
||
|
|
||
|
.button:focus, .modal-dialog .button:focus, .prompt-dialog .button:focus, .audio-device-selection-dialog .button:focus, .access-dialog .button:focus, .geolocation-dialog .button:focus, .extension-dialog .button:focus, .inhibit-shortcuts-dialog .button:focus, .nm-dialog .button:focus, .message-list-clear-button.button:focus {
|
||
|
color: #d4be98;
|
||
|
background-color: rgba(212, 190, 152, 0.12);
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
box-shadow: 0 0 transparent;
|
||
|
}
|
||
|
|
||
|
.button:hover, .modal-dialog .button:hover, .prompt-dialog .button:hover, .audio-device-selection-dialog .button:hover, .access-dialog .button:hover, .geolocation-dialog .button:hover, .extension-dialog .button:hover, .inhibit-shortcuts-dialog .button:hover, .nm-dialog .button:hover, .message-list-clear-button.button:hover {
|
||
|
color: #d4be98;
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
border-color: transparent;
|
||
|
box-shadow: 0 0 transparent;
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
}
|
||
|
|
||
|
.button:active, .modal-dialog .button:active, .prompt-dialog .button:active, .audio-device-selection-dialog .button:active, .access-dialog .button:active, .geolocation-dialog .button:active, .extension-dialog .button:active, .inhibit-shortcuts-dialog .button:active, .nm-dialog .button:active, .message-list-clear-button.button:active {
|
||
|
color: #d4be98;
|
||
|
background-color: rgba(212, 190, 152, 0.2);
|
||
|
border-color: transparent;
|
||
|
box-shadow: 0 0 transparent;
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
transition-duration: 200ms;
|
||
|
}
|
||
|
|
||
|
.button:insensitive, .modal-dialog .button:insensitive, .prompt-dialog .button:insensitive, .audio-device-selection-dialog .button:insensitive, .access-dialog .button:insensitive, .geolocation-dialog .button:insensitive, .extension-dialog .button:insensitive, .inhibit-shortcuts-dialog .button:insensitive, .nm-dialog .button:insensitive, .message-list-clear-button.button:insensitive {
|
||
|
color: rgba(212, 190, 152, 0.3);
|
||
|
background-color: transparent;
|
||
|
border-color: transparent;
|
||
|
box-shadow: 0 0 transparent;
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
}
|
||
|
|
||
|
.modal-dialog-linked-button, .notification-banner .notification-button, .hotplug-notification-item {
|
||
|
min-height: 32px;
|
||
|
min-width: 48px;
|
||
|
margin: 4px;
|
||
|
margin-right: 0;
|
||
|
padding: 0 8px;
|
||
|
border-top: 0;
|
||
|
border-right-width: 0;
|
||
|
border-radius: 6px;
|
||
|
font-size: 10.5pt;
|
||
|
font-weight: 500;
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
background-color: transparent;
|
||
|
border-color: transparent;
|
||
|
box-shadow: 0 0 transparent;
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
transition-duration: 100ms;
|
||
|
}
|
||
|
|
||
|
.modal-dialog-linked-button:focus, .notification-banner .notification-button:focus, .hotplug-notification-item:focus {
|
||
|
color: #d4be98;
|
||
|
background-color: rgba(212, 190, 152, 0.12);
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
box-shadow: 0 0 transparent;
|
||
|
}
|
||
|
|
||
|
.modal-dialog-linked-button:hover, .notification-banner .notification-button:hover, .hotplug-notification-item:hover {
|
||
|
color: #d4be98;
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
border-color: transparent;
|
||
|
box-shadow: 0 0 transparent;
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
}
|
||
|
|
||
|
.modal-dialog-linked-button:active, .notification-banner .notification-button:active, .hotplug-notification-item:active {
|
||
|
color: #d4be98;
|
||
|
background-color: rgba(212, 190, 152, 0.2);
|
||
|
border-color: transparent;
|
||
|
box-shadow: 0 0 transparent;
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
transition-duration: 200ms;
|
||
|
}
|
||
|
|
||
|
.modal-dialog-linked-button:insensitive, .notification-banner .notification-button:insensitive, .hotplug-notification-item:insensitive {
|
||
|
color: rgba(212, 190, 152, 0.3);
|
||
|
background-color: transparent;
|
||
|
border-color: transparent;
|
||
|
box-shadow: 0 0 transparent;
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
}
|
||
|
|
||
|
.modal-dialog-linked-button:first-child, .notification-banner .notification-button:first-child, .hotplug-notification-item:first-child {
|
||
|
border-radius: 6px;
|
||
|
}
|
||
|
|
||
|
.modal-dialog-linked-button:last-child, .notification-banner .notification-button:last-child, .hotplug-notification-item:last-child {
|
||
|
margin-right: 4px;
|
||
|
border-right-width: 0px;
|
||
|
border-radius: 6px;
|
||
|
}
|
||
|
|
||
|
.modal-dialog-linked-button:first-child:last-child, .notification-banner .notification-button:first-child:last-child, .hotplug-notification-item:first-child:last-child {
|
||
|
margin-right: 4px;
|
||
|
border-right-width: 0px;
|
||
|
border-radius: 6px;
|
||
|
}
|
||
|
|
||
|
/* Entries */
|
||
|
StEntry, .modal-dialog StEntry, .prompt-dialog StEntry, .audio-device-selection-dialog StEntry, .access-dialog StEntry, .geolocation-dialog StEntry, .extension-dialog StEntry, .inhibit-shortcuts-dialog StEntry, .nm-dialog StEntry, .notification-banner StEntry {
|
||
|
min-height: 32px;
|
||
|
padding: 0 8px;
|
||
|
border-radius: 6px 6px 0 0;
|
||
|
border-width: 0;
|
||
|
color: #d4be98;
|
||
|
selection-background-color: rgba(124, 111, 100, 0.5);
|
||
|
selected-color: #d4be98;
|
||
|
font-size: 11.25pt;
|
||
|
font-weight: 400;
|
||
|
transition-duration: 100ms;
|
||
|
background-color: rgba(212, 190, 152, 0.04);
|
||
|
border-color: transparent;
|
||
|
box-shadow: inset 0 -1px rgba(212, 190, 152, 0.3);
|
||
|
}
|
||
|
|
||
|
StEntry:hover, .modal-dialog StEntry:hover, .prompt-dialog StEntry:hover, .audio-device-selection-dialog StEntry:hover, .access-dialog StEntry:hover, .geolocation-dialog StEntry:hover, .extension-dialog StEntry:hover, .inhibit-shortcuts-dialog StEntry:hover, .nm-dialog StEntry:hover, .notification-banner StEntry:hover {
|
||
|
box-shadow: inset 0 -1px #d4be98;
|
||
|
}
|
||
|
|
||
|
StEntry:focus, .modal-dialog StEntry:focus, .prompt-dialog StEntry:focus, .audio-device-selection-dialog StEntry:focus, .access-dialog StEntry:focus, .geolocation-dialog StEntry:focus, .extension-dialog StEntry:focus, .inhibit-shortcuts-dialog StEntry:focus, .nm-dialog StEntry:focus, .notification-banner StEntry:focus {
|
||
|
border-color: transparent;
|
||
|
box-shadow: inset 0 -2px #7c6f64;
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
StEntry:insensitive, .modal-dialog StEntry:insensitive, .prompt-dialog StEntry:insensitive, .audio-device-selection-dialog StEntry:insensitive, .access-dialog StEntry:insensitive, .geolocation-dialog StEntry:insensitive, .extension-dialog StEntry:insensitive, .inhibit-shortcuts-dialog StEntry:insensitive, .nm-dialog StEntry:insensitive, .notification-banner StEntry:insensitive {
|
||
|
color: rgba(212, 190, 152, 0.5);
|
||
|
border-color: transparent;
|
||
|
box-shadow: inset 0 -1px rgba(212, 190, 152, 0.12);
|
||
|
}
|
||
|
|
||
|
StEntry StIcon.capslock-warning, .modal-dialog StEntry StIcon.capslock-warning, .prompt-dialog StEntry StIcon.capslock-warning, .audio-device-selection-dialog StEntry StIcon.capslock-warning, .access-dialog StEntry StIcon.capslock-warning, .geolocation-dialog StEntry StIcon.capslock-warning, .extension-dialog StEntry StIcon.capslock-warning, .inhibit-shortcuts-dialog StEntry StIcon.capslock-warning, .nm-dialog StEntry StIcon.capslock-warning, .notification-banner StEntry StIcon.capslock-warning {
|
||
|
icon-size: 16px;
|
||
|
warning-color: #cbb010;
|
||
|
padding: 0 0;
|
||
|
}
|
||
|
|
||
|
/* 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: 100px;
|
||
|
background-color: rgba(212, 190, 152, 0.12);
|
||
|
}
|
||
|
|
||
|
StScrollBar StButton#vhandle, StScrollBar StButton#hhandle {
|
||
|
transition-duration: 100ms;
|
||
|
border-radius: 100px;
|
||
|
background-color: rgba(212, 190, 152, 0.5);
|
||
|
margin: 4px;
|
||
|
}
|
||
|
|
||
|
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
|
||
|
background-color: rgba(212, 190, 152, 0.7);
|
||
|
}
|
||
|
|
||
|
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
||
|
background-color: #d4be98;
|
||
|
}
|
||
|
|
||
|
#overview StScrollBar StBin#trough, #screenShieldNotifications StScrollBar StBin#trough {
|
||
|
background-color: rgba(212, 190, 152, 0.12);
|
||
|
}
|
||
|
|
||
|
#overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#hhandle, #screenShieldNotifications StScrollBar StButton#hhandle {
|
||
|
background-color: rgba(212, 190, 152, 0.5);
|
||
|
}
|
||
|
|
||
|
#overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#hhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover {
|
||
|
background-color: rgba(212, 190, 152, 0.7);
|
||
|
}
|
||
|
|
||
|
#overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#hhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active {
|
||
|
background-color: #d4be98;
|
||
|
}
|
||
|
|
||
|
/* Slider */
|
||
|
.slider {
|
||
|
height: 20px;
|
||
|
-barlevel-height: 2px;
|
||
|
-barlevel-background-color: rgba(212, 190, 152, 0.3);
|
||
|
-barlevel-border-color: transparent;
|
||
|
-barlevel-active-background-color: #7c6f64;
|
||
|
-barlevel-active-border-color: transparent;
|
||
|
-barlevel-overdrive-color: #d8a657;
|
||
|
-barlevel-overdrive-border-color: transparent;
|
||
|
-barlevel-overdrive-separator-width: 2px;
|
||
|
-barlevel-border-width: 0;
|
||
|
-slider-handle-radius: 6px;
|
||
|
-slider-handle-border-width: 0;
|
||
|
-slider-handle-border-color: transparent;
|
||
|
color: #7c6f64;
|
||
|
}
|
||
|
|
||
|
.slider:hover {
|
||
|
color: #7c6f64;
|
||
|
}
|
||
|
|
||
|
.slider:active {
|
||
|
color: #7c6f64;
|
||
|
}
|
||
|
|
||
|
/* Check Boxes */
|
||
|
.check-box * {
|
||
|
min-height: 16px;
|
||
|
padding: 8px 0;
|
||
|
}
|
||
|
|
||
|
.check-box StBoxLayout {
|
||
|
spacing: 8px;
|
||
|
}
|
||
|
|
||
|
.check-box StBin {
|
||
|
transition-duration: 100ms;
|
||
|
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(212, 190, 152, 0.08);
|
||
|
}
|
||
|
|
||
|
.check-box:active StBin {
|
||
|
transition-duration: 200ms;
|
||
|
background-color: rgba(212, 190, 152, 0.2);
|
||
|
}
|
||
|
|
||
|
.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(124, 111, 100, 0.08);
|
||
|
}
|
||
|
|
||
|
.check-box:active:checked StBin {
|
||
|
background-color: rgba(124, 111, 100, 0.2);
|
||
|
}
|
||
|
|
||
|
/* Switches */
|
||
|
.toggle-switch {
|
||
|
color: transparent;
|
||
|
width: 40px;
|
||
|
height: 20px;
|
||
|
background-size: contain;
|
||
|
background-image: url("assets/toggle-off.svg");
|
||
|
}
|
||
|
|
||
|
.toggle-switch:checked {
|
||
|
background-image: url("assets/toggle-on.svg");
|
||
|
}
|
||
|
|
||
|
/* links */
|
||
|
.shell-link {
|
||
|
transition-duration: 100ms;
|
||
|
border-radius: 6px;
|
||
|
color: #7c6f64;
|
||
|
}
|
||
|
|
||
|
.shell-link:hover {
|
||
|
color: #7c6f64;
|
||
|
background-color: rgba(124, 111, 100, 0.08);
|
||
|
}
|
||
|
|
||
|
.shell-link:active {
|
||
|
transition-duration: 200ms;
|
||
|
color: #7c6f64;
|
||
|
background-color: rgba(124, 111, 100, 0.2);
|
||
|
}
|
||
|
|
||
|
/* Modal Dialogs */
|
||
|
.headline {
|
||
|
font-size: 15pt;
|
||
|
font-weight: 500;
|
||
|
}
|
||
|
|
||
|
.lightbox {
|
||
|
background-color: black;
|
||
|
}
|
||
|
|
||
|
.flashspot {
|
||
|
background-color: white;
|
||
|
}
|
||
|
|
||
|
.modal-dialog {
|
||
|
border-radius: 6px;
|
||
|
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44);
|
||
|
}
|
||
|
|
||
|
.modal-dialog .modal-dialog-content-box {
|
||
|
padding: 24px;
|
||
|
}
|
||
|
|
||
|
.modal-dialog .run-dialog-entry {
|
||
|
width: 20em;
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
.modal-dialog .run-dialog-error-box {
|
||
|
padding-top: 16px;
|
||
|
spacing: 6px;
|
||
|
}
|
||
|
|
||
|
.modal-dialog .run-dialog-button-box {
|
||
|
padding-top: 1em;
|
||
|
}
|
||
|
|
||
|
.modal-dialog .run-dialog-label {
|
||
|
font-size: 1em;
|
||
|
font-weight: normal;
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
padding-bottom: .4em;
|
||
|
}
|
||
|
|
||
|
.mount-dialog-subject,
|
||
|
.end-session-dialog-subject {
|
||
|
font-size: 15pt;
|
||
|
font-weight: 500;
|
||
|
}
|
||
|
|
||
|
/* Message Dialog */
|
||
|
.message-dialog-main-layout {
|
||
|
padding: 12px 20px 0;
|
||
|
spacing: 12px;
|
||
|
}
|
||
|
|
||
|
.message-dialog-content {
|
||
|
max-width: 28em;
|
||
|
spacing: 20px;
|
||
|
}
|
||
|
|
||
|
.message-dialog-icon {
|
||
|
min-width: 48px;
|
||
|
icon-size: 48px;
|
||
|
}
|
||
|
|
||
|
.message-dialog-title {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.message-dialog-subtitle {
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
|
||
|
/* End Session Dialog */
|
||
|
.end-session-dialog {
|
||
|
spacing: 42px;
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
.end-session-dialog-list {
|
||
|
padding-top: 20px;
|
||
|
}
|
||
|
|
||
|
.end-session-dialog-layout {
|
||
|
padding-left: 17px;
|
||
|
}
|
||
|
|
||
|
.end-session-dialog-layout:rtl {
|
||
|
padding-right: 17px;
|
||
|
}
|
||
|
|
||
|
.end-session-dialog-description {
|
||
|
width: 28em;
|
||
|
padding-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
.end-session-dialog-description:rtl {
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
.end-session-dialog-warning {
|
||
|
width: 28em;
|
||
|
color: #cbb010;
|
||
|
padding-top: 6px;
|
||
|
}
|
||
|
|
||
|
.end-session-dialog-warning:rtl {
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
.end-session-dialog-logout-icon {
|
||
|
border-radius: 9999px;
|
||
|
width: 48px;
|
||
|
height: 48px;
|
||
|
background-size: contain;
|
||
|
}
|
||
|
|
||
|
.end-session-dialog-shutdown-icon {
|
||
|
color: rgba(212, 190, 152, 0.5);
|
||
|
width: 48px;
|
||
|
height: 48px;
|
||
|
}
|
||
|
|
||
|
.end-session-dialog-inhibitor-layout {
|
||
|
spacing: 16px;
|
||
|
max-height: 200px;
|
||
|
padding-right: 65px;
|
||
|
padding-left: 65px;
|
||
|
}
|
||
|
|
||
|
.end-session-dialog-session-list,
|
||
|
.end-session-dialog-app-list {
|
||
|
spacing: 1em;
|
||
|
}
|
||
|
|
||
|
.end-session-dialog-list-header {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.end-session-dialog-list-header:rtl {
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
.end-session-dialog-app-list-item,
|
||
|
.end-session-dialog-session-list-item {
|
||
|
spacing: 1em;
|
||
|
}
|
||
|
|
||
|
.end-session-dialog-app-list-item-name,
|
||
|
.end-session-dialog-session-list-item-name {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.end-session-dialog-app-list-item-description {
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
font-size: 1em;
|
||
|
}
|
||
|
|
||
|
/* ShellMountOperation Dialogs */
|
||
|
.shell-mount-operation-icon {
|
||
|
icon-size: 48px;
|
||
|
}
|
||
|
|
||
|
.mount-dialog {
|
||
|
spacing: 24px;
|
||
|
}
|
||
|
|
||
|
.mount-dialog .message-dialog-title {
|
||
|
padding-top: 10px;
|
||
|
padding-left: 17px;
|
||
|
padding-bottom: 6px;
|
||
|
max-width: 34em;
|
||
|
}
|
||
|
|
||
|
.mount-dialog .message-dialog-title:rtl {
|
||
|
padding-left: 0px;
|
||
|
padding-right: 17px;
|
||
|
}
|
||
|
|
||
|
.mount-dialog .message-dialog-body {
|
||
|
padding-left: 17px;
|
||
|
width: 28em;
|
||
|
}
|
||
|
|
||
|
.mount-dialog .message-dialog-body:rtl {
|
||
|
padding-left: 0px;
|
||
|
padding-right: 17px;
|
||
|
}
|
||
|
|
||
|
.mount-dialog-app-list {
|
||
|
max-height: 200px;
|
||
|
padding-top: 24px;
|
||
|
padding-left: 49px;
|
||
|
padding-right: 32px;
|
||
|
}
|
||
|
|
||
|
.mount-dialog-app-list:rtl {
|
||
|
padding-right: 49px;
|
||
|
padding-left: 32px;
|
||
|
}
|
||
|
|
||
|
.mount-dialog-app-list-item {
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.mount-dialog-app-list-item:hover {
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.mount-dialog-app-list-item:ltr {
|
||
|
padding-right: 1em;
|
||
|
}
|
||
|
|
||
|
.mount-dialog-app-list-item:rtl {
|
||
|
padding-left: 1em;
|
||
|
}
|
||
|
|
||
|
.mount-dialog-app-list-item-icon:ltr {
|
||
|
padding-right: 17px;
|
||
|
}
|
||
|
|
||
|
.mount-dialog-app-list-item-icon:rtl {
|
||
|
padding-left: 17px;
|
||
|
}
|
||
|
|
||
|
.mount-dialog-app-list-item-name {
|
||
|
font-size: 1em;
|
||
|
}
|
||
|
|
||
|
/* Password or Authentication Dialog */
|
||
|
.prompt-dialog {
|
||
|
width: 34em;
|
||
|
}
|
||
|
|
||
|
.prompt-dialog .message-dialog-main-layout {
|
||
|
spacing: 24px;
|
||
|
padding: 10px;
|
||
|
}
|
||
|
|
||
|
.prompt-dialog .message-dialog-content {
|
||
|
spacing: 16px;
|
||
|
}
|
||
|
|
||
|
.prompt-dialog .message-dialog-title {
|
||
|
font-size: 15pt;
|
||
|
font-weight: 500;
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.prompt-dialog-description:rtl {
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
.prompt-dialog-password-box {
|
||
|
spacing: 1em;
|
||
|
padding-bottom: 1em;
|
||
|
}
|
||
|
|
||
|
.prompt-dialog-error-label {
|
||
|
font-size: 1em;
|
||
|
color: #d8a657;
|
||
|
padding-bottom: 8px;
|
||
|
}
|
||
|
|
||
|
.prompt-dialog-info-label {
|
||
|
font-size: 1em;
|
||
|
padding-bottom: 8px;
|
||
|
}
|
||
|
|
||
|
.hidden {
|
||
|
color: rgba(0, 0, 0, 0);
|
||
|
}
|
||
|
|
||
|
.prompt-dialog-null-label {
|
||
|
font-size: 1em;
|
||
|
padding-bottom: 8px;
|
||
|
}
|
||
|
|
||
|
.prompt-dialog-pim-box {
|
||
|
spacing: 1em;
|
||
|
}
|
||
|
|
||
|
.prompt-dialog-grid {
|
||
|
spacing-rows: 15px;
|
||
|
spacing-columns: 1em;
|
||
|
}
|
||
|
|
||
|
.prompt-dialog-keyfiles-box {
|
||
|
spacing: 1em;
|
||
|
}
|
||
|
|
||
|
.prompt-dialog-button.button {
|
||
|
padding: 0 8px;
|
||
|
}
|
||
|
|
||
|
/* Polkit Dialog */
|
||
|
.polkit-dialog-user-layout {
|
||
|
padding-left: 10px;
|
||
|
spacing: 10px;
|
||
|
}
|
||
|
|
||
|
.polkit-dialog-user-layout:rtl {
|
||
|
padding-left: 0px;
|
||
|
padding-right: 10px;
|
||
|
}
|
||
|
|
||
|
.polkit-dialog-user-root-label {
|
||
|
color: #cbb010;
|
||
|
}
|
||
|
|
||
|
.polkit-dialog-user-icon {
|
||
|
border-radius: 9999px;
|
||
|
background-size: contain;
|
||
|
width: 48px;
|
||
|
height: 48px;
|
||
|
}
|
||
|
|
||
|
/* Audio selection dialog */
|
||
|
.audio-device-selection-dialog {
|
||
|
spacing: 30px;
|
||
|
}
|
||
|
|
||
|
.audio-selection-content {
|
||
|
spacing: 20px;
|
||
|
padding: 24px;
|
||
|
}
|
||
|
|
||
|
.audio-selection-title {
|
||
|
font-weight: bold;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.audio-selection-box {
|
||
|
spacing: 20px;
|
||
|
}
|
||
|
|
||
|
.audio-selection-device {
|
||
|
border: none;
|
||
|
border-radius: 6px;
|
||
|
}
|
||
|
|
||
|
.audio-selection-device:focus {
|
||
|
background-color: rgba(212, 190, 152, 0.12);
|
||
|
}
|
||
|
|
||
|
.audio-selection-device:hover {
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
}
|
||
|
|
||
|
.audio-selection-device:active {
|
||
|
background-color: rgba(212, 190, 152, 0.2);
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.audio-selection-device-box {
|
||
|
padding: 20px;
|
||
|
spacing: 20px;
|
||
|
}
|
||
|
|
||
|
.audio-selection-device-icon {
|
||
|
icon-size: 64px;
|
||
|
}
|
||
|
|
||
|
/* Access Dialog */
|
||
|
.access-dialog {
|
||
|
spacing: 30px;
|
||
|
}
|
||
|
|
||
|
/* Geolocation Dialog */
|
||
|
.geolocation-dialog {
|
||
|
spacing: 30px;
|
||
|
}
|
||
|
|
||
|
/* Extension Dialog */
|
||
|
.extension-dialog .message-dialog-main-layout {
|
||
|
spacing: 24px;
|
||
|
padding: 10px;
|
||
|
}
|
||
|
|
||
|
.extension-dialog .message-dialog-title {
|
||
|
font-weight: normal;
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
}
|
||
|
|
||
|
/* Inhibit-Shortcuts Dialog */
|
||
|
.inhibit-shortcuts-dialog {
|
||
|
spacing: 30px;
|
||
|
}
|
||
|
|
||
|
/* Network Agent Dialog */
|
||
|
.network-dialog-secret-table {
|
||
|
spacing-rows: 15px;
|
||
|
spacing-columns: 1em;
|
||
|
}
|
||
|
|
||
|
.keyring-dialog-control-table {
|
||
|
spacing-rows: 15px;
|
||
|
spacing-columns: 1em;
|
||
|
}
|
||
|
|
||
|
/* Popovers/Menus */
|
||
|
.popup-menu {
|
||
|
min-width: 200px;
|
||
|
color: #d4be98;
|
||
|
border-color: transparent;
|
||
|
}
|
||
|
|
||
|
.popup-menu .popup-sub-menu {
|
||
|
padding-bottom: 0;
|
||
|
background-color: rgba(212, 190, 152, 0.04);
|
||
|
box-shadow: 0 0 transparent;
|
||
|
}
|
||
|
|
||
|
.popup-menu .popup-menu-content {
|
||
|
padding: 8px 0;
|
||
|
}
|
||
|
|
||
|
.popup-menu .popup-menu-item {
|
||
|
spacing: 8px;
|
||
|
transition-duration: 100ms;
|
||
|
}
|
||
|
|
||
|
.popup-menu .popup-menu-item:ltr {
|
||
|
padding: 0.4em 24px 0.4em 0;
|
||
|
}
|
||
|
|
||
|
.popup-menu .popup-menu-item:rtl {
|
||
|
padding: 0.4em 0 0.4em 24px;
|
||
|
}
|
||
|
|
||
|
.popup-menu .popup-menu-item:checked {
|
||
|
background-color: rgba(124, 111, 100, 0.5);
|
||
|
box-shadow: 0 0 transparent;
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
|
||
|
.popup-menu .popup-menu-item:checked.selected {
|
||
|
background-color: rgba(124, 111, 100, 0.4);
|
||
|
}
|
||
|
|
||
|
.popup-menu .popup-menu-item:checked:active {
|
||
|
background-color: rgba(124, 111, 100, 0.6);
|
||
|
}
|
||
|
|
||
|
.popup-menu .popup-menu-item.selected {
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
color: #d4be98;
|
||
|
transition-duration: 0ms;
|
||
|
}
|
||
|
|
||
|
.popup-menu .popup-menu-item:active {
|
||
|
background-color: rgba(212, 190, 152, 0.2);
|
||
|
color: #d4be98;
|
||
|
transition-duration: 200ms;
|
||
|
}
|
||
|
|
||
|
.popup-menu .popup-menu-item.selected:active {
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.popup-menu .popup-menu-item:insensitive {
|
||
|
color: rgba(212, 190, 152, 0.5);
|
||
|
}
|
||
|
|
||
|
.popup-menu .popup-inactive-menu-item {
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.popup-menu .popup-inactive-menu-item:insensitive {
|
||
|
color: rgba(212, 190, 152, 0.5);
|
||
|
}
|
||
|
|
||
|
.popup-menu.panel-menu {
|
||
|
-boxpointer-gap: 4px;
|
||
|
margin-bottom: 1.75em;
|
||
|
}
|
||
|
|
||
|
.popup-menu-ornament {
|
||
|
text-align: right;
|
||
|
width: 16px;
|
||
|
height: 16px;
|
||
|
}
|
||
|
|
||
|
.popup-menu-boxpointer,
|
||
|
.candidate-popup-boxpointer {
|
||
|
-arrow-border-radius: 20px;
|
||
|
-arrow-background-color: transparent;
|
||
|
-arrow-border-width: 0;
|
||
|
-arrow-border-color: transparent;
|
||
|
-arrow-base: 0;
|
||
|
-arrow-rise: 0;
|
||
|
-arrow-box-shadow: none;
|
||
|
}
|
||
|
|
||
|
.popup-menu-content,
|
||
|
.candidate-popup-content {
|
||
|
margin: 5px 8px 8px;
|
||
|
background-color: #3c3836;
|
||
|
border-radius: 6px;
|
||
|
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
|
||
|
}
|
||
|
|
||
|
.popup-separator-menu-item {
|
||
|
height: 1px;
|
||
|
margin: 8px 40px;
|
||
|
background-color: rgba(212, 190, 152, 0.12);
|
||
|
border-color: transparent;
|
||
|
border-bottom-width: 0;
|
||
|
border-bottom-style: none;
|
||
|
}
|
||
|
|
||
|
.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;
|
||
|
}
|
||
|
|
||
|
.background-menu {
|
||
|
-boxpointer-gap: 4px;
|
||
|
-arrow-rise: 0;
|
||
|
}
|
||
|
|
||
|
/* fallback menu
|
||
|
- odd thing for styling App menu when apparently not running under shell. Light Adwaita styled
|
||
|
app menu inside the main app window itself rather than the top bar
|
||
|
*/
|
||
|
/*************
|
||
|
* App Icons *
|
||
|
*************/
|
||
|
/* Outline for low res icons */
|
||
|
.lowres-icon {
|
||
|
icon-shadow: none;
|
||
|
}
|
||
|
|
||
|
/* Drapshadow for large icons */
|
||
|
.icon-dropshadow {
|
||
|
icon-shadow: none;
|
||
|
}
|
||
|
|
||
|
/* OSD */
|
||
|
.osd-window {
|
||
|
text-align: center;
|
||
|
font-weight: bold;
|
||
|
spacing: 1em;
|
||
|
margin: 32px;
|
||
|
min-width: 64px;
|
||
|
min-height: 64px;
|
||
|
}
|
||
|
|
||
|
.osd-window .osd-monitor-label {
|
||
|
font-size: 48px;
|
||
|
font-weight: 400;
|
||
|
}
|
||
|
|
||
|
.osd-window .level {
|
||
|
height: 8px;
|
||
|
-barlevel-height: 8px;
|
||
|
-barlevel-background-color: rgba(212, 190, 152, 0.12);
|
||
|
-barlevel-active-background-color: #7c6f64;
|
||
|
-barlevel-overdrive-color: #d8a657;
|
||
|
-barlevel-overdrive-separator-width: 2px;
|
||
|
}
|
||
|
|
||
|
/* Pad OSD */
|
||
|
.pad-osd-window {
|
||
|
padding: 32px;
|
||
|
background-color: black;
|
||
|
}
|
||
|
|
||
|
.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-container {
|
||
|
spacing: 8px;
|
||
|
}
|
||
|
|
||
|
.switcher-list .item-box {
|
||
|
transition-duration: 100ms;
|
||
|
padding: 8px;
|
||
|
border-radius: 6px;
|
||
|
}
|
||
|
|
||
|
.switcher-list .item-box:outlined {
|
||
|
padding: 8px;
|
||
|
border: none;
|
||
|
background-color: rgba(212, 190, 152, 0.12);
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.switcher-list .item-box:selected {
|
||
|
background-color: rgba(124, 111, 100, 0.5);
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.switcher-list .thumbnail-box {
|
||
|
padding: 2px;
|
||
|
spacing: 4px;
|
||
|
}
|
||
|
|
||
|
.switcher-list .thumbnail {
|
||
|
width: 256px;
|
||
|
}
|
||
|
|
||
|
.switcher-list .separator {
|
||
|
width: 1px;
|
||
|
background: rgba(212, 190, 152, 0.12);
|
||
|
}
|
||
|
|
||
|
.switcher-arrow {
|
||
|
transition-duration: 100ms;
|
||
|
border-color: rgba(0, 0, 0, 0);
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
}
|
||
|
|
||
|
.switcher-arrow:highlighted {
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.input-source-switcher-symbol {
|
||
|
font-size: 48px;
|
||
|
font-weight: 400;
|
||
|
width: 96px;
|
||
|
height: 96px;
|
||
|
}
|
||
|
|
||
|
/* Window Cycler */
|
||
|
.cycler-highlight {
|
||
|
border: 4px solid #7c6f64;
|
||
|
}
|
||
|
|
||
|
/* Workspace Switcher */
|
||
|
.workspace-switcher-group {
|
||
|
padding: 8px;
|
||
|
}
|
||
|
|
||
|
.workspace-switcher {
|
||
|
background: transparent;
|
||
|
border: 0px;
|
||
|
border-radius: 0px;
|
||
|
padding: 0px;
|
||
|
spacing: 8px;
|
||
|
}
|
||
|
|
||
|
.ws-switcher-active-up, .ws-switcher-active-down,
|
||
|
.ws-switcher-active-left, .ws-switcher-active-right {
|
||
|
height: 48px;
|
||
|
background-color: #7c6f64;
|
||
|
color: #d4be98;
|
||
|
background-size: 32px;
|
||
|
border-radius: 6px;
|
||
|
}
|
||
|
|
||
|
.ws-switcher-box {
|
||
|
height: 48px;
|
||
|
border: none;
|
||
|
background: rgba(212, 190, 152, 0.12);
|
||
|
border-radius: 6px;
|
||
|
}
|
||
|
|
||
|
.osd-window,
|
||
|
.resize-popup,
|
||
|
.switcher-list, .workspace-switcher-container {
|
||
|
color: #d4be98;
|
||
|
background-color: #3c3836;
|
||
|
border: none;
|
||
|
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44);
|
||
|
border-radius: 6px;
|
||
|
padding: 12px;
|
||
|
}
|
||
|
|
||
|
.modal-dialog, .prompt-dialog, .audio-device-selection-dialog, .access-dialog, .geolocation-dialog, .extension-dialog, .inhibit-shortcuts-dialog, .nm-dialog {
|
||
|
color: #d4be98;
|
||
|
background-color: #3c3836;
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
/* Tiled window previews */
|
||
|
.tile-preview {
|
||
|
background-color: rgba(124, 111, 100, 0.3);
|
||
|
border: 1px solid #7c6f64;
|
||
|
}
|
||
|
|
||
|
.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;
|
||
|
}
|
||
|
|
||
|
/* TOP BAR */
|
||
|
#panel {
|
||
|
background-color: #12100f;
|
||
|
/* transition from solid to transparent */
|
||
|
transition-duration: 250ms;
|
||
|
font-weight: bold;
|
||
|
height: 28px;
|
||
|
font-feature-settings: "tnum";
|
||
|
}
|
||
|
|
||
|
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {
|
||
|
background-color: transparent;
|
||
|
}
|
||
|
|
||
|
#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 .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus {
|
||
|
-panel-corner-border-color: transparent;
|
||
|
}
|
||
|
|
||
|
#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen {
|
||
|
-panel-corner-radius: 0;
|
||
|
-panel-corner-background-color: transparent;
|
||
|
-panel-corner-border-color: transparent;
|
||
|
}
|
||
|
|
||
|
#panel .panel-button {
|
||
|
-natural-hpadding: 8px;
|
||
|
-minimum-hpadding: 4px;
|
||
|
font-weight: bold;
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
text-shadow: none;
|
||
|
transition-duration: 100ms;
|
||
|
}
|
||
|
|
||
|
#panel .panel-button .app-menu-icon {
|
||
|
-st-icon-style: symbolic;
|
||
|
margin-left: 4px;
|
||
|
margin-right: 4px;
|
||
|
}
|
||
|
|
||
|
#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 {
|
||
|
color: #d4be98;
|
||
|
text-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 {
|
||
|
background-color: rgba(18, 16, 15, 0.01);
|
||
|
box-shadow: inset 0 -2px 0px #d4be98;
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
#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: 1.1428571429em;
|
||
|
padding: 0 4px;
|
||
|
}
|
||
|
|
||
|
.unlock-screen #panel .panel-button,
|
||
|
.login-screen #panel .panel-button,
|
||
|
.lock-screen #panel .panel-button {
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
}
|
||
|
|
||
|
.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active,
|
||
|
.login-screen #panel .panel-button:focus,
|
||
|
.login-screen #panel .panel-button:hover,
|
||
|
.login-screen #panel .panel-button:active,
|
||
|
.lock-screen #panel .panel-button:focus,
|
||
|
.lock-screen #panel .panel-button:hover,
|
||
|
.lock-screen #panel .panel-button:active {
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
#panel .panel-status-indicators-box,
|
||
|
#panel .panel-status-menu-box {
|
||
|
spacing: 2px;
|
||
|
}
|
||
|
|
||
|
#panel .power-status.panel-status-indicators-box {
|
||
|
spacing: 0;
|
||
|
}
|
||
|
|
||
|
#panel .screencast-indicator {
|
||
|
color: #cbb010;
|
||
|
}
|
||
|
|
||
|
#panel .remote-access-indicator {
|
||
|
color: #cbb010;
|
||
|
}
|
||
|
|
||
|
#panel.solid {
|
||
|
background-color: #12100f;
|
||
|
/* transition from transparent to solid */
|
||
|
transition-duration: 250ms;
|
||
|
background-gradient-direction: none;
|
||
|
text-shadow: none;
|
||
|
}
|
||
|
|
||
|
#panel.solid:overview {
|
||
|
background-color: transparent;
|
||
|
}
|
||
|
|
||
|
#panel.solid .panel-corner {
|
||
|
-panel-corner-background-color: #12100f;
|
||
|
}
|
||
|
|
||
|
#panel.solid .panel-button {
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
text-shadow: none;
|
||
|
}
|
||
|
|
||
|
#panel.solid .panel-button:hover, #panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked {
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
#panel.solid .system-status-icon,
|
||
|
#panel.solid .app-menu-icon > StIcon,
|
||
|
#panel.solid .popup-menu-arrow {
|
||
|
icon-shadow: none;
|
||
|
}
|
||
|
|
||
|
#calendarArea {
|
||
|
padding: 8px 16px;
|
||
|
}
|
||
|
|
||
|
.calendar {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
.calendar,
|
||
|
.datemenu-today-button,
|
||
|
.datemenu-displays-box,
|
||
|
.message-list-sections {
|
||
|
margin: 0 8px;
|
||
|
}
|
||
|
|
||
|
.datemenu-calendar-column {
|
||
|
spacing: 8px;
|
||
|
}
|
||
|
|
||
|
.datemenu-displays-section {
|
||
|
padding-bottom: 0;
|
||
|
}
|
||
|
|
||
|
.datemenu-displays-box {
|
||
|
spacing: 8px;
|
||
|
}
|
||
|
|
||
|
.datemenu-calendar-column {
|
||
|
border: 0 solid rgba(212, 190, 152, 0.12);
|
||
|
}
|
||
|
|
||
|
.datemenu-calendar-column:ltr {
|
||
|
border-left-width: 0;
|
||
|
}
|
||
|
|
||
|
.datemenu-calendar-column:rtl {
|
||
|
border-right-width: 0;
|
||
|
}
|
||
|
|
||
|
.datemenu-today-button,
|
||
|
.world-clocks-button,
|
||
|
.weather-button,
|
||
|
.events-section-title {
|
||
|
min-height: 20px;
|
||
|
padding: 4px 8px;
|
||
|
border-radius: 6px;
|
||
|
}
|
||
|
|
||
|
.datemenu-today-button {
|
||
|
min-height: 48px;
|
||
|
}
|
||
|
|
||
|
.message-list-section-list:ltr {
|
||
|
padding-left: 0;
|
||
|
}
|
||
|
|
||
|
.message-list-section-list:rtl {
|
||
|
padding-right: 0;
|
||
|
}
|
||
|
|
||
|
.datemenu-today-button,
|
||
|
.world-clocks-button,
|
||
|
.weather-button,
|
||
|
.events-section-title {
|
||
|
transition-duration: 100ms;
|
||
|
}
|
||
|
|
||
|
.datemenu-today-button:hover, .datemenu-today-button:focus,
|
||
|
.world-clocks-button:hover,
|
||
|
.world-clocks-button:focus,
|
||
|
.weather-button:hover,
|
||
|
.weather-button:focus,
|
||
|
.events-section-title:hover,
|
||
|
.events-section-title:focus {
|
||
|
color: #d4be98;
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
}
|
||
|
|
||
|
.datemenu-today-button:active,
|
||
|
.world-clocks-button:active,
|
||
|
.weather-button:active,
|
||
|
.events-section-title:active {
|
||
|
transition-duration: 200ms;
|
||
|
color: #d4be98;
|
||
|
background-color: rgba(212, 190, 152, 0.2);
|
||
|
}
|
||
|
|
||
|
.datemenu-today-button .date-label {
|
||
|
font-size: 18pt;
|
||
|
font-weight: 400;
|
||
|
}
|
||
|
|
||
|
.world-clocks-header,
|
||
|
.weather-header,
|
||
|
.events-section-title {
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.weather-header.location {
|
||
|
font-weight: normal;
|
||
|
font-size: 1em;
|
||
|
}
|
||
|
|
||
|
.world-clocks-grid,
|
||
|
.weather-grid {
|
||
|
spacing-rows: 0.4em;
|
||
|
spacing-columns: 0.8em;
|
||
|
}
|
||
|
|
||
|
.weather-box {
|
||
|
spacing: 0.4em;
|
||
|
}
|
||
|
|
||
|
.world-clocks-city {
|
||
|
font-weight: normal;
|
||
|
font-size: 1em;
|
||
|
}
|
||
|
|
||
|
.world-clocks-time {
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
font-feature-settings: "tnum";
|
||
|
font-size: 1em;
|
||
|
}
|
||
|
|
||
|
.world-clocks-timezone {
|
||
|
color: rgba(212, 190, 152, 0.5);
|
||
|
font-feature-settings: "tnum";
|
||
|
font-size: 1em;
|
||
|
}
|
||
|
|
||
|
.weather-forecast-icon {
|
||
|
icon-size: 2.2857142857em;
|
||
|
}
|
||
|
|
||
|
.weather-forecast-time {
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
font-size: 9pt;
|
||
|
font-weight: 400;
|
||
|
}
|
||
|
|
||
|
.calendar-month-label {
|
||
|
transition-duration: 100ms;
|
||
|
height: 16px;
|
||
|
margin: 2px;
|
||
|
padding: 6px 16px;
|
||
|
border-radius: 6px;
|
||
|
color: #d4be98;
|
||
|
font-weight: bold;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.calendar-month-label:focus {
|
||
|
background-color: rgba(212, 190, 152, 0.12);
|
||
|
}
|
||
|
|
||
|
.pager-button {
|
||
|
transition-duration: 100ms;
|
||
|
width: 28px;
|
||
|
height: 28px;
|
||
|
margin: 2px;
|
||
|
border-radius: 100px;
|
||
|
background-color: transparent;
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
}
|
||
|
|
||
|
.pager-button:hover, .pager-button:focus {
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.pager-button:active {
|
||
|
background-color: rgba(212, 190, 152, 0.2);
|
||
|
color: #d4be98;
|
||
|
transition-duration: 200ms;
|
||
|
}
|
||
|
|
||
|
.calendar-change-month-back StIcon, .calendar-change-month-forward StIcon {
|
||
|
icon-size: 1.1428571429em;
|
||
|
}
|
||
|
|
||
|
.calendar-day-base {
|
||
|
transition-duration: 100ms;
|
||
|
font-size: 9pt;
|
||
|
font-weight: 400;
|
||
|
text-align: center;
|
||
|
width: 28px;
|
||
|
height: 28px;
|
||
|
padding: 0;
|
||
|
margin: 2px;
|
||
|
border-radius: 100px;
|
||
|
font-feature-settings: "tnum";
|
||
|
}
|
||
|
|
||
|
.calendar-day-base:hover, .calendar-day-base:focus {
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
}
|
||
|
|
||
|
.calendar-day-base:active {
|
||
|
transition-duration: 200ms;
|
||
|
color: inherit;
|
||
|
background-color: rgba(212, 190, 152, 0.2);
|
||
|
border-color: transparent;
|
||
|
}
|
||
|
|
||
|
.calendar-day-base:selected {
|
||
|
color: #d4be98;
|
||
|
background-color: rgba(124, 111, 100, 0.5);
|
||
|
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(212, 190, 152, 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: #d4be98;
|
||
|
}
|
||
|
|
||
|
.calendar-today {
|
||
|
font-weight: bold !important;
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
.calendar-day-with-events {
|
||
|
color: #7c6f64;
|
||
|
font-weight: normal;
|
||
|
text-decoration: underline;
|
||
|
background-image: none;
|
||
|
}
|
||
|
|
||
|
.calendar-other-month-day {
|
||
|
color: rgba(212, 190, 152, 0.3);
|
||
|
}
|
||
|
|
||
|
.calendar-week-number {
|
||
|
width: 28px;
|
||
|
height: 21px;
|
||
|
margin: 2px;
|
||
|
padding: 7px 0 0;
|
||
|
border-radius: 100px;
|
||
|
background-color: transparent;
|
||
|
color: rgba(212, 190, 152, 0.5);
|
||
|
font-size: inherit;
|
||
|
font-weight: bold;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
/* Message list */
|
||
|
.message-list {
|
||
|
width: 420px;
|
||
|
}
|
||
|
|
||
|
.message-list-clear-button.button {
|
||
|
margin: 8px 8px 0;
|
||
|
}
|
||
|
|
||
|
.message-list-sections {
|
||
|
spacing: 8px;
|
||
|
}
|
||
|
|
||
|
.message-list-section,
|
||
|
.message-list-section-list {
|
||
|
spacing: 8px;
|
||
|
}
|
||
|
|
||
|
.message {
|
||
|
transition-duration: 100ms;
|
||
|
min-height: 56px;
|
||
|
border: none;
|
||
|
background-color: transparent;
|
||
|
border-radius: 6px;
|
||
|
}
|
||
|
|
||
|
.message:hover, .message:focus {
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
}
|
||
|
|
||
|
.message:active {
|
||
|
transition-duration: 200ms;
|
||
|
background-color: rgba(212, 190, 152, 0.2);
|
||
|
}
|
||
|
|
||
|
.message-icon-bin {
|
||
|
padding: 8px 0px 8px 8px;
|
||
|
}
|
||
|
|
||
|
.message-icon-bin:rtl {
|
||
|
padding: 8px 8px 8px 0px;
|
||
|
}
|
||
|
|
||
|
.message-icon-bin > StIcon {
|
||
|
color: #d4be98;
|
||
|
icon-size: 1.1428571429em;
|
||
|
-st-icon-style: requested;
|
||
|
margin: 4px 0px 4px 4px;
|
||
|
}
|
||
|
|
||
|
.message-icon-bin > StIcon:rtl {
|
||
|
margin: 4px 4px 4px 0px;
|
||
|
}
|
||
|
|
||
|
.message-icon-bin > .fallback-window-icon {
|
||
|
width: 1.1428571429em;
|
||
|
height: 1.1428571429em;
|
||
|
}
|
||
|
|
||
|
.message-secondary-bin {
|
||
|
padding: 0 8px;
|
||
|
}
|
||
|
|
||
|
.message-secondary-bin > .event-time {
|
||
|
min-height: 22px;
|
||
|
padding-top: 2px;
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
font-size: 1em;
|
||
|
/* HACK: the label should be baseline-aligned with a 1em label,
|
||
|
fake this with some bottom padding */
|
||
|
padding-bottom: 0;
|
||
|
}
|
||
|
|
||
|
.message-secondary-bin > StIcon {
|
||
|
icon-size: 1.1428571429em;
|
||
|
}
|
||
|
|
||
|
.message-title {
|
||
|
min-height: 22px;
|
||
|
padding-top: 2px;
|
||
|
color: #d4be98;
|
||
|
font-weight: bold;
|
||
|
font-size: 1em;
|
||
|
}
|
||
|
|
||
|
.message-content {
|
||
|
min-height: 40px;
|
||
|
padding: 8px;
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
font-size: 1em;
|
||
|
}
|
||
|
|
||
|
.message-content * > StIcon {
|
||
|
transition-duration: 100ms;
|
||
|
icon-size: 16px;
|
||
|
border-radius: 16px;
|
||
|
padding: 4px;
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
}
|
||
|
|
||
|
/* FIXME: how do you do this in sass? */
|
||
|
.message-content *:hover > StIcon,
|
||
|
.message-content *:focus > StIcon {
|
||
|
color: #d4be98;
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
}
|
||
|
|
||
|
.message-content *:active > StIcon {
|
||
|
transition-duration: 200ms;
|
||
|
color: #d4be98;
|
||
|
background-color: rgba(212, 190, 152, 0.2);
|
||
|
}
|
||
|
|
||
|
.message-media-control {
|
||
|
transition-duration: 100ms;
|
||
|
margin: 16px 0;
|
||
|
padding: 8px;
|
||
|
border-radius: 100px;
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
}
|
||
|
|
||
|
.message-media-control:hover, .message-media-control:focus {
|
||
|
color: #d4be98;
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
}
|
||
|
|
||
|
.message-media-control:active {
|
||
|
color: #d4be98;
|
||
|
background-color: rgba(212, 190, 152, 0.2);
|
||
|
transition-duration: 200ms;
|
||
|
}
|
||
|
|
||
|
.message-media-control:insensitive {
|
||
|
color: rgba(212, 190, 152, 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: 32px !important;
|
||
|
margin: 8px 0px 8px 4px !important;
|
||
|
}
|
||
|
|
||
|
.media-message-cover-icon:rtl {
|
||
|
margin: 8px 4px 8px 0px !important;
|
||
|
}
|
||
|
|
||
|
.media-message-cover-icon.fallback {
|
||
|
icon-size: 16px !important;
|
||
|
padding: 8px;
|
||
|
border: none;
|
||
|
border-radius: 6px;
|
||
|
background-color: rgba(212, 190, 152, 0.12);
|
||
|
color: rgba(212, 190, 152, 0.5);
|
||
|
}
|
||
|
|
||
|
#appMenu {
|
||
|
spacing: 4px;
|
||
|
}
|
||
|
|
||
|
#appMenu .label-shadow {
|
||
|
color: transparent;
|
||
|
}
|
||
|
|
||
|
.app-menu,
|
||
|
.app-well-menu {
|
||
|
max-width: 27.25em;
|
||
|
}
|
||
|
|
||
|
.aggregate-menu {
|
||
|
min-width: 280px;
|
||
|
}
|
||
|
|
||
|
.aggregate-menu .popup-menu-icon {
|
||
|
padding: 0 4px;
|
||
|
}
|
||
|
|
||
|
.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr {
|
||
|
/* 8px spacing + 2*4px padding */
|
||
|
padding-left: 16px;
|
||
|
margin-left: 1.1428571429em;
|
||
|
}
|
||
|
|
||
|
.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl {
|
||
|
/* 8px spacing + 2*4px padding */
|
||
|
padding-right: 16px;
|
||
|
margin-right: 1.1428571429em;
|
||
|
}
|
||
|
|
||
|
.system-menu-action {
|
||
|
-st-icon-style: symbolic;
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
border-radius: 100px;
|
||
|
/* wish we could do 50% */
|
||
|
padding: 12px;
|
||
|
border: none;
|
||
|
transition-duration: 100ms;
|
||
|
}
|
||
|
|
||
|
.system-menu-action:hover, .system-menu-action:focus {
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
color: #d4be98;
|
||
|
border: none;
|
||
|
padding: 12px;
|
||
|
}
|
||
|
|
||
|
.system-menu-action:active {
|
||
|
background-color: rgba(212, 190, 152, 0.2);
|
||
|
color: #d4be98;
|
||
|
transition-duration: 200ms;
|
||
|
}
|
||
|
|
||
|
.system-menu-action > StIcon {
|
||
|
icon-size: 16px;
|
||
|
}
|
||
|
|
||
|
.ripple-box {
|
||
|
width: 48px;
|
||
|
height: 48px;
|
||
|
border-radius: 0 0 48px 0;
|
||
|
background-color: rgba(212, 190, 152, 0.3);
|
||
|
background-image: none;
|
||
|
background-size: auto;
|
||
|
box-shadow: none;
|
||
|
}
|
||
|
|
||
|
.ripple-box:rtl {
|
||
|
border-radius: 0 0 0 48px;
|
||
|
background-image: none;
|
||
|
}
|
||
|
|
||
|
.select-area-rubberband {
|
||
|
background-color: rgba(124, 111, 100, 0.3);
|
||
|
border: 1px solid #7c6f64;
|
||
|
}
|
||
|
|
||
|
.ripple-pointer-location {
|
||
|
width: 50px;
|
||
|
height: 50px;
|
||
|
border-radius: 25px;
|
||
|
background-color: rgba(124, 111, 100, 0.5);
|
||
|
box-shadow: none;
|
||
|
}
|
||
|
|
||
|
.popup-menu-arrow {
|
||
|
icon-size: 1.1428571429em;
|
||
|
}
|
||
|
|
||
|
.popup-menu-icon {
|
||
|
icon-size: 1.1428571429em;
|
||
|
}
|
||
|
|
||
|
.window-close {
|
||
|
background-color: transparent;
|
||
|
border-radius: 0;
|
||
|
border: none;
|
||
|
box-shadow: none;
|
||
|
color: transparent;
|
||
|
height: 32px;
|
||
|
width: 32px;
|
||
|
-shell-close-overlap: 16px;
|
||
|
-st-background-image-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
|
||
|
background-image: url("assets/window-close.svg");
|
||
|
background-size: 32px;
|
||
|
}
|
||
|
|
||
|
.window-close:hover {
|
||
|
background-color: transparent;
|
||
|
border-color: transparent;
|
||
|
color: transparent;
|
||
|
-st-background-image-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
|
||
|
background-image: url("assets/window-close.svg");
|
||
|
}
|
||
|
|
||
|
.window-close:active {
|
||
|
background-color: transparent;
|
||
|
border-color: transparent;
|
||
|
color: transparent;
|
||
|
background-image: url("assets/window-close-active.svg");
|
||
|
}
|
||
|
|
||
|
.window-close:rtl {
|
||
|
-st-background-image-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
|
||
|
}
|
||
|
|
||
|
.window-close:rtl:hover {
|
||
|
-st-background-image-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
|
||
|
}
|
||
|
|
||
|
.pie-timer {
|
||
|
width: 60px;
|
||
|
height: 60px;
|
||
|
-pie-border-width: 0;
|
||
|
-pie-border-color: transparent;
|
||
|
-pie-background-color: rgba(124, 111, 100, 0.5);
|
||
|
}
|
||
|
|
||
|
/* NETWORK DIALOGS */
|
||
|
.nm-dialog {
|
||
|
max-height: 34em;
|
||
|
min-height: 31em;
|
||
|
min-width: 32em;
|
||
|
}
|
||
|
|
||
|
.nm-dialog-content {
|
||
|
spacing: 20px;
|
||
|
padding: 24px;
|
||
|
}
|
||
|
|
||
|
.nm-dialog-header-hbox {
|
||
|
spacing: 10px;
|
||
|
}
|
||
|
|
||
|
.nm-dialog-airplane-box {
|
||
|
spacing: 12px;
|
||
|
}
|
||
|
|
||
|
.nm-dialog-airplane-headline {
|
||
|
font-weight: bold;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.nm-dialog-airplane-text {
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.nm-dialog-header-icon {
|
||
|
icon-size: 32px;
|
||
|
}
|
||
|
|
||
|
.nm-dialog-scroll-view {
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
.nm-dialog-header {
|
||
|
font-size: 15pt;
|
||
|
font-weight: 500;
|
||
|
}
|
||
|
|
||
|
.nm-dialog-item {
|
||
|
transition-duration: 100ms;
|
||
|
font-size: 1em;
|
||
|
border-bottom: none;
|
||
|
border-radius: 6px;
|
||
|
padding: 12px;
|
||
|
spacing: 20px;
|
||
|
}
|
||
|
|
||
|
.nm-dialog-item:hover, .nm-dialog-item:focus {
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
}
|
||
|
|
||
|
.nm-dialog-item:active {
|
||
|
transition-duration: 200ms;
|
||
|
background-color: rgba(212, 190, 152, 0.2);
|
||
|
}
|
||
|
|
||
|
.nm-dialog-item:selected {
|
||
|
background-color: rgba(124, 111, 100, 0.5);
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.nm-dialog-icons {
|
||
|
spacing: .5em;
|
||
|
}
|
||
|
|
||
|
.nm-dialog-icon {
|
||
|
icon-size: 16px;
|
||
|
}
|
||
|
|
||
|
.no-networks-label {
|
||
|
color: rgba(212, 190, 152, 0.5);
|
||
|
}
|
||
|
|
||
|
.no-networks-box {
|
||
|
spacing: 12px;
|
||
|
}
|
||
|
|
||
|
/* OVERVIEW */
|
||
|
#overview {
|
||
|
spacing: 24px;
|
||
|
}
|
||
|
|
||
|
.overview-controls {
|
||
|
padding-bottom: 32px;
|
||
|
}
|
||
|
|
||
|
.window-picker {
|
||
|
-horizontal-spacing: 16px;
|
||
|
-vertical-spacing: 16px;
|
||
|
padding: 0 16px 32px;
|
||
|
}
|
||
|
|
||
|
.window-picker.external-monitor {
|
||
|
padding: 16px;
|
||
|
}
|
||
|
|
||
|
.window-clone-border {
|
||
|
border: 4px solid rgba(212, 190, 152, 0.3);
|
||
|
border-radius: 6px;
|
||
|
box-shadow: inset 0 0 0 1px rgba(212, 190, 152, 0.3);
|
||
|
}
|
||
|
|
||
|
.window-caption {
|
||
|
spacing: 25px;
|
||
|
color: #d4be98;
|
||
|
background-color: black;
|
||
|
border-radius: 6px;
|
||
|
padding: 4px 8px;
|
||
|
}
|
||
|
|
||
|
.search-entry {
|
||
|
width: 304px;
|
||
|
padding: 0 8px;
|
||
|
border-radius: 6px 6px 0 0;
|
||
|
color: rgba(212, 190, 152, 0.5);
|
||
|
selection-background-color: rgba(212, 190, 152, 0.3);
|
||
|
selected-color: #d4be98;
|
||
|
transition-duration: 100ms;
|
||
|
background-color: rgba(212, 190, 152, 0.04);
|
||
|
border-color: transparent;
|
||
|
box-shadow: inset 0 -1px rgba(212, 190, 152, 0.3);
|
||
|
}
|
||
|
|
||
|
.search-entry:hover {
|
||
|
box-shadow: inset 0 -1px rgba(212, 190, 152, 0.3);
|
||
|
}
|
||
|
|
||
|
.search-entry:focus {
|
||
|
border-color: transparent;
|
||
|
box-shadow: inset 0 -2px #d4be98;
|
||
|
padding: 0 8px;
|
||
|
border-width: 0;
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.search-entry .search-entry-icon {
|
||
|
icon-size: 16px;
|
||
|
padding: 0 0;
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
}
|
||
|
|
||
|
.search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon {
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
#searchResultsContent {
|
||
|
max-width: 1000px;
|
||
|
padding-left: 20px;
|
||
|
padding-right: 20px;
|
||
|
spacing: 16px;
|
||
|
}
|
||
|
|
||
|
.search-section {
|
||
|
spacing: 16px;
|
||
|
}
|
||
|
|
||
|
.search-section-content {
|
||
|
spacing: 32px;
|
||
|
}
|
||
|
|
||
|
.list-search-results {
|
||
|
spacing: 3px;
|
||
|
}
|
||
|
|
||
|
.search-section-separator {
|
||
|
height: 1px;
|
||
|
background-color: rgba(212, 190, 152, 0.12);
|
||
|
}
|
||
|
|
||
|
.search-section:last-child .search-section-separator {
|
||
|
background-color: transparent;
|
||
|
}
|
||
|
|
||
|
.list-search-result-content {
|
||
|
spacing: 30px;
|
||
|
}
|
||
|
|
||
|
.list-search-result-title {
|
||
|
font-size: 11.25pt;
|
||
|
font-weight: 400;
|
||
|
color: #d4be98;
|
||
|
spacing: 12px;
|
||
|
}
|
||
|
|
||
|
.list-search-result-description {
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
}
|
||
|
|
||
|
.list-search-provider-details {
|
||
|
width: 150px;
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
margin-top: 0.24em;
|
||
|
}
|
||
|
|
||
|
.list-search-provider-content {
|
||
|
spacing: 20px;
|
||
|
}
|
||
|
|
||
|
.search-provider-icon {
|
||
|
padding: 15px;
|
||
|
}
|
||
|
|
||
|
/* DASHBOARD */
|
||
|
#dash {
|
||
|
font-size: 1em;
|
||
|
padding: 3px 0;
|
||
|
border-radius: 0px 6px 6px 0px;
|
||
|
}
|
||
|
|
||
|
#dash:rtl {
|
||
|
border-radius: 6px 0 0 6px;
|
||
|
}
|
||
|
|
||
|
#dash .placeholder {
|
||
|
background-image: url("assets/dash-placeholder.svg");
|
||
|
background-size: contain;
|
||
|
height: 24px;
|
||
|
}
|
||
|
|
||
|
#dash .empty-dash-drop-target {
|
||
|
width: 24px;
|
||
|
height: 24px;
|
||
|
}
|
||
|
|
||
|
.dash-item-container > StWidget {
|
||
|
padding: 3px 6px;
|
||
|
}
|
||
|
|
||
|
.dash-label {
|
||
|
border-radius: 6px;
|
||
|
padding: 7px 8px;
|
||
|
color: #d4be98;
|
||
|
background-color: #3c3836;
|
||
|
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
|
||
|
border: none;
|
||
|
text-align: center;
|
||
|
-x-offset: 8px;
|
||
|
}
|
||
|
|
||
|
/* App Vault/Grid */
|
||
|
.icon-grid {
|
||
|
spacing: 30px;
|
||
|
-shell-grid-horizontal-item-size: 136px;
|
||
|
-shell-grid-vertical-item-size: 136px;
|
||
|
}
|
||
|
|
||
|
.icon-grid .overview-icon {
|
||
|
icon-size: 96px;
|
||
|
}
|
||
|
|
||
|
.system-action-icon {
|
||
|
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
|
||
|
background-color: #212121;
|
||
|
color: #FFFFFF;
|
||
|
border-radius: 99px;
|
||
|
icon-size: 48px;
|
||
|
}
|
||
|
|
||
|
.app-view-controls {
|
||
|
width: 320px;
|
||
|
padding-bottom: 32px;
|
||
|
}
|
||
|
|
||
|
.app-view-control {
|
||
|
padding: 0 8px;
|
||
|
margin: 0;
|
||
|
font-weight: bold;
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
}
|
||
|
|
||
|
.app-view-control, .app-view-control:hover, .app-view-control:active, .app-view-control:checked {
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
background-color: transparent;
|
||
|
border-color: transparent;
|
||
|
box-shadow: 0 0 transparent;
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
transition-duration: 100ms;
|
||
|
}
|
||
|
|
||
|
.app-view-control:hover {
|
||
|
color: #d4be98;
|
||
|
background-color: rgba(212, 190, 152, 0.08) !important;
|
||
|
}
|
||
|
|
||
|
.app-view-control:active {
|
||
|
color: #d4be98;
|
||
|
background-color: rgba(212, 190, 152, 0.2) !important;
|
||
|
}
|
||
|
|
||
|
.app-view-control:checked {
|
||
|
color: #d4be98;
|
||
|
background-color: rgba(0, 0, 0, 0.01) !important;
|
||
|
box-shadow: inset 0 2px 0 #d4be98;
|
||
|
}
|
||
|
|
||
|
.app-view-control:first-child {
|
||
|
border-right-width: 0;
|
||
|
border-radius: 6px;
|
||
|
}
|
||
|
|
||
|
.app-view-control:first-child:checked {
|
||
|
border-radius: 0;
|
||
|
}
|
||
|
|
||
|
.app-view-control:last-child {
|
||
|
border-radius: 6px;
|
||
|
}
|
||
|
|
||
|
.app-view-control:last-child:checked {
|
||
|
border-radius: 0;
|
||
|
}
|
||
|
|
||
|
.search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover,
|
||
|
.list-search-result:focus,
|
||
|
.list-search-result:selected,
|
||
|
.list-search-result:hover {
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
transition-duration: 0ms;
|
||
|
}
|
||
|
|
||
|
.search-provider-icon:active, .search-provider-icon:checked,
|
||
|
.list-search-result:active,
|
||
|
.list-search-result:checked {
|
||
|
background-color: rgba(212, 190, 152, 0.2);
|
||
|
transition-duration: 200ms;
|
||
|
}
|
||
|
|
||
|
.app-well-app:hover .overview-icon,
|
||
|
.app-well-app:focus .overview-icon,
|
||
|
.app-well-app:selected .overview-icon,
|
||
|
.app-well-app.app-folder:hover .overview-icon,
|
||
|
.app-well-app.app-folder:focus .overview-icon,
|
||
|
.app-well-app.app-folder:selected .overview-icon,
|
||
|
.show-apps:hover .overview-icon,
|
||
|
.show-apps:focus .overview-icon,
|
||
|
.show-apps:selected .overview-icon,
|
||
|
.grid-search-result:hover .overview-icon,
|
||
|
.grid-search-result:focus .overview-icon,
|
||
|
.grid-search-result:selected .overview-icon {
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
transition-duration: 0ms;
|
||
|
border-image: none;
|
||
|
background-image: none;
|
||
|
}
|
||
|
|
||
|
.app-well-app:drop .overview-icon,
|
||
|
.app-well-app.app-folder:drop .overview-icon,
|
||
|
.show-apps:drop .overview-icon,
|
||
|
.grid-search-result:drop .overview-icon {
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
}
|
||
|
|
||
|
.app-well-app:active .overview-icon,
|
||
|
.app-well-app:checked .overview-icon,
|
||
|
.app-well-app.app-folder:active .overview-icon,
|
||
|
.app-well-app.app-folder:checked .overview-icon,
|
||
|
.show-apps:active .overview-icon,
|
||
|
.show-apps:checked .overview-icon,
|
||
|
.grid-search-result:active .overview-icon,
|
||
|
.grid-search-result:checked .overview-icon {
|
||
|
background-color: rgba(212, 190, 152, 0.2);
|
||
|
box-shadow: 0 0 transparent;
|
||
|
transition-duration: 200ms;
|
||
|
}
|
||
|
|
||
|
.app-well-app-running-dot {
|
||
|
width: 32px;
|
||
|
height: 2px;
|
||
|
background-color: #d4be98;
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
.search-provider-icon,
|
||
|
.list-search-result, .app-well-app .overview-icon,
|
||
|
.app-well-app.app-folder .overview-icon,
|
||
|
.show-apps .overview-icon,
|
||
|
.grid-search-result .overview-icon {
|
||
|
color: #d4be98;
|
||
|
border-radius: 6px;
|
||
|
padding: 6px;
|
||
|
border: none;
|
||
|
transition-duration: 100ms;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.app-well-app.app-folder > .overview-icon {
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
}
|
||
|
|
||
|
.show-apps .show-apps-icon {
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
}
|
||
|
|
||
|
.show-apps:hover .show-apps-icon,
|
||
|
.show-apps:active .show-apps-icon,
|
||
|
.show-apps:checked .show-apps-icon,
|
||
|
.show-apps:focus .show-apps-icon {
|
||
|
color: #d4be98;
|
||
|
transition-duration: 100ms;
|
||
|
}
|
||
|
|
||
|
.app-folder-popup {
|
||
|
-arrow-border-radius: 6px;
|
||
|
-arrow-background-color: rgba(212, 190, 152, 0.08);
|
||
|
-arrow-base: 24px;
|
||
|
-arrow-rise: 12px;
|
||
|
}
|
||
|
|
||
|
.app-folder-popup-bin {
|
||
|
padding: 5px;
|
||
|
}
|
||
|
|
||
|
.app-folder-icon {
|
||
|
padding: 5px;
|
||
|
spacing-rows: 5px;
|
||
|
spacing-columns: 5px;
|
||
|
}
|
||
|
|
||
|
.page-indicator {
|
||
|
padding: 15px 20px;
|
||
|
}
|
||
|
|
||
|
.page-indicator .page-indicator-icon {
|
||
|
width: 12px;
|
||
|
height: 12px;
|
||
|
border: none;
|
||
|
border-radius: 12px;
|
||
|
background-image: none;
|
||
|
background-color: rgba(212, 190, 152, 0.3);
|
||
|
transition-duration: 100ms;
|
||
|
}
|
||
|
|
||
|
.page-indicator:hover .page-indicator-icon {
|
||
|
border-color: transparent;
|
||
|
background-image: none;
|
||
|
background-color: rgba(212, 190, 152, 0.5);
|
||
|
}
|
||
|
|
||
|
.page-indicator:active .page-indicator-icon {
|
||
|
border: none;
|
||
|
margin: 0;
|
||
|
background-image: none;
|
||
|
background-color: rgba(212, 190, 152, 0.7);
|
||
|
}
|
||
|
|
||
|
.page-indicator:checked .page-indicator-icon,
|
||
|
.page-indicator:checked:active .page-indicator-icon {
|
||
|
background-image: none;
|
||
|
background-color: #d4be98;
|
||
|
transition-duration: 0ms;
|
||
|
}
|
||
|
|
||
|
.page-indicator:checked:active {
|
||
|
background-image: none;
|
||
|
background-color: transparent;
|
||
|
}
|
||
|
|
||
|
.app-well-app > .overview-icon.overview-icon-with-label,
|
||
|
.grid-search-result .overview-icon.overview-icon-with-label {
|
||
|
padding: 10px 8px 5px 8px;
|
||
|
spacing: 4px;
|
||
|
}
|
||
|
|
||
|
.workspace-thumbnails {
|
||
|
visible-width: 32px;
|
||
|
spacing: 12px;
|
||
|
padding: 12px;
|
||
|
border-radius: 6px 0 0 6px;
|
||
|
}
|
||
|
|
||
|
.workspace-thumbnails:rtl {
|
||
|
border-radius: 0 6px 6px 0;
|
||
|
}
|
||
|
|
||
|
.workspace-thumbnails .placeholder {
|
||
|
background-image: url("assets/dash-placeholder.svg");
|
||
|
background-size: contain;
|
||
|
height: 24px;
|
||
|
}
|
||
|
|
||
|
.workspace-thumbnail-indicator {
|
||
|
border: 0 solid #d4be98;
|
||
|
border-left-width: 2px;
|
||
|
padding: 6px 10px;
|
||
|
border-radius: 0;
|
||
|
}
|
||
|
|
||
|
.all-apps,
|
||
|
.frequent-apps > StBoxLayout {
|
||
|
padding: 0px 88px 10px 88px;
|
||
|
}
|
||
|
|
||
|
#dash, .workspace-thumbnails {
|
||
|
transition-duration: 250ms;
|
||
|
color: #d4be98;
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
.search-statustext, .no-frequent-applications-label {
|
||
|
font-size: 48px;
|
||
|
font-weight: 400;
|
||
|
color: rgba(212, 190, 152, 0.5);
|
||
|
}
|
||
|
|
||
|
/* NOTIFICATIONS & MESSAGE TRAY */
|
||
|
.url-highlighter {
|
||
|
link-color: #7c6f64;
|
||
|
}
|
||
|
|
||
|
.notification-banner {
|
||
|
font-size: 1em;
|
||
|
width: 34em;
|
||
|
min-height: 56px;
|
||
|
margin: 5px;
|
||
|
border-radius: 6px;
|
||
|
color: #d4be98;
|
||
|
background-color: #3c3836;
|
||
|
border: none;
|
||
|
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
|
||
|
}
|
||
|
|
||
|
.notification-banner:hover {
|
||
|
background: #3c3836;
|
||
|
}
|
||
|
|
||
|
.notification-banner, .notification-banner:focus, .notification-banner:active {
|
||
|
background-color: #3c3836;
|
||
|
}
|
||
|
|
||
|
.notification-banner .message-title, .notification-banner:focus .message-title, .notification-banner:active .message-title {
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.notification-banner .message-content, .notification-banner:focus .message-content, .notification-banner:active .message-content {
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
}
|
||
|
|
||
|
.notification-banner .message-icon-bin > StIcon {
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.notification-banner .notification-icon {
|
||
|
padding: 5px;
|
||
|
}
|
||
|
|
||
|
.notification-banner .notification-content {
|
||
|
padding: 5px;
|
||
|
spacing: 5px;
|
||
|
}
|
||
|
|
||
|
.notification-banner .secondary-icon {
|
||
|
icon-size: 1.1428571429em;
|
||
|
}
|
||
|
|
||
|
.notification-banner .notification-actions {
|
||
|
background-color: transparent;
|
||
|
padding-top: 0;
|
||
|
color: inherit;
|
||
|
border-top: none;
|
||
|
spacing: 0;
|
||
|
}
|
||
|
|
||
|
.notification-banner .notification-button {
|
||
|
min-height: 32px;
|
||
|
padding: 0 8px;
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
.notification-banner .notification-button:focus {
|
||
|
box-shadow: none;
|
||
|
}
|
||
|
|
||
|
.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: #7c6f64;
|
||
|
color: #d4be98;
|
||
|
border: 2px solid #d4be98;
|
||
|
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
|
||
|
border-radius: 0.9em;
|
||
|
}
|
||
|
|
||
|
.secondary-icon {
|
||
|
icon-size: 1.1428571429em;
|
||
|
}
|
||
|
|
||
|
.chat-body {
|
||
|
spacing: 5px;
|
||
|
}
|
||
|
|
||
|
.chat-response {
|
||
|
margin: 5px;
|
||
|
}
|
||
|
|
||
|
.chat-log-message {
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.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(212, 190, 152, 0.7);
|
||
|
}
|
||
|
|
||
|
.chat-sent:rtl {
|
||
|
padding-left: 0;
|
||
|
padding-right: 18pt;
|
||
|
}
|
||
|
|
||
|
.chat-meta-message {
|
||
|
padding-left: 4px;
|
||
|
font-size: 9pt;
|
||
|
font-weight: 400;
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
}
|
||
|
|
||
|
.chat-meta-message:rtl {
|
||
|
padding-left: 0;
|
||
|
padding-right: 4px;
|
||
|
}
|
||
|
|
||
|
.hotplug-transient-box {
|
||
|
spacing: 6px;
|
||
|
padding: 2px 72px 2px 12px;
|
||
|
}
|
||
|
|
||
|
.hotplug-notification-item {
|
||
|
border: none;
|
||
|
box-shadow: none;
|
||
|
padding: 2px 10px;
|
||
|
}
|
||
|
|
||
|
.hotplug-notification-item:focus {
|
||
|
padding: 1px 71px 1px 11px;
|
||
|
}
|
||
|
|
||
|
.hotplug-notification-item-icon {
|
||
|
icon-size: 24px;
|
||
|
padding: 2px 5px;
|
||
|
}
|
||
|
|
||
|
.hotplug-resident-box {
|
||
|
spacing: 8px;
|
||
|
}
|
||
|
|
||
|
.hotplug-resident-mount {
|
||
|
transition-duration: 100ms;
|
||
|
spacing: 8px;
|
||
|
border-radius: 6px;
|
||
|
}
|
||
|
|
||
|
.hotplug-resident-mount:hover {
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
}
|
||
|
|
||
|
.hotplug-resident-mount:active {
|
||
|
transition-duration: 200ms;
|
||
|
background-color: rgba(212, 190, 152, 0.2);
|
||
|
}
|
||
|
|
||
|
.hotplug-resident-mount-label {
|
||
|
color: inherit;
|
||
|
padding-left: 6px;
|
||
|
}
|
||
|
|
||
|
.hotplug-resident-mount-icon {
|
||
|
icon-size: 24px;
|
||
|
padding-left: 6px;
|
||
|
}
|
||
|
|
||
|
.hotplug-resident-eject-icon {
|
||
|
icon-size: 16px;
|
||
|
}
|
||
|
|
||
|
.hotplug-resident-eject-button {
|
||
|
padding: 7px;
|
||
|
border-radius: 6px;
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
/* Eeeky things */
|
||
|
.magnifier-zoom-region {
|
||
|
border: 2px solid #7c6f64;
|
||
|
}
|
||
|
|
||
|
.magnifier-zoom-region.full-screen {
|
||
|
border-width: 0;
|
||
|
}
|
||
|
|
||
|
/* On-screen Keyboard */
|
||
|
.word-suggestions {
|
||
|
font-size: 11.25pt;
|
||
|
font-weight: 400;
|
||
|
spacing: 12px;
|
||
|
min-height: 20pt;
|
||
|
}
|
||
|
|
||
|
#keyboard {
|
||
|
background-color: rgba(0, 0, 0, 0.3);
|
||
|
}
|
||
|
|
||
|
#keyboard .page-indicator {
|
||
|
padding: 4px 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-radius: 6px;
|
||
|
border: none;
|
||
|
color: #d4be98;
|
||
|
background-color: #3c3836;
|
||
|
border-color: transparent;
|
||
|
box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
transition-duration: 100ms;
|
||
|
}
|
||
|
|
||
|
.keyboard-key:focus {
|
||
|
color: #d4be98;
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
|
||
|
}
|
||
|
|
||
|
.keyboard-key:hover, .keyboard-key:checked {
|
||
|
color: #d4be98;
|
||
|
background-color: #3c3836;
|
||
|
border-color: transparent;
|
||
|
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
}
|
||
|
|
||
|
.keyboard-key:active {
|
||
|
color: #d4be98;
|
||
|
background-color: #60584e;
|
||
|
border-color: transparent;
|
||
|
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
transition-duration: 200ms;
|
||
|
}
|
||
|
|
||
|
.keyboard-key:grayed {
|
||
|
background-color: rgba(0, 0, 0, 0.3);
|
||
|
color: #d4be98;
|
||
|
border-color: rgba(0, 0, 0, 0.3);
|
||
|
}
|
||
|
|
||
|
.keyboard-key.default-key {
|
||
|
border-color: transparent;
|
||
|
background-color: #3c3836;
|
||
|
background-size: 24px;
|
||
|
}
|
||
|
|
||
|
.keyboard-key.default-key:hover, .keyboard-key.default-key:checked {
|
||
|
background-color: #3c3836;
|
||
|
}
|
||
|
|
||
|
.keyboard-key.default-key:active {
|
||
|
background-color: #5a534a;
|
||
|
}
|
||
|
|
||
|
.keyboard-key.enter-key {
|
||
|
border-color: transparent;
|
||
|
background-color: #7c6f64;
|
||
|
background-image: url("assets/key-enter.svg");
|
||
|
}
|
||
|
|
||
|
.keyboard-key.enter-key:hover, .keyboard-key.enter-key:checked {
|
||
|
background-color: #7c6f64;
|
||
|
}
|
||
|
|
||
|
.keyboard-key.enter-key:active {
|
||
|
background-color: #8e7f6e;
|
||
|
}
|
||
|
|
||
|
.keyboard-key.shift-key-lowercase {
|
||
|
background-image: url("assets/key-shift.svg");
|
||
|
}
|
||
|
|
||
|
.keyboard-key.shift-key-uppercase {
|
||
|
background-image: url("assets/key-shift-uppercase.svg");
|
||
|
}
|
||
|
|
||
|
.keyboard-key.shift-key-uppercase:latched {
|
||
|
background-image: url("assets/key-shift-latched-uppercase.svg");
|
||
|
}
|
||
|
|
||
|
.keyboard-key.hide-key {
|
||
|
background-image: url("assets/key-hide.svg");
|
||
|
}
|
||
|
|
||
|
.keyboard-key.layout-key {
|
||
|
background-image: url("assets/key-layout.svg");
|
||
|
}
|
||
|
|
||
|
.keyboard-subkeys {
|
||
|
color: inherit;
|
||
|
padding: 5px;
|
||
|
-arrow-border-radius: 0;
|
||
|
-arrow-background-color: transparent;
|
||
|
-arrow-border-width: 0;
|
||
|
-arrow-border-color: transparent;
|
||
|
-arrow-base: 0;
|
||
|
-arrow-rise: 0;
|
||
|
-boxpointer-gap: 5px;
|
||
|
background-color: #3c3836;
|
||
|
border-radius: 6px;
|
||
|
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
|
||
|
}
|
||
|
|
||
|
.emoji-page .keyboard-key {
|
||
|
border: none;
|
||
|
color: rgba(212, 190, 152, 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:hover, .emoji-page .keyboard-key:focus {
|
||
|
color: #d4be98;
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
border-color: transparent;
|
||
|
box-shadow: 0 0 transparent;
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
}
|
||
|
|
||
|
.emoji-page .keyboard-key:active {
|
||
|
color: #d4be98;
|
||
|
background-color: rgba(212, 190, 152, 0.2);
|
||
|
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: #7c6f64;
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.candidate-popup-content {
|
||
|
padding: 8px;
|
||
|
spacing: 0;
|
||
|
}
|
||
|
|
||
|
.candidate-index {
|
||
|
padding: 0 4px 0 0;
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
}
|
||
|
|
||
|
.candidate-box {
|
||
|
transition-duration: 100ms;
|
||
|
min-height: 28px;
|
||
|
padding: 0 8px;
|
||
|
border-radius: 6px;
|
||
|
}
|
||
|
|
||
|
.candidate-box:hover {
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
color: #d4be98;
|
||
|
transition-duration: 0ms;
|
||
|
}
|
||
|
|
||
|
.candidate-box:active {
|
||
|
background-color: rgba(212, 190, 152, 0.2);
|
||
|
color: #d4be98;
|
||
|
transition-duration: 200ms;
|
||
|
}
|
||
|
|
||
|
.candidate-box:selected {
|
||
|
background-color: rgba(124, 111, 100, 0.5);
|
||
|
color: #d4be98;
|
||
|
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-radius: 6px;
|
||
|
border-right-width: 0;
|
||
|
}
|
||
|
|
||
|
.candidate-page-button-next {
|
||
|
border-radius: 6px;
|
||
|
}
|
||
|
|
||
|
.candidate-page-button-icon {
|
||
|
icon-size: 1.1428571429em;
|
||
|
}
|
||
|
|
||
|
/* Auth Dialogs & Screen Shield */
|
||
|
.user-icon {
|
||
|
background-size: contain;
|
||
|
border: none;
|
||
|
color: #d4be98;
|
||
|
border-radius: 9999px;
|
||
|
}
|
||
|
|
||
|
.user-icon:hover {
|
||
|
border-color: #d4be98;
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.login-dialog-banner-view {
|
||
|
padding-top: 24px;
|
||
|
max-width: 23em;
|
||
|
}
|
||
|
|
||
|
.login-dialog {
|
||
|
border: none;
|
||
|
background-color: transparent;
|
||
|
}
|
||
|
|
||
|
.login-dialog StEntry {
|
||
|
color: #d4be98;
|
||
|
selection-background-color: rgba(212, 190, 152, 0.3);
|
||
|
selected-color: #d4be98;
|
||
|
transition-duration: 100ms;
|
||
|
background-color: rgba(212, 190, 152, 0.04);
|
||
|
border-color: transparent;
|
||
|
box-shadow: inset 0 -1px rgba(212, 190, 152, 0.3);
|
||
|
}
|
||
|
|
||
|
.login-dialog StEntry:focus {
|
||
|
border-color: transparent;
|
||
|
box-shadow: inset 0 -2px #d4be98;
|
||
|
}
|
||
|
|
||
|
.login-dialog StEntry:insensitive {
|
||
|
color: rgba(212, 190, 152, 0.5);
|
||
|
border-color: transparent;
|
||
|
box-shadow: inset 0 -1px rgba(212, 190, 152, 0.12);
|
||
|
color: rgba(212, 190, 152, 0.5);
|
||
|
}
|
||
|
|
||
|
.login-dialog .modal-dialog-button-box {
|
||
|
spacing: 3px;
|
||
|
}
|
||
|
|
||
|
.login-dialog .modal-dialog-button {
|
||
|
min-width: 48px;
|
||
|
padding: 0 8px;
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
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:hover, .login-dialog .modal-dialog-button:focus {
|
||
|
color: #d4be98;
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
border-color: transparent;
|
||
|
box-shadow: 0 0 transparent;
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
}
|
||
|
|
||
|
.login-dialog .modal-dialog-button:active {
|
||
|
color: #d4be98;
|
||
|
background-color: rgba(212, 190, 152, 0.2);
|
||
|
border-color: transparent;
|
||
|
box-shadow: 0 0 transparent;
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
transition-duration: 200ms;
|
||
|
}
|
||
|
|
||
|
.login-dialog .modal-dialog-button:insensitive {
|
||
|
color: rgba(212, 190, 152, 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 {
|
||
|
min-width: 32px;
|
||
|
padding: 0 16px;
|
||
|
color: #d4be98;
|
||
|
background-color: #7c6f64;
|
||
|
border-color: transparent;
|
||
|
box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
transition-duration: 100ms;
|
||
|
}
|
||
|
|
||
|
.login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus {
|
||
|
color: #d4be98;
|
||
|
background-color: #7c6f64;
|
||
|
border-color: transparent;
|
||
|
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
}
|
||
|
|
||
|
.login-dialog .modal-dialog-button:default:active {
|
||
|
color: #d4be98;
|
||
|
background-color: #918270;
|
||
|
border-color: transparent;
|
||
|
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345);
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
transition-duration: 200ms;
|
||
|
}
|
||
|
|
||
|
.login-dialog .modal-dialog-button:default:insensitive {
|
||
|
color: rgba(212, 190, 152, 0.5);
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
border-color: transparent;
|
||
|
box-shadow: 0 0 transparent;
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
}
|
||
|
|
||
|
.login-dialog-logo-bin {
|
||
|
padding: 24px 0px;
|
||
|
}
|
||
|
|
||
|
.login-dialog-banner {
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
}
|
||
|
|
||
|
.login-dialog-button-box {
|
||
|
spacing: 5px;
|
||
|
}
|
||
|
|
||
|
.login-dialog-message-warning {
|
||
|
color: #d8a657;
|
||
|
}
|
||
|
|
||
|
.login-dialog-message-hint {
|
||
|
padding-top: 0;
|
||
|
padding-bottom: 20px;
|
||
|
}
|
||
|
|
||
|
.login-dialog-user-selection-box {
|
||
|
padding: 100px 0px;
|
||
|
}
|
||
|
|
||
|
.login-dialog-not-listed-label {
|
||
|
padding-left: 2px;
|
||
|
}
|
||
|
|
||
|
.login-dialog-not-listed-button:focus .login-dialog-not-listed-label,
|
||
|
.login-dialog-not-listed-button:hover .login-dialog-not-listed-label {
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.login-dialog-not-listed-label {
|
||
|
transition-duration: 100ms;
|
||
|
font-size: 1em;
|
||
|
font-weight: bold;
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
padding-top: 1em;
|
||
|
border-radius: 6px;
|
||
|
}
|
||
|
|
||
|
.login-dialog-not-listed-label:hover {
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.login-dialog-not-listed-label:focus {
|
||
|
background-color: rgba(212, 190, 152, 0.12);
|
||
|
}
|
||
|
|
||
|
.login-dialog-not-listed-label:active {
|
||
|
transition-duration: 200ms;
|
||
|
background-color: rgba(212, 190, 152, 0.2);
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.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(212, 190, 152, 0.12);
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.login-dialog-user-list:expanded .login-dialog-user-list-item:hover {
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.login-dialog-user-list:expanded .login-dialog-user-list-item:active {
|
||
|
background-color: rgba(212, 190, 152, 0.2);
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in {
|
||
|
border-right: 2px solid #d4be98;
|
||
|
}
|
||
|
|
||
|
.login-dialog-user-list-item {
|
||
|
transition-duration: 100ms;
|
||
|
border-radius: 6px;
|
||
|
padding: 6px;
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
}
|
||
|
|
||
|
.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:hover {
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.login-dialog-user-list-item:active {
|
||
|
transition-duration: 200ms;
|
||
|
background-color: rgba(212, 190, 152, 0.2);
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.login-dialog-user-list-item .login-dialog-timed-login-indicator {
|
||
|
height: 2px;
|
||
|
margin-top: 6px;
|
||
|
background-color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.login-dialog-user-list-item:focus .login-dialog-timed-login-indicator {
|
||
|
background-color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.login-dialog-username,
|
||
|
.user-widget-label {
|
||
|
color: #d4be98;
|
||
|
font-size: 15pt;
|
||
|
font-weight: 500;
|
||
|
text-align: left;
|
||
|
padding-left: 15px;
|
||
|
}
|
||
|
|
||
|
.user-widget-label:ltr {
|
||
|
padding-left: 14px;
|
||
|
}
|
||
|
|
||
|
.user-widget-label:rtl {
|
||
|
padding-right: 14px;
|
||
|
}
|
||
|
|
||
|
.login-dialog-prompt-layout {
|
||
|
padding-top: 24px;
|
||
|
padding-bottom: 12px;
|
||
|
spacing: 8px;
|
||
|
width: 23em;
|
||
|
}
|
||
|
|
||
|
.login-dialog-prompt-label {
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
font-size: 1em;
|
||
|
padding-top: 1em;
|
||
|
}
|
||
|
|
||
|
.login-dialog-session-list-button StIcon {
|
||
|
icon-size: 1.25em;
|
||
|
}
|
||
|
|
||
|
.login-dialog-session-list-button {
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
}
|
||
|
|
||
|
.login-dialog-session-list-button:hover, .login-dialog-session-list-button:focus {
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.login-dialog-session-list-button:active {
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.screen-shield-arrows {
|
||
|
padding-bottom: 3em;
|
||
|
}
|
||
|
|
||
|
.screen-shield-arrows Gjs_Arrow {
|
||
|
color: white;
|
||
|
width: 80px;
|
||
|
height: 48px;
|
||
|
-arrow-thickness: 12px;
|
||
|
-arrow-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
|
||
|
}
|
||
|
|
||
|
.screen-shield-clock {
|
||
|
color: white;
|
||
|
text-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
|
||
|
font-weight: normal;
|
||
|
text-align: center;
|
||
|
padding-bottom: 1.5em;
|
||
|
}
|
||
|
|
||
|
.screen-shield-clock-time {
|
||
|
font-size: 96px;
|
||
|
font-weight: 300;
|
||
|
text-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
|
||
|
font-feature-settings: "tnum";
|
||
|
}
|
||
|
|
||
|
.screen-shield-clock-date {
|
||
|
font-size: 34px;
|
||
|
font-weight: 400;
|
||
|
}
|
||
|
|
||
|
.screen-shield-notifications-container {
|
||
|
spacing: 6px;
|
||
|
width: 30em;
|
||
|
background-color: transparent;
|
||
|
max-height: 500px;
|
||
|
}
|
||
|
|
||
|
.screen-shield-notifications-container .summary-notification-stack-scrollview {
|
||
|
padding-top: 0;
|
||
|
padding-bottom: 0;
|
||
|
}
|
||
|
|
||
|
.screen-shield-notifications-container .notification,
|
||
|
.screen-shield-notifications-container .screen-shield-notification-source {
|
||
|
padding: 8px;
|
||
|
border: none;
|
||
|
background-color: rgba(0, 0, 0, 0.3);
|
||
|
color: #d4be98;
|
||
|
border-radius: 6px;
|
||
|
}
|
||
|
|
||
|
.screen-shield-notifications-container .notification {
|
||
|
margin-right: 16px;
|
||
|
}
|
||
|
|
||
|
.screen-shield-notification-label {
|
||
|
min-height: 22px;
|
||
|
padding: 2px 0px 0px 16px;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.screen-shield-notification-count-text {
|
||
|
min-height: 22px;
|
||
|
padding: 2px 0px 0px 16px;
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
}
|
||
|
|
||
|
#panel.lock-screen {
|
||
|
background-color: rgba(0, 0, 0, 0.3);
|
||
|
}
|
||
|
|
||
|
.screen-shield-background {
|
||
|
background: black;
|
||
|
box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44);
|
||
|
}
|
||
|
|
||
|
#lockDialogGroup {
|
||
|
background: #12100f;
|
||
|
background-size: cover;
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
}
|
||
|
|
||
|
#LookingGlassDialog {
|
||
|
background-color: #3c3836;
|
||
|
spacing: 4px;
|
||
|
padding: 0;
|
||
|
border: none;
|
||
|
border-radius: 6px;
|
||
|
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44);
|
||
|
}
|
||
|
|
||
|
#LookingGlassDialog > #Toolbar {
|
||
|
padding: 0 8px;
|
||
|
border: none;
|
||
|
border-radius: 0;
|
||
|
background-color: rgba(60, 56, 54, 0.01);
|
||
|
box-shadow: inset 0 -1px 0 rgba(212, 190, 152, 0.12);
|
||
|
}
|
||
|
|
||
|
#LookingGlassDialog .labels {
|
||
|
spacing: 0;
|
||
|
}
|
||
|
|
||
|
#LookingGlassDialog .notebook-tab {
|
||
|
-natural-hpadding: 12px;
|
||
|
-minimum-hpadding: 6px;
|
||
|
font-weight: bold;
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
transition-duration: 100ms;
|
||
|
padding-left: 16px;
|
||
|
padding-right: 16px;
|
||
|
min-height: 32px;
|
||
|
padding: 0 32px;
|
||
|
}
|
||
|
|
||
|
#LookingGlassDialog .notebook-tab:hover {
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
color: #d4be98;
|
||
|
text-shadow: none;
|
||
|
}
|
||
|
|
||
|
#LookingGlassDialog .notebook-tab:active {
|
||
|
background-color: rgba(212, 190, 152, 0.2);
|
||
|
color: #d4be98;
|
||
|
transition-duration: 200ms;
|
||
|
}
|
||
|
|
||
|
#LookingGlassDialog .notebook-tab:selected {
|
||
|
border-bottom-width: 0;
|
||
|
border-color: transparent;
|
||
|
background-color: rgba(60, 56, 54, 0.01);
|
||
|
box-shadow: inset 0 -2px 0px #7c6f64;
|
||
|
color: #d4be98;
|
||
|
text-shadow: none;
|
||
|
}
|
||
|
|
||
|
#LookingGlassDialog StBoxLayout#EvalBox {
|
||
|
padding: 4px;
|
||
|
spacing: 4px;
|
||
|
}
|
||
|
|
||
|
#LookingGlassDialog StBoxLayout#ResultsArea {
|
||
|
spacing: 4px;
|
||
|
}
|
||
|
|
||
|
.lg-dialog StEntry {
|
||
|
selection-background-color: rgba(124, 111, 100, 0.5);
|
||
|
selected-color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.lg-dialog .shell-link {
|
||
|
color: #7c6f64;
|
||
|
}
|
||
|
|
||
|
.lg-dialog .shell-link:hover {
|
||
|
color: #7c6f64;
|
||
|
}
|
||
|
|
||
|
.lg-completions-text {
|
||
|
font-size: 1em;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
|
||
|
.lg-obj-inspector-title {
|
||
|
spacing: 4px;
|
||
|
}
|
||
|
|
||
|
.lg-obj-inspector-button {
|
||
|
min-height: 32px;
|
||
|
min-width: 48px;
|
||
|
padding: 0 8px;
|
||
|
border: none;
|
||
|
border-radius: 6px;
|
||
|
font-size: 10.5pt;
|
||
|
font-weight: 500;
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
background-color: transparent;
|
||
|
border-color: transparent;
|
||
|
box-shadow: 0 0 transparent;
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
transition-duration: 100ms;
|
||
|
}
|
||
|
|
||
|
.lg-obj-inspector-button:hover {
|
||
|
color: #d4be98;
|
||
|
background-color: rgba(212, 190, 152, 0.08);
|
||
|
border-color: transparent;
|
||
|
box-shadow: 0 0 transparent;
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
}
|
||
|
|
||
|
.lg-obj-inspector-button:active {
|
||
|
color: #d4be98;
|
||
|
background-color: rgba(212, 190, 152, 0.2);
|
||
|
border-color: transparent;
|
||
|
box-shadow: 0 0 transparent;
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
transition-duration: 200ms;
|
||
|
}
|
||
|
|
||
|
.lg-obj-inspector-button:insensitive {
|
||
|
color: rgba(212, 190, 152, 0.3);
|
||
|
background-color: transparent;
|
||
|
border-color: transparent;
|
||
|
box-shadow: 0 0 transparent;
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
}
|
||
|
|
||
|
.lg-obj-inspector-button:focus {
|
||
|
color: #d4be98;
|
||
|
background-color: rgba(212, 190, 152, 0.12);
|
||
|
text-shadow: none;
|
||
|
icon-shadow: none;
|
||
|
box-shadow: 0 0 transparent;
|
||
|
}
|
||
|
|
||
|
.lg-obj-inspector-button:hover {
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
#lookingGlassExtensions {
|
||
|
padding: 4px;
|
||
|
}
|
||
|
|
||
|
.lg-extensions-list {
|
||
|
padding: 4px;
|
||
|
spacing: 6px;
|
||
|
}
|
||
|
|
||
|
.lg-extension {
|
||
|
border: none;
|
||
|
border-radius: 6px;
|
||
|
padding: 4px;
|
||
|
}
|
||
|
|
||
|
.lg-extension-name {
|
||
|
font-size: 18pt;
|
||
|
font-weight: 400;
|
||
|
}
|
||
|
|
||
|
.lg-extension-meta {
|
||
|
spacing: 6px;
|
||
|
}
|
||
|
|
||
|
#LookingGlassPropertyInspector {
|
||
|
background: #3c3836;
|
||
|
border: none;
|
||
|
border-radius: 6px;
|
||
|
padding: 6px;
|
||
|
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44);
|
||
|
}
|
||
|
|
||
|
/* Dash to Dock */
|
||
|
#dashtodockContainer #dash {
|
||
|
background-color: black;
|
||
|
}
|
||
|
|
||
|
#dashtodockContainer:overview #dash {
|
||
|
background-color: rgba(212, 190, 152, 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(212, 190, 152, 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: black;
|
||
|
}
|
||
|
|
||
|
/* GPaste */
|
||
|
.popup-menu .search-entry {
|
||
|
color: #d4be98;
|
||
|
selection-background-color: rgba(124, 111, 100, 0.5);
|
||
|
selected-color: #d4be98;
|
||
|
transition-duration: 100ms;
|
||
|
background-color: rgba(212, 190, 152, 0.04);
|
||
|
border-color: transparent;
|
||
|
box-shadow: inset 0 -1px rgba(212, 190, 152, 0.3);
|
||
|
}
|
||
|
|
||
|
.popup-menu .search-entry:hover {
|
||
|
box-shadow: inset 0 -1px #d4be98;
|
||
|
}
|
||
|
|
||
|
.popup-menu .search-entry:focus {
|
||
|
border-color: transparent;
|
||
|
box-shadow: inset 0 -2px #7c6f64;
|
||
|
color: #d4be98;
|
||
|
}
|
||
|
|
||
|
.popup-menu .search-entry .search-entry-icon {
|
||
|
color: rgba(212, 190, 152, 0.7);
|
||
|
}
|
||
|
|
||
|
.popup-menu .search-entry:hover .search-entry-icon, .popup-menu .search-entry:focus .search-entry-icon {
|
||
|
color: #d4be98;
|
||
|
}
|