From 70750cb273a060c660560cd106001f40e9adf00c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ruiz=20de=20Alegr=C3=ADa?= Date: Sat, 18 Apr 2020 01:12:28 +0200 Subject: [PATCH] Gnome-Shell: move theme changes to _common-tweaks.scss --- .../Kali-Dark/gnome-shell/gnome-shell.css | 2266 ++++++++++++++++- .../Kali-Light/gnome-shell/gnome-shell.css | 2258 +++++++++++++++- src/themes/Kali/sass/gnome-shell-dark.scss | 8 +- .../{_common.scss => _common-tweaks.scss} | 0 src/themes/Kali/sass/gnome-shell.scss | 8 +- 5 files changed, 4366 insertions(+), 174 deletions(-) rename src/themes/Kali/sass/gnome-shell-sass/{_common.scss => _common-tweaks.scss} (100%) diff --git a/share/themes/Kali-Dark/gnome-shell/gnome-shell.css b/share/themes/Kali-Dark/gnome-shell/gnome-shell.css index 2912b2e1..3efcc7d6 100644 --- a/share/themes/Kali-Dark/gnome-shell/gnome-shell.css +++ b/share/themes/Kali-Dark/gnome-shell/gnome-shell.css @@ -1,3 +1,2111 @@ +/* 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. + */ +/* Global Values */ +stage { + font-size: 11pt; + color: #eeeeec; } + +/* Common Stylings */ +.no-frequent-applications-label, .search-statustext { + font-size: 2em; + font-weight: bold; + color: white; } + +.workspace-switcher-container, .switcher-list, .resize-popup, .osd-window { + color: white; + background-color: #111217; + border: 1px solid rgba(255, 255, 255, 0.1); + border-radius: 14px; + padding: 12px; } + +.workspace-thumbnails, #dash { + color: white; + background-color: rgba(17, 18, 23, 0.8); + border: 1px solid rgba(255, 255, 255, 0.1); } + + +.app-well-app.app-folder .overview-icon, .show-apps .overview-icon, .app-well-app .overview-icon, +.grid-search-result .overview-icon, .list-search-result, .search-provider-icon { + border-radius: 9px; + padding: 6px; + border: 2px solid transparent; + transition-duration: 100ms; + text-align: center; } + +.modal-dialog { + color: #eeeeec; + background-color: #23252e; + border: 1px solid #0d0e11; } + +.message-list-clear-button.button, .app-folder-dialog .folder-name-container .edit-folder-button, .button { + border-radius: 5px; + border-style: solid; + border-width: 1px; + min-height: 22px; + padding: 3px 24px; + color: #eeeeec; + background-color: #292c37; + border-color: #1a1c23; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); } + .app-folder-dialog .folder-name-container .edit-folder-button:focus, .button:focus { + color: #eeeeec; + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); + box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); } + .app-folder-dialog .folder-name-container .edit-folder-button:hover, .button:hover { + color: #eeeeec; + background-color: #2e313d; + border-color: #1a1c23; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); } + .app-folder-dialog .folder-name-container .edit-folder-button:insensitive, .button:insensitive { + color: #888a8d; + border-color: #0d0e11; + background-color: #242731; + box-shadow: none; + text-shadow: none; + icon-shadow: none; } + .app-folder-dialog .folder-name-container .edit-folder-button:active, .button:active { + color: #eeeeec; + background-color: #1c1e25; + border-color: #0b0b0e; + text-shadow: none; + icon-shadow: none; + box-shadow: none; } + +.modal-dialog .modal-dialog-linked-button, .hotplug-notification-item, .notification-banner .notification-button { + color: #eeeeec; + background-color: #292c37; + border-color: #1a1c23; + box-shadow: none; + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); + padding: 12px; + border-style: solid; + border-width: 1px; + border-left-width: 0; + border-bottom-width: 0; } + .modal-dialog .modal-dialog-linked-button:insensitive, .hotplug-notification-item:insensitive, .notification-banner .notification-button:insensitive { + color: #888a8d; + border-color: #0d0e11; + background-color: #242731; + box-shadow: none; + text-shadow: none; + icon-shadow: none; } + .modal-dialog .modal-dialog-linked-button:hover, .hotplug-notification-item:hover, .notification-banner .notification-button:hover { + color: #eeeeec; + background-color: #2e313d; + border-color: #1a1c23; + box-shadow: none; + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); } + .modal-dialog .modal-dialog-linked-button:focus, .hotplug-notification-item:focus, .notification-banner .notification-button:focus { + color: #eeeeec; + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); + box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); } + .modal-dialog .modal-dialog-linked-button:active, .hotplug-notification-item:active, .notification-banner .notification-button:active { + color: #eeeeec; + background-color: #1c1e25; + border-color: #0b0b0e; + text-shadow: none; + icon-shadow: none; + box-shadow: none; } + .modal-dialog .modal-dialog-linked-button:first-child, .hotplug-notification-item:first-child, .notification-banner .notification-button:first-child { + border-radius: 0 0 0 8px; } + .modal-dialog .modal-dialog-linked-button:last-child, .hotplug-notification-item:last-child, .notification-banner .notification-button:last-child { + border-right-width: 0; + border-radius: 0 0 8px 0; } + .modal-dialog .modal-dialog-linked-button:first-child:last-child, .hotplug-notification-item:first-child:last-child, .notification-banner .notification-button:first-child:last-child { + border-radius: 0 0 8px 8px; } + +/* WIDGETS */ +.shell-link { + color: #8db7ff; } + .shell-link:hover { + color: #c0d7ff; } + +.lowres-icon { + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } + +.icon-dropshadow { + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); } + +/* Entries */ +StEntry { + border-radius: 5px; + padding: 8px; + border-width: 1px; + color: #eeeeec; + background-color: #272a34; + border-color: #0d0e11; + selection-background-color: #2777ff; + selected-color: #ffffff; } + StEntry:focus { + border-color: #00348d; + box-shadow: inset 0 0 0 1px #2777ff; } + StEntry:insensitive { + color: #888a8d; + border-color: #242731; + box-shadow: none; } + StEntry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #fd7d00; + padding: 0 4px; } + StEntry StIcon.peek-password { + icon-size: 1.09em; + padding: 0 4px; } + StEntry StLabel.hint-text { + margin-left: 2px; + color: rgba(238, 238, 236, 0.7); } + +/* Buttons */ +/* Check Boxes */ +.check-box StBoxLayout { + spacing: .8em; } + +.check-box StBin { + width: 24px; + height: 22px; + background-image: url("assets/checkbox-off.svg"); } + +.check-box:focus StBin { + background-image: url("assets/checkbox-off-focused.svg"); } + +.check-box:checked StBin { + background-image: url("assets/checkbox.svg"); } + +.check-box:focus:checked StBin { + background-image: url("assets/checkbox-focused.svg"); } + +/* Switches */ +.toggle-switch { + color: #eeeeec; + height: 22px; + width: 46px; + background-size: contain; + background-image: url("assets/toggle-off-dark.svg"); } + .toggle-switch:checked { + background-image: url("assets/toggle-on-dark.svg"); } + +/* Slider */ +.slider { + height: 15px; + -barlevel-height: 3px; + -barlevel-background-color: #0d0e11; + -barlevel-border-width: 1px; + -barlevel-border-color: #0d0e11; + -barlevel-active-background-color: #2777ff; + -barlevel-active-border-color: #317eff; + -barlevel-overdrive-color: #a61414; + -barlevel-overdrive-border-color: #b01515; + -barlevel-overdrive-separator-width: 1px; + -slider-handle-radius: 7.5px; + -slider-handle-border-width: 1px; + -slider-handle-border-color: #eeeeec; + color: #eeeeec; } + .slider:hover { + color: #2e313d; } + .slider:active { + color: #0f1014; } + +/* Scrollbars */ +StScrollView.vfade { + -st-vfade-offset: 68px; } + +StScrollView.hfade { + -st-hfade-offset: 68px; } + +StScrollBar { + padding: 0; } + StScrollView StScrollBar { + min-width: 14px; + min-height: 14px; } + StScrollBar StBin#trough { + border-radius: 0; + background-color: transparent; } + StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 8px; + background-color: #9d9ea0; + margin: 3px; } + StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #c5c6c6; } + StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #2777ff; } + +/* Popovers/Menus */ +.popup-menu-boxpointer, .candidate-popup-boxpointer { + -arrow-border-radius: 9px; + -arrow-background-color: #23252e; + -arrow-border-width: 1px; + -arrow-border-color: #0d0e11; + -arrow-base: 24px; + -arrow-rise: 12px; + -arrow-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); } + +.popup-menu { + min-width: 15em; + color: #eeeeec; } + .popup-menu.panel-menu { + -boxpointer-gap: 4px; + margin-bottom: 1.75em; } + +.popup-menu-content { + padding: 16px 0; } + +.popup-menu-item { + spacing: 6px; + padding: 6px; } + .popup-menu-item:ltr { + padding-right: 1.75em; + padding-left: 0; } + .popup-menu-item:rtl { + padding-right: 0; + padding-left: 1.75em; } + .popup-menu-item:checked { + background-color: #272a34; + box-shadow: none; } + .popup-menu-item.selected { + background-color: rgba(255, 255, 255, 0.1); + color: #eeeeec; } + .popup-menu-item:active { + background-color: #2777ff; + color: #ffffff; } + .popup-menu-item:insensitive { + color: rgba(238, 238, 236, 0.5); } + +.popup-inactive-menu-item { + color: #eeeeec; } + .popup-inactive-menu-item:insensitive { + color: rgba(238, 238, 236, 0.5); } + +.popup-menu-arrow, +.popup-menu-icon { + icon-size: 1.09em; } + +.popup-sub-menu { + background-color: #1c1e25; + box-shadow: none; + border-top: 1px solid rgba(13, 14, 17, 0.8); + border-bottom: 1px solid rgba(13, 14, 17, 0.8); } + +.popup-menu-ornament { + text-align: right; + width: 1.2em; } + +.popup-separator-menu-item { + padding: 0; } + .popup-separator-menu-item .popup-separator-menu-item-separator { + height: 1px; + margin: 6px 64px; + background-color: #111217; } + .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { + margin: 0 64px 0 32px; + background-color: #383d4b; } + +.background-menu { + -boxpointer-gap: 4px; + -arrow-rise: 0px; } + +.aggregate-menu { + min-width: 21em; } + .aggregate-menu .popup-menu-icon { + padding: 0; + margin: 0 4px; + -st-icon-style: symbolic; } + .aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { + padding-left: 14px; + margin-left: 1.09em; } + .aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { + padding-right: 14px; + margin-right: 1.09em; } + +/* Date/Time Menu */ +.clock-display-box { + spacing: 3px; } + .clock-display-box .clock { + padding-left: 6px; + padding-right: 6px; } + +#calendarArea { + padding: 0; } + +.datemenu-calendar-column { + spacing: 6px; + border: 0 solid #181a20; + padding: 0 12px; } + .datemenu-calendar-column:ltr { + margin-right: 8px; + border-left-width: 1px; } + .datemenu-calendar-column:rtl { + margin-left: 8px; + border-right-width: 1px; } + .datemenu-calendar-column .datemenu-displays-box { + spacing: 6px; } + +.events-section-title { + border-width: 1px; + border-style: solid; + border-radius: 7px; + margin: 4px; + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); + text-shadow: none; + icon-shadow: none; + color: #878787; + font-weight: bold; + padding: .4em; } + .events-section-title:focus { + color: #eeeeec; + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); + box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); } + .events-section-title:hover { + color: #eeeeec; + background-color: #2e313d; + border-color: #1a1c23; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); } + .events-section-title:active { + color: #eeeeec; + background-color: #1c1e25; + border-color: #0b0b0e; + text-shadow: none; + icon-shadow: none; + box-shadow: none; } + +/* today button (the date) */ +.datemenu-today-button { + border-width: 1px; + border-style: solid; + border-radius: 7px; + margin: 4px; + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); + text-shadow: none; + icon-shadow: none; + padding: 9px; } + .datemenu-today-button:focus { + color: #eeeeec; + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); + box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); } + .datemenu-today-button:hover { + color: #eeeeec; + background-color: #2e313d; + border-color: #1a1c23; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); } + .datemenu-today-button:active { + color: #eeeeec; + background-color: #1c1e25; + border-color: #0b0b0e; + text-shadow: none; + icon-shadow: none; + box-shadow: none; } + .datemenu-today-button .day-label { + font-size: 12pt; + font-weight: bold; } + .datemenu-today-button .date-label { + font-size: 18pt; + font-weight: 1000; } + +/* Calendar */ +.calendar { + border-width: 1px; + border-style: solid; + border-radius: 7px; + margin: 4px; + color: #eeeeec; + background-color: #292c37; + border-color: #1a1c23; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); + padding: 6px; } + .calendar:focus { + color: #eeeeec; + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); + box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); } + .calendar:hover { + color: #eeeeec; + background-color: #2e313d; + border-color: #1a1c23; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); } + .calendar:active { + color: #eeeeec; + background-color: #1c1e25; + border-color: #0b0b0e; + text-shadow: none; + icon-shadow: none; + box-shadow: none; } + .calendar .calendar-month-label { + color: #fafaf9; + font-weight: bold; + padding: 8px 0; } + .calendar .calendar-change-month-back StIcon, + .calendar .calendar-change-month-forward StIcon { + icon-size: 1.09em; } + .calendar .pager-button { + background-color: transparent; + height: 32px; + width: 32px; + border-radius: 5px; } + .calendar .pager-button:hover, .calendar .pager-button:focus { + background-color: #383d4b; } + .calendar .pager-button:active { + background-color: #0f1014; } + .calendar .calendar-day-base { + font-size: 8pt; + text-align: center; + width: 32px; + height: 32px; + padding: 0; + margin: 2px; + border-radius: 18px; + border: 1px solid transparent; + font-feature-settings: "tnum"; } + .calendar .calendar-day-base:hover, .calendar .calendar-day-base:focus { + background-color: #2e313d; } + .calendar .calendar-day-base:active, .calendar .calendar-day-base:selected { + color: white; + background-color: #181a20; } + .calendar .calendar-day-base.calendar-day-heading { + color: white; + margin-top: 1em; + font-size: 7pt; } + .calendar .calendar-day { + border-width: 0; } + .calendar .calendar-day-top { + border-top-width: 1px; } + .calendar .calendar-day-left { + border-left-width: 1px; } + .calendar .calendar-nonwork-day { + color: #888a8d; } + .calendar .calendar-today { + font-weight: bold; + border: 1px solid transparent; + background-color: #2777ff; + color: #ffffff; } + .calendar .calendar-today:hover, .calendar .calendar-today:focus { + background-color: #3681ff; + color: #ffffff; } + .calendar .calendar-today:active, .calendar .calendar-today:selected { + background-color: #2777ff; + color: #ffffff; } + .calendar .calendar-today:active:hover, .calendar .calendar-today:active:focus, .calendar .calendar-today:selected:hover, .calendar .calendar-today:selected:focus { + background-color: #3681ff; + color: #ffffff; } + .calendar .calendar-day-with-events { + color: white; + font-weight: bold; + background-image: url("assets/calendar-today.svg"); } + .calendar .calendar-other-month-day { + color: rgba(238, 238, 236, 0.5); } + .calendar .calendar-week-number { + font-size: 7pt; + font-weight: bold; + height: 1.8em; + width: 2.3em; + border-radius: 2px; + padding: 0.5em 0 0; + margin: 6px; + background-color: #1e2128; + color: #fafaf9; } + +/* World clocks */ +.world-clocks-button { + border-width: 1px; + border-style: solid; + border-radius: 7px; + margin: 4px; + color: #eeeeec; + background-color: #292c37; + border-color: #1a1c23; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); + padding: 12px; } + .world-clocks-button:focus { + color: #eeeeec; + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); + box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); } + .world-clocks-button:hover { + color: #eeeeec; + background-color: #2e313d; + border-color: #1a1c23; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); } + .world-clocks-button:active { + color: #eeeeec; + background-color: #1c1e25; + border-color: #0b0b0e; + text-shadow: none; + icon-shadow: none; + box-shadow: none; } + .world-clocks-button .world-clocks-grid { + spacing-rows: 6px; + spacing-columns: 12px; } + .world-clocks-button .world-clocks-header { + color: #878787; + font-weight: bold; } + .world-clocks-button .world-clocks-city { + color: #eeeeec; + font-size: 11pt; + font-weight: normal; } + .world-clocks-button .world-clocks-time { + font-weight: bold; + color: #eeeeec; + font-feature-settings: "lnum"; + font-size: 11pt; + text-align: right; } + .world-clocks-button .world-clocks-timezone { + color: #bebeb6; + font-feature-settings: "tnum"; + font-size: 10pt; } + +/* Weather */ +.weather-button { + border-width: 1px; + border-style: solid; + border-radius: 7px; + margin: 4px; + color: #eeeeec; + background-color: #292c37; + border-color: #1a1c23; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); + padding: 12px; } + .weather-button:focus { + color: #eeeeec; + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); + box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); } + .weather-button:hover { + color: #eeeeec; + background-color: #2e313d; + border-color: #1a1c23; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); } + .weather-button:active { + color: #eeeeec; + background-color: #1c1e25; + border-color: #0b0b0e; + text-shadow: none; + icon-shadow: none; + box-shadow: none; } + .weather-button .weather-box { + spacing: 10px; } + .weather-button .weather-header-box { + spacing: 6px; } + .weather-button .weather-header { + color: #878787; + font-weight: bold; } + .weather-button .weather-header.location { + font-weight: normal; + font-size: 10pt; } + .weather-button .weather-grid { + spacing-rows: 6px; + spacing-columns: 12px; } + .weather-button .weather-forecast-time { + color: #a6a69b; + font-feature-settings: "tnum"; + font-size: 9pt; + font-weight: normal; + padding-top: 0.2em; + padding-bottom: 0.4em; } + .weather-button .weather-forecast-icon { + icon-size: 2.18em; } + .weather-button .weather-forecast-temp { + font-weight: bold; } + +/* Message List */ +.message-list { + width: 31.5em; + padding: 0 12px; } + .message-list .message-list-placeholder { + spacing: 12px; } + +.message-list-sections { + spacing: 6px; + margin: 0 16px; } + +.message-list-section, +.message-list-section-list { + spacing: 6px; } + +.message-list-controls { + margin: 8px 16px 0; + padding: 4px; + spacing: 12px; } + +.message { + border-width: 1px; + border-style: solid; + border-radius: 7px; + margin: 4px; + color: #eeeeec; + background-color: #292c37; + border-color: #1a1c23; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); } + .message:focus { + color: #eeeeec; + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); + box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); } + .message:hover { + color: #eeeeec; + background-color: #2e313d; + border-color: #1a1c23; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); } + .message:active { + color: #eeeeec; + background-color: #1c1e25; + border-color: #0b0b0e; + text-shadow: none; + icon-shadow: none; + box-shadow: none; } + .message .message-icon-bin { + padding: 18px 0 18px 12px; } + .message .message-icon-bin:rtl { + padding: 18px 12px 18px 0; } + .message .message-icon-bin > StIcon { + icon-size: 2.18em; + -st-icon-style: symbolic; } + .message .message-icon-bin > .fallback-app-icon { + width: 1.09em; + height: 1.09em; } + .message .message-content { + padding: 14px; + spacing: 4px; } + .message .message-title { + font-weight: bold; } + .message .message-secondary-bin { + padding: 0 8px; } + .message .message-secondary-bin > .event-time { + color: rgba(238, 238, 236, 0.5); + font-size: 9pt; + text-align: right; + /* HACK: the label should be baseline-aligned with a 1em label, fake this with some bottom padding */ + padding-bottom: 0.13em; } + .message .message-close-button { + color: white; } + .message .message-close-button:hover { + color: #d6d6d1; } + .message .message-close-button:active { + color: #bebeb6; } + .message .message-body { + color: #d6d6d1; } + +.url-highlighter { + link-color: #8db7ff; } + +/* Media Controls */ +.message-media-control { + padding: 12px 24px; + color: #cacac4; } + .message-media-control:hover { + background-color: #383d4b; + color: #eeeeec; } + .message-media-control:active { + background-color: #292c37; + color: #eeeeec; } + .message-media-control:insensitive { + color: #8e8e80; } + .message-media-control:last-child:ltr { + border-radius: 0 7px 7px 0; } + .message-media-control:last-child:rtl { + border-radius: 7px 0 0 7px; } + +.media-message-cover-icon { + icon-size: 2.18em !important; + border-radius: 5px; } + .media-message-cover-icon.fallback { + color: #c5c5be; + background-color: #23252e; + border: 1px solid transparent; + border-radius: 5px; + icon-size: 2.18em !important; } + +.candidate-popup-content { + padding: 0.5em; + spacing: 0.3em; } + +.candidate-index { + padding: 0 0.5em 0 0; + color: #d6d6d1; } + +.candidate-box { + padding: 0.3em 0.5em 0.3em 0.5em; + border-radius: 5px; } + .candidate-box:selected, .candidate-box:hover { + background-color: #2777ff; + color: #ffffff; } + +.candidate-page-button-box { + height: 2em; } + .vertical .candidate-page-button-box { + padding-top: 0.5em; } + .horizontal .candidate-page-button-box { + padding-left: 0.5em; } + +.candidate-page-button { + padding: 4px; } + +.candidate-page-button-previous { + border-radius: 5px 0px 0px 5px; + border-right-width: 0; } + +.candidate-page-button-next { + border-radius: 0px 5px 5px 0px; } + +.candidate-page-button-icon { + icon-size: 1em; } + +/* Notifications & Mesage Tray */ +.notification-banner { + min-height: 64px; + width: 34em; } + .notification-banner .notification-actions { + spacing: 0; } + +.summary-source-counter { + font-size: 10pt; + font-weight: bold; + height: 1.6em; + width: 1.6em; + -shell-counter-overlap-x: 3px; + -shell-counter-overlap-y: 3px; + background-color: #2777ff; + color: #ffffff; + border: 2px solid #eeeeec; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); + border-radius: 0.9em; } + +.chat-body { + spacing: 5px; } + +.chat-response { + margin: 5px; } + +.chat-log-message { + color: #d6d6d1; } + +.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: white; } + .chat-sent:rtl { + padding-left: 0; + padding-right: 18pt; } + +.chat-meta-message { + padding-left: 4px; + font-size: 9pt; + font-weight: bold; + color: white; } + .chat-meta-message:rtl { + padding-left: 0; + padding-right: 4px; } + +.hotplug-notification-item-icon { + icon-size: 24px; + padding: 0 4px; } + +/* Modal Dialogs */ +.headline { + font-size: 12pt; } + +.modal-dialog { + border-radius: 10px; } + .modal-dialog .modal-dialog-content-box { + margin: 32px 40px; + spacing: 32px; + max-width: 28em; } + +/* End Session Dialog */ +.end-session-dialog { + width: 30em; } + .end-session-dialog .end-session-dialog-battery-warning, + .end-session-dialog .dialog-list-title { + color: #fd7d00; } + +/* Message Dialog */ +.message-dialog-content { + spacing: 18px; } + .message-dialog-content .message-dialog-title { + text-align: center; + font-size: 18pt; + font-weight: 800; } + .message-dialog-content .message-dialog-title.leightweight { + font-size: 13pt; + font-weight: 800; } + .message-dialog-content .message-dialog-description { + text-align: center; } + +/* Dialog List */ +.dialog-list { + spacing: 18px; } + .dialog-list .dialog-list-title { + text-align: center; + font-weight: bold; } + .dialog-list .dialog-list-scrollview { + max-height: 200px; } + .dialog-list .dialog-list-box { + spacing: 1em; } + .dialog-list .dialog-list-box .dialog-list-item { + spacing: 1em; } + .dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { + font-weight: bold; } + .dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { + color: #e2e2df; + font-size: 10pt; } + +/* Run Dialog */ +.run-dialog .modal-dialog-content-box { + margin-top: 24px; + margin-bottom: 14px; } + +.run-dialog .run-dialog-entry { + width: 20em; } + +.run-dialog .run-dialog-description { + font-size: 10pt; + text-align: center; + color: #bebeb6; } + +/* Password or Authentication Dialog */ +.prompt-dialog { + width: 28em; } + .prompt-dialog .modal-dialog-content-box { + margin-bottom: 24px; } + +.prompt-dialog-password-grid { + spacing-rows: 8px; + spacing-columns: 4px; } + .prompt-dialog-password-grid .prompt-dialog-password-entry { + width: auto; } + .prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { + margin-left: 20px; } + .prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { + margin-right: 20px; } + +.prompt-dialog-password-layout { + spacing: 8px; } + +.prompt-dialog-password-entry { + width: 20em; } + +.prompt-dialog-error-label, +.prompt-dialog-info-label, +.prompt-dialog-null-label { + text-align: center; + font-size: 10pt; } + +.prompt-dialog-error-label { + color: #fd7d00; } + +/* Polkit Dialog */ +.polkit-dialog-user-layout { + text-align: center; + spacing: 8px; + margin-bottom: 6px; } + .polkit-dialog-user-layout .polkit-dialog-user-icon { + border-radius: 99px; + background-size: contain; } + .polkit-dialog-user-layout .polkit-dialog-user-root-label { + color: #fd7d00; } + +/* Audio selection dialog */ +.audio-device-selection-dialog .modal-dialog-content-box { + margin-bottom: 28px; } + +.audio-device-selection-dialog .audio-selection-box { + spacing: 20px; } + +.audio-selection-device { + border: 1px solid #181a20; + border-radius: 12px; } + .audio-selection-device:hover, .audio-selection-device:focus { + background-color: #2e313d; } + .audio-selection-device:active { + background-color: #2777ff; + color: #ffffff; } + +.audio-selection-device-box { + padding: 20px; + spacing: 20px; } + +.audio-selection-device-icon { + icon-size: 4.36em; } + +/* Network Dialogs */ +.nm-dialog { + max-height: 34em; + min-height: 31em; + min-width: 32em; } + +.nm-dialog-content { + spacing: 20px; + padding: 24px; } + +.nm-dialog-airplane-box { + spacing: 12px; } + +.nm-dialog-airplane-headline { + font-weight: bold; + text-align: center; } + +.nm-dialog-airplane-text { + color: #eeeeec; } + +.nm-dialog-header { + font-weight: bold; } + +.nm-dialog-header-icon { + icon-size: 2.18em; } + +.nm-dialog-header-hbox { + spacing: 10px; } + +.nm-dialog-scroll-view { + border: 1px solid #0d0e11; + padding: 0; + background-color: #1c1e25; } + +.nm-dialog-item { + font-size: 11pt; + border-bottom: 1px solid #0d0e11; + padding: 12px; + spacing: 0px; } + .nm-dialog-item:selected { + background-color: #2777ff; + color: #ffffff; } + +.nm-dialog-icon { + icon-size: 1.09em; } + +.nm-dialog-icons { + spacing: 12px; } + +.no-networks-label { + color: #888a8d; } + +.no-networks-box { + spacing: 6px; } + +/* OSD */ +.osd-window { + text-align: center; + font-weight: bold; + spacing: 12px; + margin: 32px; + min-width: 64px; + min-height: 64px; } + .osd-window StIcon { + icon-size: 6.54em; } + .osd-window .osd-monitor-label { + font-size: 3em; } + .osd-window .level { + height: 8px; + -barlevel-height: 8px; + -barlevel-background-color: rgba(255, 255, 255, 0.1); + -barlevel-active-background-color: white; + -barlevel-overdrive-color: #a61414; + -barlevel-overdrive-separator-width: 3px; } + +/* Pad OSD */ +.pad-osd-window { + padding: 32px; + background-color: rgba(0, 0, 0, 0.8); } + .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: 24px; } + +.switcher-list .item-box { + padding: 8px; + border-radius: 6px; + border: 1px solid transparent; } + .switcher-list .item-box:outlined { + background-color: rgba(255, 255, 255, 0.3); } + .switcher-list .item-box:selected { + background-color: rgba(255, 255, 255, 0.3); + color: white; } + +.switcher-list .thumbnail-box { + padding: 2px; + spacing: 6px; } + +.switcher-list .thumbnail { + width: 256px; } + +.switcher-list .separator { + width: 1px; + background: #0d0e11; } + +.switcher-list .switcher-list-item-container { + spacing: 12px; } + +.switcher-arrow { + border-color: rgba(0, 0, 0, 0); + color: rgba(238, 238, 236, 0.8); } + .switcher-arrow:highlighted { + color: #eeeeec; } + +.input-source-switcher-symbol { + font-size: 34pt; + width: 96px; + height: 96px; } + +.cycler-highlight { + border: 5px solid #2777ff; } + +/* Workspace Switcher */ +.workspace-switcher-group { + padding: 12px; } + +.workspace-switcher { + background: transparent; + border: none; + border-radius: 0; + padding: 0; + spacing: 12px; } + +.ws-switcher-box { + background: transparent; + height: 50px; + background-size: 32px; + border: 1px solid rgba(255, 255, 255, 0.1); + border-radius: 8px; } + +.ws-switcher-active-up, +.ws-switcher-active-down, +.ws-switcher-active-left, +.ws-switcher-active-right { + height: 52px; + background-color: #2777ff; + border: 1px solid #4187ff; + border-radius: 8px; + color: #ffffff; } + +/* Top Bar */ +#panel { + background-color: #000; + font-weight: bold; + height: 1.86em; + font-feature-settings: "tnum"; } + #panel.unlock-screen, #panel.login-screen { + background-color: transparent; } + #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; } + #panel #panelLeft, #panel #panelCenter { + spacing: 6px; } + #panel .panel-corner { + -panel-corner-radius: 6px; + -panel-corner-background-color: #000; + -panel-corner-border-width: 2px; + -panel-corner-border-color: transparent; } + #panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { + -panel-corner-border-color: #4187ff; } + #panel .panel-button { + font-weight: bold; + color: #ccc; + -natural-hpadding: 12px; + -minimum-hpadding: 6px; } + #panel .panel-button:hover { + color: white; } + #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { + color: white; } + #panel .panel-button .system-status-icon { + icon-size: 1.09em; + padding: 5px; } + #panel .panel-button .app-menu-icon { + margin-left: 4px; + margin-right: 4px; + -st-icon-style: symbolic; } + .unlock-screen #panel .panel-button, .login-screen #panel .panel-button { + color: white; } + .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 { + color: white; } + #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { + background-color: rgba(0, 0, 0, 0.01); + box-shadow: inset 0 -2px 0 0 #4187ff; } + #panel .panel-button.clock-display:active, #panel .panel-button.clock-display:overview, #panel .panel-button.clock-display:focus, #panel .panel-button.clock-display:checked { + box-shadow: none; } + #panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { + background-color: rgba(0, 0, 0, 0.01); + box-shadow: inset 0 -2px 0 0 #4187ff; } + #panel .panel-status-indicators-box, + #panel .panel-status-menu-box { + spacing: 2px; } + #panel .power-status.panel-status-indicators-box { + spacing: 0; } + #panel .screencast-indicator, + #panel .remote-access-indicator { + color: #fd7d00; } + +#appMenu { + spacing: 6px; } + #appMenu .label-shadow { + color: transparent; } + +/* Activities Ripple */ +.ripple-box { + background-color: rgba(243, 247, 255, 0.3); + box-shadow: 0 0 2px 2px #8db7ff; + width: 52px; + height: 52px; + border-radius: 0 0 52px 0; } + .ripple-box:rtl { + border-radius: 0 0 0 52px; } + +/* OVERVIEW */ +#overview { + spacing: 24px; + background-color: transparent; } + +.overview-controls { + padding-bottom: 32px; } + +/* Window Picker */ +.window-picker { + -horizontal-spacing: 12px; + -vertical-spacing: 12px; + padding: 12px; } + .window-picker.external-monitor { + padding: 12px; } + +.window-clone-border { + border-width: 6px; + border-style: solid; + border-color: rgba(255, 255, 255, 0.35); + border-radius: 7px; + box-shadow: inset 0 0 0 1px rgba(13, 14, 17, 0.2); } + +.window-caption { + color: white; + background-color: #111217; + border: 1px solid rgba(255, 255, 255, 0.1); + border-radius: 6px; + padding: 6px 12px; + font-weight: bold; + font-size: 12pt; } + +.window-close { + background-color: #2777ff; + color: #ffffff; + border: none; + border-radius: 18px; + padding: 3px; + height: 24px; + width: 24px; + box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5); + -shell-close-overlap: 12px; } + .window-close:hover { + background-color: #4187ff; } + .window-close:active { + background-color: #0e67ff; } + + +.search-entry { + width: 320px; + padding: 7px 9px; + border-radius: 18px; + color: rgba(238, 238, 236, 0.7); + background-color: #23252e; + border-color: #0d0e11; } + + .search-entry:hover { + background-color: #2e313d; + border-color: #13151a; + color: #fafaf9; } + + .search-entry:focus { + padding: 6px 8px; + border-width: 2px; + border-style: solid; + border-color: #2777ff; + color: #eeeeec; + box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.2); } + + .search-entry .search-entry-icon { + icon-size: 1.09em; + padding: 0 4px; + color: inherit; } + +/* Search */ +#searchResultsContent { + max-width: 1024px; + spacing: 8px; } + +.search-section { + spacing: 8px; } + .search-section .search-section-separator { + height: 0; + background-color: transparent; } + +.search-section-content { + background-color: rgba(28, 30, 37, 0.8); + border-radius: 13px; + border: 1px solid rgba(255, 255, 255, 0.1); + box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + color: white; + padding: 18px; + spacing: 8px; } + +.list-search-result:focus, .search-provider-icon:focus, .list-search-result:hover, .search-provider-icon:hover, .list-search-result:selected, .search-provider-icon:selected { + background-color: rgba(255, 255, 255, 0.1); + transition-duration: 200ms; } + +.list-search-result:active, .search-provider-icon:active, .list-search-result:checked, .search-provider-icon:checked { + background-color: rgba(0, 0, 0, 0.9); } + +.search-provider-icon .list-search-provider-content { + spacing: 12px; } + .search-provider-icon .list-search-provider-content .list-search-provider-details { + width: 120px; + margin-top: 0; + color: #ebebeb; } + +.list-search-results { + spacing: 6px; } + +.list-search-result .list-search-result-content { + spacing: 6px; } + +.list-search-result .list-search-result-title { + spacing: 12px; } + +.list-search-result .list-search-result-description { + color: #b3b3b3; } + +/* App Grid */ +.icon-grid { + -shell-grid-horizontal-item-size: 144px; + -shell-grid-vertical-item-size: 144px; + spacing: 36px; } + .icon-grid .overview-icon { + icon-size: 96px; } + +/* App Icons */ +.app-well-app .overview-icon, +.grid-search-result .overview-icon { + color: #fff; } + +.app-well-app:hover .overview-icon, .app-well-app:selected .overview-icon, +.grid-search-result:hover .overview-icon, +.grid-search-result:selected .overview-icon { + background-color: rgba(255, 255, 255, 0.1); } + +.app-well-app:focus .overview-icon, +.grid-search-result:focus .overview-icon { + background-color: rgba(255, 255, 255, 0.3); } + +.app-well-app:drop .overview-icon, +.grid-search-result:drop .overview-icon { + background-color: rgba(39, 119, 255, 0.85); } + +.app-well-app:active .overview-icon, .app-well-app:checked .overview-icon, +.grid-search-result:active .overview-icon, +.grid-search-result:checked .overview-icon { + background-color: rgba(0, 0, 0, 0.5); } + +.app-well-app .overview-icon.overview-icon-with-label, +.grid-search-result .overview-icon.overview-icon-with-label { + padding: 10px 8px 5px 8px; } + .app-well-app .overview-icon.overview-icon-with-label > StBoxLayout, + .grid-search-result .overview-icon.overview-icon-with-label > StBoxLayout { + spacing: 6px; } + +/* App Folders */ +.app-well-app.app-folder { + background-color: rgba(17, 18, 23, 0.2); + border-radius: 9px; } + +.app-folder-dialog { + border-radius: 15px; + border: 1px solid rgba(255, 255, 255, 0.1); + spacing: 12px; + background-color: rgba(0, 0, 0, 0.95); } + .app-folder-dialog .folder-name-container { + padding: 24px 36px 0; + spacing: 12px; + /* FIXME: this is to keep the label in sync with the entry */ } + .app-folder-dialog .folder-name-container .folder-name-label, .app-folder-dialog .folder-name-container .folder-name-entry { + font-size: 18pt; + font-weight: bold; } + .app-folder-dialog .folder-name-container .folder-name-entry { + width: 300px; } + .app-folder-dialog .folder-name-container .folder-name-label { + padding: 5px 7px; + color: white; } + .app-folder-dialog .folder-name-container .edit-folder-button { + padding: 0; + width: 36px; + height: 36px; + border-radius: 18px; } + .app-folder-dialog .folder-name-container .edit-folder-button > StIcon { + icon-size: 16px; } + +.app-folder-dialog-container { + padding: 12px; + width: 800px; + height: 600px; } + +.app-folder-icon { + padding: 6px; + spacing-rows: 6px; + spacing-columns: 6px; } + +.app-well-app-running-dot { + height: 5px; + width: 5px; + border-radius: 5px; + background-color: white; + margin-bottom: 1px; } + +.rename-folder-popup .rename-folder-popup-item { + spacing: 6px; } + .rename-folder-popup .rename-folder-popup-item:ltr, .rename-folder-popup .rename-folder-popup-item:rtl { + padding: 0 12px; } + +.app-menu, +.app-well-menu { + max-width: 27.25em; } + +.page-indicator { + padding: 15px 20px; } + .page-indicator .page-indicator-icon { + width: 10px; + height: 10px; + border-radius: 10px; + background-color: white; } + +.all-apps, +.frequent-apps > StBoxLayout { + padding: 0px 88px 10px 88px; } + +.system-action-icon { + background-color: rgba(0, 0, 0, 0.8); + color: #fff; + border-radius: 99px; + icon-size: 48px; } + +/* Frequent | All toggle */ +.app-view-controls { + padding-bottom: 32px; } + +.app-view-control { + padding: 4px 32px; + margin: 0 4px; } + .app-view-control, .app-view-control:hover, .app-view-control:checked { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); + text-shadow: none; + icon-shadow: none; + color: #bfbfbf; } + .app-view-control:hover { + color: white; + box-shadow: inset 0 -2px #bfbfbf; } + .app-view-control:active { + box-shadow: inset 0 -2px white; } + .app-view-control:checked { + color: white; + box-shadow: inset 0 -2px #2777ff; } + .app-view-control:first-child { + border-right-width: 0; + border-radius: 0; } + .app-view-control:last-child { + border-radius: 0; } + +/* Dash */ +#dash { + font-size: 9pt; + padding: 5px 0; + border-radius: 0 15px 15px 0; + border-left-width: 0; } + #dash:rtl { + border-radius: 15px 0 0 15px; + border-right-width: 0; } + #dash .placeholder { + background-image: none; + background-size: contain; + height: 32px; } + #dash .empty-dash-drop-target { + width: 32px; + height: 32px; } + +.dash-item-container > StWidget { + padding: 5px 10px; } + +.dash-label { + background-color: rgba(17, 18, 23, 0.95); + border-radius: 7px; + border: none; + box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1); + color: white; + padding: 6px 8px; + text-align: center; + -x-offset: 8px; } + +.show-apps .overview-icon { + color: white; } + +.show-apps:hover .overview-icon, .show-apps:selected .overview-icon { + background-color: rgba(255, 255, 255, 0.1); } + +.show-apps:focus .overview-icon { + background-color: rgba(255, 255, 255, 0.3); } + +.show-apps:drop .overview-icon { + background-color: rgba(39, 119, 255, 0.85); } + +.show-apps:active .overview-icon, .show-apps:checked .overview-icon { + background-color: rgba(0, 0, 0, 0.5); } + +.show-apps:focus .overview-icon, .show-apps:checked .overview-icon { + background-color: black; + color: #eeeeec; } + +/* Workspace pager */ +.workspace-thumbnails { + visible-width: 32px; + spacing: 6px; + padding: 6px; + border-radius: 10px 0 0 10px; + border-right-width: 0; } + .workspace-thumbnails:rtl { + border-radius: 0 10px 10px 0; + border-left-width: 0; } + .workspace-thumbnails .placeholder { + background-image: url("assets/dash-placeholder.svg"); + background-size: contain; + height: 24px; } + +.workspace-thumbnail-indicator { + border: 3px solid #2777ff; + border-radius: 3px; + padding: 0px; } + +.ripple-pointer-location { + width: 50px; + height: 50px; + border-radius: 25px; + background-color: rgba(192, 215, 255, 0.3); + box-shadow: 0 0 2px 2px #8db7ff; } + +.pie-timer { + width: 60px; + height: 60px; + -pie-border-width: 3px; + -pie-border-color: #2777ff; + -pie-background-color: rgba(243, 247, 255, 0.3); } + +.magnifier-zoom-region { + border: 2px solid #2777ff; } + .magnifier-zoom-region.full-screen { + border-width: 0; } + +.select-area-rubberband { + background-color: rgba(39, 119, 255, 0.3); + border: 1px solid #2777ff; } + +.user-icon { + background-size: contain; + color: white; + border-radius: 99px; } + .user-icon:hover { + color: white; } + .user-icon StIcon { + background-color: rgba(255, 255, 255, 0.05); + border-radius: 99px; } + +.user-widget.vertical .user-icon { + icon-size: 6.54em; } + .user-widget.vertical .user-icon StIcon { + padding: 20px; + padding-top: 18px; + padding-bottom: 22px; + width: 5.995em; + height: 5.995em; } + +.user-widget.horizontal .user-icon { + icon-size: 4.36em; } + .user-widget.horizontal .user-icon StIcon { + padding: 12px; + width: 2.725em; + height: 2.725em; } + +.lightbox { + background-color: black; } + +.flashspot { + background-color: white; } + +.hidden { + color: rgba(0, 0, 0, 0); } + +.caps-lock-warning-label { + text-align: center; + padding-bottom: 8px; + font-size: 10pt; + color: #fd7d00; } + +/* Tiled window previews */ +.tile-preview { + background-color: rgba(39, 119, 255, 0.5); + border: 1px solid #2777ff; } + +.tile-preview-left.on-primary { + border-radius: 6px 0 0 0; } + +.tile-preview-right.on-primary { + border-radius: 0 6px 0 0; } + +.tile-preview-left.tile-preview-right.on-primary { + border-radius: 6px 6px 0 0; } + +/* On-screen Keyboard */ +#keyboard { + background-color: rgba(17, 18, 23, 0.9); + box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1); } + #keyboard .page-indicator { + padding: 6px; } + #keyboard .page-indicator .page-indicator-icon { + width: 8px; + height: 8px; } + +.key-container { + padding: 4px; + spacing: 4px; } + +.keyboard-key { + color: #eeeeec; + background-color: #292c37; + border-color: #1a1c23; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); + font-size: 16pt; + min-height: 1.2em; + min-width: 1.2em; + border-width: 1px; + border-style: solid; + border-radius: 8px; } + .keyboard-key:focus { + color: #eeeeec; + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); + box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); } + .keyboard-key:hover, .keyboard-key:checked { + color: #eeeeec; + background-color: #2e313d; + border-color: #1a1c23; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); } + .keyboard-key:active { + color: #eeeeec; + background-color: #1c1e25; + border-color: #0b0b0e; + text-shadow: none; + icon-shadow: none; + box-shadow: none; } + .keyboard-key:grayed { + background-color: #1c1e25; + color: white; + border-color: black; } + .keyboard-key.default-key { + color: #eeeeec; + background-color: #1c1e25; + border-color: #0d0e11; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); } + .keyboard-key.default-key:hover, .keyboard-key.default-key:checked { + color: #eeeeec; + background-color: #20232b; + border-color: #0d0e11; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); } + .keyboard-key.default-key:active { + color: #eeeeec; + background-color: #0f1014; + border-color: black; + text-shadow: none; + icon-shadow: none; + box-shadow: none; } + .keyboard-key.enter-key { + color: #ffffff; + background-color: #3681ff; + border-color: #136aff; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); } + .keyboard-key.enter-key:hover, .keyboard-key.enter-key:checked { + color: #eeeeec; + background-color: #5091ff; + border-color: #2274ff; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); } + .keyboard-key.enter-key:active { + color: #eeeeec; + background-color: #0e67ff; + border-color: #0054e4; + text-shadow: none; + icon-shadow: none; + box-shadow: none; } + .keyboard-key.shift-key-uppercase { + color: #2777ff; } + .keyboard-key StIcon { + icon-size: 1.125em; } + +.keyboard-subkeys { + color: white; + -arrow-border-radius: 10px; + -arrow-background-color: #111217; + -arrow-border-width: 1px; + -arrow-border-color: #252831; + -arrow-base: 20px; + -arrow-rise: 10px; + -boxpointer-gap: 6px; } + .keyboard-subkeys .keyboard-key { + color: #eeeeec; + background-color: #292c37; + border-color: #1a1c23; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); + border-radius: 5px; } + .keyboard-subkeys .keyboard-key:focus { + color: #eeeeec; + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); + box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); } + .keyboard-subkeys .keyboard-key:hover, .keyboard-subkeys .keyboard-key:checked { + color: #eeeeec; + background-color: #2e313d; + border-color: #1a1c23; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); } + .keyboard-subkeys .keyboard-key:active { + color: #eeeeec; + background-color: #1c1e25; + border-color: #0b0b0e; + text-shadow: none; + icon-shadow: none; + box-shadow: none; } + +.emoji-page .keyboard-key { + background-color: transparent; + border: none; + color: initial; } + +.emoji-panel .keyboard-key:latched { + border-color: #4187ff; + background-color: #2777ff; } + +.word-suggestions { + font-size: 14pt; + spacing: 12px; + min-height: 20pt; } + +/* Looking Glass */ +#LookingGlassDialog { + background-color: #111217; + spacing: 6px; + padding: 4px; + border: 1px solid rgba(255, 255, 255, 0.2); + border-radius: 5px; + color: white; } + #LookingGlassDialog > #Toolbar { + border: none; + border-radius: 5px; + background-color: #111217; } + #LookingGlassDialog .labels { + spacing: 6px; } + #LookingGlassDialog .notebook-tab { + -natural-hpadding: 12px; + -minimum-hpadding: 6px; + font-weight: bold; + color: #d9d9d9; + transition-duration: 100ms; + padding-left: .3em; + padding-right: .3em; + border-bottom-width: 2px; } + #LookingGlassDialog .notebook-tab:hover { + color: white; } + #LookingGlassDialog .notebook-tab:selected { + border-bottom-width: 2px; + box-shadow: inset 0 -2px 0 0 #4187ff; + color: white; } + #LookingGlassDialog StBoxLayout#EvalBox { + padding: 4px; + spacing: 6px; } + #LookingGlassDialog StBoxLayout#ResultsArea { + spacing: 6px; } + +.lg-dialog StEntry { + background-color: rgba(28, 30, 37, 0.6); + color: white; + border-color: rgba(255, 255, 255, 0.2); + min-height: 22px; + selection-background-color: #2777ff; + selected-color: #ffffff; } + +.lg-dialog .shell-link { + color: #8db7ff; } + .lg-dialog .shell-link:hover { + color: #c0d7ff; } + .lg-dialog .shell-link:active { + color: #5a97ff; } + +.lg-completions-text { + font-size: .9em; + font-style: italic; } + +.lg-obj-inspector-title { + spacing: 6px; } + +.lg-obj-inspector-button { + border: 1px solid black; + padding: 4px; + border-radius: 5px; } + .lg-obj-inspector-button:hover { + border: 1px solid #ffffff; } + +#lookingGlassExtensions { + padding: 4px; } + +.lg-extensions-list { + padding: 4px; + spacing: 6px; } + +.lg-extension { + border: 1px solid #0d0d0d; + background-color: #1c1e25; + border-radius: 5px; + padding: 4px; } + +.lg-extension-name { + font-weight: bold; } + +.lg-extension-meta { + spacing: 6px; } + +#LookingGlassPropertyInspector { + background: #111217; + border: 1px solid black; + border-radius: 5px; + padding: 6px; } + +/* Login Dialog */ +.login-dialog-banner-view { + padding-top: 24px; + max-width: 23em; } + +.login-dialog { + border: none; + background-color: transparent; } + .login-dialog StEntry { + background-color: rgba(45, 44, 46, 0.5); + color: white; } + .login-dialog .modal-dialog-button-box { + spacing: 3px; } + .login-dialog .modal-dialog-button { + padding: 4px 18px; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); + background-color: #5b666a; + border-color: #5b666a; + color: #eeeeec; } + .login-dialog .modal-dialog-button:hover, .login-dialog .modal-dialog-button:focus { + background-color: #667478; + border-color: #667478; } + .login-dialog .modal-dialog-button:active { + box-shadow: none; + background-color: #4f595d; + border-color: #4f595d; } + .login-dialog .modal-dialog-button:insensitive { + color: #888a8d; + border-color: #0d0e11; + background-color: #242731; + box-shadow: none; + text-shadow: none; + icon-shadow: none; + border-color: #4f595d; + background-color: #4f595d; + color: rgba(238, 238, 236, 0.7); } + .login-dialog .modal-dialog-button:default { + color: #ffffff; + background-color: #3681ff; + border-color: #136aff; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); + border-color: #2777ff; } + .login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus { + color: #ffffff; + background-color: #4187ff; + border-color: #136aff; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); + background-color: #4187ff; + border-color: #4187ff; } + .login-dialog .modal-dialog-button:default:active { + color: #ffffff; + background-color: #186eff; + border-color: #0058ee; + text-shadow: none; + icon-shadow: none; + box-shadow: none; + background-color: #0e67ff; + border-color: #0e67ff; } + .login-dialog .modal-dialog-button:default:insensitive { + color: #888a8d; + border-color: #0d0e11; + background-color: #242731; + box-shadow: none; + text-shadow: none; + icon-shadow: none; + border-color: #005af3; + background-color: #005af3; + color: rgba(255, 255, 255, 0.7); } + .login-dialog .cancel-button, + .login-dialog .switch-user-button, + .login-dialog .login-dialog-session-list-button { + padding: 0; + border-radius: 99px; + width: 2.18em; + height: 2.18em; + border-color: rgba(35, 37, 46, 0.3); + background-color: rgba(35, 37, 46, 0.3); } + .login-dialog .cancel-button StIcon, + .login-dialog .switch-user-button StIcon, + .login-dialog .login-dialog-session-list-button StIcon { + icon-size: 1.09em; } + .login-dialog .caps-lock-warning-label, + .login-dialog .login-dialog-message-warning { + color: white; } + +.login-dialog-logo-bin { + padding: 24px 0px; } + +.login-dialog-banner { + color: #e6e6e6; } + +.login-dialog-button-box { + width: 23em; + spacing: 5px; } + +.login-dialog-message { + text-align: center; } + +.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: white; } + +.login-dialog-not-listed-label { + font-size: 10pt; + font-weight: bold; + color: #b3b3b3; + padding-top: 1em; } + +.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: #2777ff; + color: #ffffff; } + .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { + border-right: 2px solid #2777ff; } + +.login-dialog-user-list-item { + border-radius: 9px; + padding: 6px; + color: #b3b3b3; } + .login-dialog-user-list-item:ltr .user-widget { + padding-right: 1em; } + .login-dialog-user-list-item:rtl .user-widget { + padding-left: 1em; } + .login-dialog-user-list-item .login-dialog-timed-login-indicator { + height: 2px; + margin-top: 6px; + background-color: white; } + .login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { + background-color: #ffffff; } + +.user-widget-label { + color: white; } + +.user-widget.horizontal .user-widget-label { + font-size: 13pt; + font-weight: bold; + text-align: left; + padding-left: 15px; } + .user-widget.horizontal .user-widget-label:ltr { + padding-left: 14px; } + .user-widget.horizontal .user-widget-label:rtl { + padding-right: 14px; } + +.user-widget.vertical .user-widget-label { + font-size: 16pt; + text-align: center; + font-weight: normal; + padding-top: 16px; } + +.login-dialog-prompt-layout { + padding-top: 24px; + padding-bottom: 12px; + spacing: 12px; + width: 23em; } + +.login-dialog-prompt-entry { + height: 1.5em; } + +.login-dialog-prompt-label { + color: #cccccc; + font-size: 12pt; + padding-top: 1em; } + +/* Screen Shield */ +.unlock-dialog-clock { + color: white; + font-weight: 300; + text-align: center; + spacing: 24px; + padding-bottom: 2.5em; } + +.unlock-dialog-clock-time { + font-size: 64pt; + padding-top: 42px; + font-feature-settings: "tnum"; } + +.unlock-dialog-clock-date { + font-size: 16pt; + font-weight: normal; } + +.unlock-dialog-clock-hint { + font-weight: normal; + padding-top: 48px; } + +.unlock-dialog-notifications-container { + margin: 12px 0; + spacing: 6px; + width: 23em; + background-color: transparent; } + .unlock-dialog-notifications-container .summary-notification-stack-scrollview { + padding-top: 0; + padding-bottom: 0; } + .unlock-dialog-notifications-container .notification, + .unlock-dialog-notifications-container .unlock-dialog-notification-source { + padding: 12px 6px; + border: none; + background-color: rgba(17, 18, 23, 0.3); + color: white; + border-radius: 10px; } + .unlock-dialog-notifications-container .notification.critical, + .unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { + background-color: rgba(17, 18, 23, 0.9); } + +.unlock-dialog-notification-label { + padding: 0px 0px 0px 12px; } + +.unlock-dialog-notification-count-text { + weight: bold; + padding: 0 6px; + color: #111217; + background-color: rgba(255, 255, 255, 0.3); + border-radius: 99px; + margin-right: 12px; } + +.screen-shield-background { + background: black; + box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6); } + +#lockDialogGroup { + background-color: #41494c; } + +#unlockDialogNotifications StButton#vhandle, #unlockDialogNotifications StButton#hhandle { + background-color: rgba(35, 37, 46, 0.3); } + #unlockDialogNotifications StButton#vhandle:hover, #unlockDialogNotifications StButton#vhandle:focus, #unlockDialogNotifications StButton#hhandle:hover, #unlockDialogNotifications StButton#hhandle:focus { + background-color: rgba(35, 37, 46, 0.5); } + #unlockDialogNotifications StButton#vhandle:active, #unlockDialogNotifications StButton#hhandle:active { + background-color: rgba(39, 119, 255, 0.5); } + /* This stylesheet is generated, DO NOT EDIT */ /* Copyright 2009, 2015 Red Hat, Inc. * @@ -25,52 +2133,52 @@ stage { /* WIDGETS */ /* Buttons */ -.button, .message-list-clear-button.button { +.button, .message-list-clear-button.button, .app-folder-dialog .folder-name-container .edit-folder-button { border-radius: 5px; border-width: 1px; min-height: 22px; padding: 4px 32px; color: #eeeeec; - background-color: #23252e; - border-color: #0d0e11; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27); - text-shadow: 0 1px black; - icon-shadow: 0 1px black; } - .button:focus, .message-list-clear-button.button:focus { + background-color: #292c37; + border-color: #1a1c23; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); } + .button:focus, .app-folder-dialog .folder-name-container .edit-folder-button:focus { color: #eeeeec; - text-shadow: 0 1px black; - icon-shadow: 0 1px black; - box-shadow: inset 0px 0px 0px 2px #2777ff; } - .button:hover, .message-list-clear-button.button:hover { + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); + box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); } + .button:hover, .app-folder-dialog .folder-name-container .edit-folder-button:hover { color: #eeeeec; - border-color: #0d0e11; - background-color: #292c37; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27); - text-shadow: 0 1px black; - icon-shadow: 0 1px black; } - .button:insensitive, .message-list-clear-button.button:insensitive { + background-color: #343845; + border-color: #20232b; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); } + .button:insensitive, .app-folder-dialog .folder-name-container .edit-folder-button:insensitive { color: #888a8d; border-color: #0d0e11; background-color: #242731; box-shadow: none; text-shadow: none; icon-shadow: none; } - .button:active, .message-list-clear-button.button:active { + .button:active, .app-folder-dialog .folder-name-container .edit-folder-button:active { color: #eeeeec; - border-color: #0d0e11; - background-color: #0f1014; + background-color: #08090b; + border-color: black; text-shadow: none; icon-shadow: none; box-shadow: none; } -.modal-dialog-linked-button, .notification-banner .notification-button, .hotplug-notification-item { +.modal-dialog-linked-button, .notification-banner .notification-button, .hotplug-notification-item, .modal-dialog .modal-dialog-linked-button { border-right-width: 1px; color: #eeeeec; - background-color: #23252e; - border-color: #0d0e11; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27); - text-shadow: 0 1px black; - icon-shadow: 0 1px black; + background-color: #292c37; + border-color: #1a1c23; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); padding: 12px; border-top: 1px solid #181a20; } .modal-dialog-linked-button:insensitive, .notification-banner .notification-button:insensitive, .hotplug-notification-item:insensitive { @@ -82,20 +2190,20 @@ stage { icon-shadow: none; } .modal-dialog-linked-button:hover, .notification-banner .notification-button:hover, .hotplug-notification-item:hover { color: #eeeeec; - border-color: #0d0e11; - background-color: #292c37; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27); - text-shadow: 0 1px black; - icon-shadow: 0 1px black; } + background-color: #343845; + border-color: #20232b; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); } .modal-dialog-linked-button:focus, .notification-banner .notification-button:focus, .hotplug-notification-item:focus { color: #eeeeec; - text-shadow: 0 1px black; - icon-shadow: 0 1px black; - box-shadow: inset 0px 0px 0px 2px #2777ff; } + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); + box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); } .modal-dialog-linked-button:active, .notification-banner .notification-button:active, .hotplug-notification-item:active { color: #eeeeec; - border-color: #0d0e11; - background-color: #0f1014; + background-color: #08090b; + border-color: black; text-shadow: none; icon-shadow: none; box-shadow: none; } @@ -119,7 +2227,8 @@ StEntry { selection-background-color: #2777ff; selected-color: #ffffff; } StEntry:focus { - border-color: rgba(154, 154, 142, 0.5); } + border-color: rgba(154, 154, 142, 0.5); + box-shadow: inset 0 0 0 1px rgba(238, 238, 236, 0.5); } StEntry:insensitive { color: #888a8d; border-color: #242731; @@ -699,33 +2808,35 @@ StScrollBar { background-color: #23252e; border: 1px solid #0d0e11; border-radius: 12px; } - .osd-window StIcon, .resize-popup StIcon, .switcher-list StIcon, .workspace-switcher-container StIcon { + .osd-window StIcon, + .resize-popup StIcon, + .switcher-list StIcon, .workspace-switcher-container StIcon { icon-shadow: rgba(0, 0, 0, 0.7) 0 1px 6px; } -.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 { +.notification-banner StEntry, .nm-dialog 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 { color: #eeeeec; background-color: #1e2128; border-color: #181a20; box-shadow: none; } - .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 { + .notification-banner StEntry:focus, .nm-dialog 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 { border: 2px solid #2777ff; } -.modal-dialog, .prompt-dialog, .audio-device-selection-dialog, .access-dialog, .geolocation-dialog, .extension-dialog, .inhibit-shortcuts-dialog, .nm-dialog { +.nm-dialog, .modal-dialog, .prompt-dialog, .audio-device-selection-dialog, .access-dialog, .geolocation-dialog, .extension-dialog, .inhibit-shortcuts-dialog { color: #eeeeec; background-color: #23252e; border: 1px solid #0d0e11; } - .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 { + .nm-dialog .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 { background-color: #23252e; color: #eeeeec; } - .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, .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, .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, .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, .modal-dialog .button:disabled, .prompt-dialog .button:disabled, .audio-device-selection-dialog .button:disabled, .access-dialog .button:disabled, .geolocation-dialog .button:disabled, .extension-dialog .button:disabled, .inhibit-shortcuts-dialog .button:disabled, .nm-dialog .button:disabled { + .nm-dialog .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 { box-shadow: none; border-color: #181a20; } - .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 { + .nm-dialog .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 { background-color: #292c37; } - .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 { + .nm-dialog .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 { background-color: #2777ff; color: #ffffff; } - .modal-dialog .button:disabled, .prompt-dialog .button:disabled, .audio-device-selection-dialog .button:disabled, .access-dialog .button:disabled, .geolocation-dialog .button:disabled, .extension-dialog .button:disabled, .inhibit-shortcuts-dialog .button:disabled, .nm-dialog .button:disabled { + .nm-dialog .button:disabled, .modal-dialog .button:disabled, .prompt-dialog .button:disabled, .audio-device-selection-dialog .button:disabled, .access-dialog .button:disabled, .geolocation-dialog .button:disabled, .extension-dialog .button:disabled, .inhibit-shortcuts-dialog .button:disabled { color: #888a8d; } /* Tiled window previews */ @@ -796,17 +2907,9 @@ StScrollBar { #panel .panel-button .system-status-icon { icon-size: 1.09em; padding: 0 5px; } - .unlock-screen #panel .panel-button, - .login-screen #panel .panel-button, - .lock-screen #panel .panel-button { + .unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { color: white; } - .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 { + .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: white; } #panel .panel-status-indicators-box, #panel .panel-status-menu-box { @@ -1405,9 +3508,7 @@ StScrollBar { .grid-search-result .overview-icon { font-weight: bold; } -.app-well-app:hover .overview-icon, -.app-well-app:focus .overview-icon, -.app-well-app:selected .overview-icon, +.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, @@ -1428,8 +3529,7 @@ StScrollBar { .grid-search-result:drop .overview-icon { background-color: rgba(39, 119, 255, 0.85); } -.app-well-app:active .overview-icon, -.app-well-app:checked .overview-icon, +.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, @@ -1446,11 +3546,9 @@ StScrollBar { border-radius: 3px; margin-bottom: 2px; } -.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 { +.search-provider-icon, .list-search-result, .app-well-app .overview-icon, +.grid-search-result .overview-icon, .show-apps .overview-icon, +.app-well-app.app-folder .overview-icon { color: white; border-radius: 9px; padding: 6px; @@ -1494,8 +3592,7 @@ StScrollBar { border: none; margin: 2px; background-color: white; } - .page-indicator:checked .page-indicator-icon, - .page-indicator:checked:active .page-indicator-icon { + .page-indicator:checked .page-indicator-icon, .page-indicator:checked:active .page-indicator-icon { background-color: white; } .app-well-app > .overview-icon.overview-icon-with-label, @@ -1700,9 +3797,9 @@ StScrollBar { color: white; } .keyboard-key:focus { color: #eeeeec; - text-shadow: 0 1px black; - icon-shadow: 0 1px black; - box-shadow: inset 0px 0px 0px 2px #2777ff; } + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); + box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); } .keyboard-key:hover, .keyboard-key:checked { background-color: #2b2f3a; } .keyboard-key:active { @@ -1847,25 +3944,25 @@ StScrollBar { color: rgba(246, 245, 244, 0.7); } .login-dialog .modal-dialog-button:default { color: #ffffff; - background-color: #2777ff; - border-color: #0d0e11; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27); - text-shadow: 0 1px black; - icon-shadow: 0 1px black; + background-color: #3681ff; + border-color: #136aff; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); border-color: #2777ff; } .login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus { color: #ffffff; - border-color: #0d0e11; - background-color: #2777ff; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27); - text-shadow: 0 1px black; - icon-shadow: 0 1px black; + background-color: #4187ff; + border-color: #136aff; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); + text-shadow: 0 1px rgba(0, 0, 0, 0.2); + icon-shadow: 0 1px rgba(0, 0, 0, 0.2); background-color: #4187ff; border-color: #4187ff; } .login-dialog .modal-dialog-button:default:active { color: #ffffff; - border-color: #0d0e11; - background-color: #2777ff; + background-color: #186eff; + border-color: #0058ee; text-shadow: none; icon-shadow: none; box-shadow: none; @@ -1903,8 +4000,7 @@ StScrollBar { .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 { + .login-dialog-not-listed-button:focus .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-not-listed-label { color: white; } .login-dialog-not-listed-label { diff --git a/share/themes/Kali-Light/gnome-shell/gnome-shell.css b/share/themes/Kali-Light/gnome-shell/gnome-shell.css index b0173f92..d22c84c0 100644 --- a/share/themes/Kali-Light/gnome-shell/gnome-shell.css +++ b/share/themes/Kali-Light/gnome-shell/gnome-shell.css @@ -1,3 +1,2107 @@ +/* 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. + */ +/* Global Values */ +stage { + font-size: 11pt; + color: #5c616c; } + +/* Common Stylings */ +.no-frequent-applications-label, .search-statustext { + font-size: 2em; + font-weight: bold; + color: white; } + +.workspace-switcher-container, .switcher-list, .resize-popup, .osd-window { + color: white; + background-color: #272a34; + border: 1px solid rgba(255, 255, 255, 0.1); + border-radius: 14px; + padding: 12px; } + +.workspace-thumbnails, #dash { + color: white; + background-color: rgba(39, 42, 52, 0.8); + border: 1px solid rgba(255, 255, 255, 0.1); } + + +.app-well-app.app-folder .overview-icon, .show-apps .overview-icon, .app-well-app .overview-icon, +.grid-search-result .overview-icon, .list-search-result, .search-provider-icon { + border-radius: 9px; + padding: 6px; + border: 2px solid transparent; + transition-duration: 100ms; + text-align: center; } + +.modal-dialog { + color: #5c616c; + background-color: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.6); } + +.message-list-clear-button.button, .app-folder-dialog .folder-name-container .edit-folder-button, .button { + border-radius: 5px; + border-style: solid; + border-width: 1px; + min-height: 22px; + padding: 3px 24px; + color: #5c616c; + background-color: white; + border-color: #d1d1d1; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); } + .app-folder-dialog .folder-name-container .edit-folder-button:focus, .button:focus { + color: #5c616c; + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); + box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); } + .app-folder-dialog .folder-name-container .edit-folder-button:hover, .button:hover { + color: #5c616c; + background-color: white; + border-color: #d1d1d1; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); } + .app-folder-dialog .folder-name-container .edit-folder-button:insensitive, .button:insensitive { + color: #aeb0b6; + border-color: #d9d9d9; + background-color: #fdfdfd; + box-shadow: none; + text-shadow: none; + icon-shadow: none; } + .app-folder-dialog .folder-name-container .edit-folder-button:active, .button:active { + color: #5c616c; + background-color: #f7f7f7; + border-color: #d1d1d1; + text-shadow: none; + icon-shadow: none; + box-shadow: none; } + +.modal-dialog .modal-dialog-linked-button, .hotplug-notification-item, .notification-banner .notification-button { + color: #5c616c; + background-color: white; + border-color: #d1d1d1; + box-shadow: none; + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); + padding: 12px; + border-style: solid; + border-width: 1px; + border-left-width: 0; + border-bottom-width: 0; } + .modal-dialog .modal-dialog-linked-button:insensitive, .hotplug-notification-item:insensitive, .notification-banner .notification-button:insensitive { + color: #aeb0b6; + border-color: #d9d9d9; + background-color: #fdfdfd; + box-shadow: none; + text-shadow: none; + icon-shadow: none; } + .modal-dialog .modal-dialog-linked-button:hover, .hotplug-notification-item:hover, .notification-banner .notification-button:hover { + color: #5c616c; + background-color: white; + border-color: #d1d1d1; + box-shadow: none; + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); } + .modal-dialog .modal-dialog-linked-button:focus, .hotplug-notification-item:focus, .notification-banner .notification-button:focus { + color: #5c616c; + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); + box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); } + .modal-dialog .modal-dialog-linked-button:active, .hotplug-notification-item:active, .notification-banner .notification-button:active { + color: #5c616c; + background-color: #f7f7f7; + border-color: #d1d1d1; + text-shadow: none; + icon-shadow: none; + box-shadow: none; } + .modal-dialog .modal-dialog-linked-button:first-child, .hotplug-notification-item:first-child, .notification-banner .notification-button:first-child { + border-radius: 0 0 0 8px; } + .modal-dialog .modal-dialog-linked-button:last-child, .hotplug-notification-item:last-child, .notification-banner .notification-button:last-child { + border-right-width: 0; + border-radius: 0 0 8px 0; } + .modal-dialog .modal-dialog-linked-button:first-child:last-child, .hotplug-notification-item:first-child:last-child, .notification-banner .notification-button:first-child:last-child { + border-radius: 0 0 8px 8px; } + +/* WIDGETS */ +.shell-link { + color: #005af3; } + .shell-link:hover { + color: #2777ff; } + +.lowres-icon { + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } + +.icon-dropshadow { + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); } + +/* Entries */ +StEntry { + border-radius: 5px; + padding: 8px; + border-width: 1px; + color: #5c616c; + background-color: #fafafa; + border-color: #d9d9d9; + selection-background-color: #2777ff; + selected-color: #ffffff; } + StEntry:focus { + border-color: #0051da; + box-shadow: inset 0 0 0 1px #2777ff; } + StEntry:insensitive { + color: #aeb0b6; + border-color: #fdfdfd; + box-shadow: none; } + StEntry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #fd7d00; + padding: 0 4px; } + StEntry StIcon.peek-password { + icon-size: 1.09em; + padding: 0 4px; } + StEntry StLabel.hint-text { + margin-left: 2px; + color: rgba(92, 97, 108, 0.7); } + +/* Buttons */ +/* Check Boxes */ +.check-box StBoxLayout { + spacing: .8em; } + +.check-box StBin { + width: 24px; + height: 22px; + background-image: url("assets/checkbox-off.svg"); } + +.check-box:focus StBin { + background-image: url("assets/checkbox-off-focused.svg"); } + +.check-box:checked StBin { + background-image: url("assets/checkbox.svg"); } + +.check-box:focus:checked StBin { + background-image: url("assets/checkbox-focused.svg"); } + +/* Switches */ +.toggle-switch { + color: #5c616c; + height: 22px; + width: 46px; + background-size: contain; + background-image: url("assets/toggle-off.svg"); } + .toggle-switch:checked { + background-image: url("assets/toggle-on.svg"); } + +/* Slider */ +.slider { + height: 15px; + -barlevel-height: 3px; + -barlevel-background-color: #d9d9d9; + -barlevel-border-width: 1px; + -barlevel-border-color: #d9d9d9; + -barlevel-active-background-color: #2777ff; + -barlevel-active-border-color: #136aff; + -barlevel-overdrive-color: #d41919; + -barlevel-overdrive-border-color: #c21717; + -barlevel-overdrive-separator-width: 1px; + -slider-handle-radius: 7.5px; + -slider-handle-border-width: 1px; + -slider-handle-border-color: #d9d9d9; + color: white; } + .slider:hover { + color: #f7f7f7; } + .slider:active { + color: #ededed; } + +/* Scrollbars */ +StScrollView.vfade { + -st-vfade-offset: 68px; } + +StScrollView.hfade { + -st-hfade-offset: 68px; } + +StScrollBar { + padding: 0; } + StScrollView StScrollBar { + min-width: 14px; + min-height: 14px; } + StScrollBar StBin#trough { + border-radius: 0; + background-color: transparent; } + StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 8px; + background-color: #9da0a7; + margin: 3px; } + StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #7d8189; } + StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #2777ff; } + +/* Popovers/Menus */ +.popup-menu-boxpointer, .candidate-popup-boxpointer { + -arrow-border-radius: 9px; + -arrow-background-color: #ffffff; + -arrow-border-width: 1px; + -arrow-border-color: #d9d9d9; + -arrow-base: 24px; + -arrow-rise: 12px; + -arrow-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); } + +.popup-menu { + min-width: 15em; + color: #5c616c; } + .popup-menu.panel-menu { + -boxpointer-gap: 4px; + margin-bottom: 1.75em; } + +.popup-menu-content { + padding: 16px 0; } + +.popup-menu-item { + spacing: 6px; + padding: 6px; } + .popup-menu-item:ltr { + padding-right: 1.75em; + padding-left: 0; } + .popup-menu-item:rtl { + padding-right: 0; + padding-left: 1.75em; } + .popup-menu-item:checked { + background-color: white; + box-shadow: none; } + .popup-menu-item.selected { + background-color: rgba(255, 255, 255, 0.8); + color: #5c616c; } + .popup-menu-item:active { + background-color: #2777ff; + color: #ffffff; } + .popup-menu-item:insensitive { + color: rgba(92, 97, 108, 0.5); } + +.popup-inactive-menu-item { + color: #5c616c; } + .popup-inactive-menu-item:insensitive { + color: rgba(92, 97, 108, 0.5); } + +.popup-menu-arrow, +.popup-menu-icon { + icon-size: 1.09em; } + +.popup-sub-menu { + background-color: #f7f7f7; + box-shadow: none; + border-top: 1px solid rgba(217, 217, 217, 0.8); + border-bottom: 1px solid rgba(217, 217, 217, 0.8); } + +.popup-menu-ornament { + text-align: right; + width: 1.2em; } + +.popup-separator-menu-item { + padding: 0; } + .popup-separator-menu-item .popup-separator-menu-item-separator { + height: 1px; + margin: 6px 64px; + background-color: #dedede; } + .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { + margin: 0 64px 0 32px; } + +.background-menu { + -boxpointer-gap: 4px; + -arrow-rise: 0px; } + +.aggregate-menu { + min-width: 21em; } + .aggregate-menu .popup-menu-icon { + padding: 0; + margin: 0 4px; + -st-icon-style: symbolic; } + .aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { + padding-left: 14px; + margin-left: 1.09em; } + .aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { + padding-right: 14px; + margin-right: 1.09em; } + +/* Date/Time Menu */ +.clock-display-box { + spacing: 3px; } + .clock-display-box .clock { + padding-left: 6px; + padding-right: 6px; } + +#calendarArea { + padding: 0; } + +.datemenu-calendar-column { + spacing: 6px; + border: 0 solid #d9d9d9; + padding: 0 12px; } + .datemenu-calendar-column:ltr { + margin-right: 8px; + border-left-width: 1px; } + .datemenu-calendar-column:rtl { + margin-left: 8px; + border-right-width: 1px; } + .datemenu-calendar-column .datemenu-displays-box { + spacing: 6px; } + +.events-section-title { + border-width: 1px; + border-style: solid; + border-radius: 7px; + margin: 4px; + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + icon-shadow: none; + color: black; + font-weight: bold; + padding: .4em; } + .events-section-title:focus { + color: #5c616c; + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); + box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); } + .events-section-title:hover { + color: #5c616c; + background-color: white; + border-color: #d1d1d1; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); } + .events-section-title:active { + color: #5c616c; + background-color: #f7f7f7; + border-color: #d1d1d1; + text-shadow: none; + icon-shadow: none; + box-shadow: none; } + +/* today button (the date) */ +.datemenu-today-button { + border-width: 1px; + border-style: solid; + border-radius: 7px; + margin: 4px; + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + icon-shadow: none; + padding: 9px; } + .datemenu-today-button:focus { + color: #5c616c; + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); + box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); } + .datemenu-today-button:hover { + color: #5c616c; + background-color: white; + border-color: #d1d1d1; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); } + .datemenu-today-button:active { + color: #5c616c; + background-color: #f7f7f7; + border-color: #d1d1d1; + text-shadow: none; + icon-shadow: none; + box-shadow: none; } + .datemenu-today-button .day-label { + font-size: 12pt; + font-weight: bold; } + .datemenu-today-button .date-label { + font-size: 18pt; + font-weight: 1000; } + +/* Calendar */ +.calendar { + border-width: 1px; + border-style: solid; + border-radius: 7px; + margin: 4px; + color: #5c616c; + background-color: white; + border-color: #d1d1d1; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); + padding: 6px; } + .calendar:focus { + color: #5c616c; + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); + box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); } + .calendar:hover { + color: #5c616c; + background-color: white; + border-color: #d1d1d1; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); } + .calendar:active { + color: #5c616c; + background-color: #f7f7f7; + border-color: #d1d1d1; + text-shadow: none; + icon-shadow: none; + box-shadow: none; } + .calendar .calendar-month-label { + color: #686d7a; + font-weight: bold; + padding: 8px 0; } + .calendar .calendar-change-month-back StIcon, + .calendar .calendar-change-month-forward StIcon { + icon-size: 1.09em; } + .calendar .pager-button { + background-color: transparent; + height: 32px; + width: 32px; + border-radius: 5px; } + .calendar .pager-button:hover, .calendar .pager-button:focus { + background-color: white; } + .calendar .pager-button:active { + background-color: #ededed; } + .calendar .calendar-day-base { + font-size: 8pt; + text-align: center; + width: 32px; + height: 32px; + padding: 0; + margin: 2px; + border-radius: 18px; + border: 1px solid transparent; + font-feature-settings: "tnum"; } + .calendar .calendar-day-base:hover, .calendar .calendar-day-base:focus { + background-color: #f7f7f7; } + .calendar .calendar-day-base:active, .calendar .calendar-day-base:selected { + color: #737a88; + background-color: #f2f2f2; } + .calendar .calendar-day-base.calendar-day-heading { + color: #737a88; + margin-top: 1em; + font-size: 7pt; } + .calendar .calendar-day { + border-width: 0; } + .calendar .calendar-day-top { + border-top-width: 1px; } + .calendar .calendar-day-left { + border-left-width: 1px; } + .calendar .calendar-nonwork-day { + color: #aeb0b6; } + .calendar .calendar-today { + font-weight: bold; + border: 1px solid transparent; + background-color: #2777ff; + color: #ffffff; } + .calendar .calendar-today:hover, .calendar .calendar-today:focus { + background-color: #3681ff; + color: #ffffff; } + .calendar .calendar-today:active, .calendar .calendar-today:selected { + background-color: #2777ff; + color: #ffffff; } + .calendar .calendar-today:active:hover, .calendar .calendar-today:active:focus, .calendar .calendar-today:selected:hover, .calendar .calendar-today:selected:focus { + background-color: #3681ff; + color: #ffffff; } + .calendar .calendar-day-with-events { + color: #737a88; + font-weight: bold; + background-image: url("assets/calendar-today.svg"); } + .calendar .calendar-other-month-day { + color: rgba(92, 97, 108, 0.5); } + .calendar .calendar-week-number { + font-size: 7pt; + font-weight: bold; + height: 1.8em; + width: 2.3em; + border-radius: 2px; + padding: 0.5em 0 0; + margin: 6px; + background-color: #fafafa; + color: #686d7a; } + +/* World clocks */ +.world-clocks-button { + border-width: 1px; + border-style: solid; + border-radius: 7px; + margin: 4px; + color: #5c616c; + background-color: white; + border-color: #d1d1d1; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); + padding: 12px; } + .world-clocks-button:focus { + color: #5c616c; + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); + box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); } + .world-clocks-button:hover { + color: #5c616c; + background-color: white; + border-color: #d1d1d1; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); } + .world-clocks-button:active { + color: #5c616c; + background-color: #f7f7f7; + border-color: #d1d1d1; + text-shadow: none; + icon-shadow: none; + box-shadow: none; } + .world-clocks-button .world-clocks-grid { + spacing-rows: 6px; + spacing-columns: 12px; } + .world-clocks-button .world-clocks-header { + color: black; + font-weight: bold; } + .world-clocks-button .world-clocks-city { + color: #5c616c; + font-size: 11pt; + font-weight: normal; } + .world-clocks-button .world-clocks-time { + font-weight: bold; + color: #5c616c; + font-feature-settings: "lnum"; + font-size: 11pt; + text-align: right; } + .world-clocks-button .world-clocks-timezone { + color: #2d3035; + font-feature-settings: "tnum"; + font-size: 10pt; } + +/* Weather */ +.weather-button { + border-width: 1px; + border-style: solid; + border-radius: 7px; + margin: 4px; + color: #5c616c; + background-color: white; + border-color: #d1d1d1; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); + padding: 12px; } + .weather-button:focus { + color: #5c616c; + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); + box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); } + .weather-button:hover { + color: #5c616c; + background-color: white; + border-color: #d1d1d1; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); } + .weather-button:active { + color: #5c616c; + background-color: #f7f7f7; + border-color: #d1d1d1; + text-shadow: none; + icon-shadow: none; + box-shadow: none; } + .weather-button .weather-box { + spacing: 10px; } + .weather-button .weather-header-box { + spacing: 6px; } + .weather-button .weather-header { + color: black; + font-weight: bold; } + .weather-button .weather-header.location { + font-weight: normal; + font-size: 10pt; } + .weather-button .weather-grid { + spacing-rows: 6px; + spacing-columns: 12px; } + .weather-button .weather-forecast-time { + color: #161719; + font-feature-settings: "tnum"; + font-size: 9pt; + font-weight: normal; + padding-top: 0.2em; + padding-bottom: 0.4em; } + .weather-button .weather-forecast-icon { + icon-size: 2.18em; } + .weather-button .weather-forecast-temp { + font-weight: bold; } + +/* Message List */ +.message-list { + width: 31.5em; + padding: 0 12px; } + .message-list .message-list-placeholder { + spacing: 12px; } + +.message-list-sections { + spacing: 6px; + margin: 0 16px; } + +.message-list-section, +.message-list-section-list { + spacing: 6px; } + +.message-list-controls { + margin: 8px 16px 0; + padding: 4px; + spacing: 12px; } + +.message { + border-width: 1px; + border-style: solid; + border-radius: 7px; + margin: 4px; + color: #5c616c; + background-color: white; + border-color: #d1d1d1; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); } + .message:focus { + color: #5c616c; + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); + box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); } + .message:hover { + color: #5c616c; + background-color: white; + border-color: #d1d1d1; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); } + .message:active { + color: #5c616c; + background-color: #f7f7f7; + border-color: #d1d1d1; + text-shadow: none; + icon-shadow: none; + box-shadow: none; } + .message .message-icon-bin { + padding: 18px 0 18px 12px; } + .message .message-icon-bin:rtl { + padding: 18px 12px 18px 0; } + .message .message-icon-bin > StIcon { + icon-size: 2.18em; + -st-icon-style: symbolic; } + .message .message-icon-bin > .fallback-app-icon { + width: 1.09em; + height: 1.09em; } + .message .message-content { + padding: 14px; + spacing: 4px; } + .message .message-title { + font-weight: bold; } + .message .message-secondary-bin { + padding: 0 8px; } + .message .message-secondary-bin > .event-time { + color: rgba(92, 97, 108, 0.5); + font-size: 9pt; + text-align: right; + /* HACK: the label should be baseline-aligned with a 1em label, fake this with some bottom padding */ + padding-bottom: 0.13em; } + .message .message-close-button { + color: #818794; } + .message .message-close-button:hover { + color: #aaaeb7; } + .message .message-close-button:active { + color: #c6c8ce; } + .message .message-body { + color: #454850; } + +.url-highlighter { + link-color: #005af3; } + +/* Media Controls */ +.message-media-control { + padding: 12px 24px; + color: #393c43; } + .message-media-control:hover { + background-color: white; + color: #5c616c; } + .message-media-control:active { + background-color: #f2f2f2; + color: #5c616c; } + .message-media-control:insensitive { + color: black; } + .message-media-control:last-child:ltr { + border-radius: 0 7px 7px 0; } + .message-media-control:last-child:rtl { + border-radius: 7px 0 0 7px; } + +.media-message-cover-icon { + icon-size: 2.18em !important; + border-radius: 5px; } + .media-message-cover-icon.fallback { + color: #34373d; + background-color: #ffffff; + border: 1px solid transparent; + border-radius: 5px; + icon-size: 2.18em !important; } + +.candidate-popup-content { + padding: 0.5em; + spacing: 0.3em; } + +.candidate-index { + padding: 0 0.5em 0 0; + color: #454850; } + +.candidate-box { + padding: 0.3em 0.5em 0.3em 0.5em; + border-radius: 5px; } + .candidate-box:selected, .candidate-box:hover { + background-color: #2777ff; + color: #ffffff; } + +.candidate-page-button-box { + height: 2em; } + .vertical .candidate-page-button-box { + padding-top: 0.5em; } + .horizontal .candidate-page-button-box { + padding-left: 0.5em; } + +.candidate-page-button { + padding: 4px; } + +.candidate-page-button-previous { + border-radius: 5px 0px 0px 5px; + border-right-width: 0; } + +.candidate-page-button-next { + border-radius: 0px 5px 5px 0px; } + +.candidate-page-button-icon { + icon-size: 1em; } + +/* Notifications & Mesage Tray */ +.notification-banner { + min-height: 64px; + width: 34em; } + .notification-banner .notification-actions { + spacing: 0; } + +.summary-source-counter { + font-size: 10pt; + font-weight: bold; + height: 1.6em; + width: 1.6em; + -shell-counter-overlap-x: 3px; + -shell-counter-overlap-y: 3px; + background-color: #2777ff; + color: #ffffff; + border: 2px solid #5c616c; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); + border-radius: 0.9em; } + +.chat-body { + spacing: 5px; } + +.chat-response { + margin: 5px; } + +.chat-log-message { + color: #454850; } + +.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: #818794; } + .chat-sent:rtl { + padding-left: 0; + padding-right: 18pt; } + +.chat-meta-message { + padding-left: 4px; + font-size: 9pt; + font-weight: bold; + color: #898f9b; } + .chat-meta-message:rtl { + padding-left: 0; + padding-right: 4px; } + +.hotplug-notification-item-icon { + icon-size: 24px; + padding: 0 4px; } + +/* Modal Dialogs */ +.headline { + font-size: 12pt; } + +.modal-dialog { + border-radius: 10px; } + .modal-dialog .modal-dialog-content-box { + margin: 32px 40px; + spacing: 32px; + max-width: 28em; } + +/* End Session Dialog */ +.end-session-dialog { + width: 30em; } + .end-session-dialog .end-session-dialog-battery-warning, + .end-session-dialog .dialog-list-title { + color: #fd7d00; } + +/* Message Dialog */ +.message-dialog-content { + spacing: 18px; } + .message-dialog-content .message-dialog-title { + text-align: center; + font-size: 18pt; + font-weight: 800; } + .message-dialog-content .message-dialog-title.leightweight { + font-size: 13pt; + font-weight: 800; } + .message-dialog-content .message-dialog-description { + text-align: center; } + +/* Dialog List */ +.dialog-list { + spacing: 18px; } + .dialog-list .dialog-list-title { + text-align: center; + font-weight: bold; } + .dialog-list .dialog-list-scrollview { + max-height: 200px; } + .dialog-list .dialog-list-box { + spacing: 1em; } + .dialog-list .dialog-list-box .dialog-list-item { + spacing: 1em; } + .dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { + font-weight: bold; } + .dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { + color: #50555e; + font-size: 10pt; } + +/* Run Dialog */ +.run-dialog .modal-dialog-content-box { + margin-top: 24px; + margin-bottom: 14px; } + +.run-dialog .run-dialog-entry { + width: 20em; } + +.run-dialog .run-dialog-description { + font-size: 10pt; + text-align: center; + color: #2d3035; } + +/* Password or Authentication Dialog */ +.prompt-dialog { + width: 28em; } + .prompt-dialog .modal-dialog-content-box { + margin-bottom: 24px; } + +.prompt-dialog-password-grid { + spacing-rows: 8px; + spacing-columns: 4px; } + .prompt-dialog-password-grid .prompt-dialog-password-entry { + width: auto; } + .prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { + margin-left: 20px; } + .prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { + margin-right: 20px; } + +.prompt-dialog-password-layout { + spacing: 8px; } + +.prompt-dialog-password-entry { + width: 20em; } + +.prompt-dialog-error-label, +.prompt-dialog-info-label, +.prompt-dialog-null-label { + text-align: center; + font-size: 10pt; } + +.prompt-dialog-error-label { + color: #fd7d00; } + +/* Polkit Dialog */ +.polkit-dialog-user-layout { + text-align: center; + spacing: 8px; + margin-bottom: 6px; } + .polkit-dialog-user-layout .polkit-dialog-user-icon { + border-radius: 99px; + background-size: contain; } + .polkit-dialog-user-layout .polkit-dialog-user-root-label { + color: #fd7d00; } + +/* Audio selection dialog */ +.audio-device-selection-dialog .modal-dialog-content-box { + margin-bottom: 28px; } + +.audio-device-selection-dialog .audio-selection-box { + spacing: 20px; } + +.audio-selection-device { + border: 1px solid #d9d9d9; + border-radius: 12px; } + .audio-selection-device:hover, .audio-selection-device:focus { + background-color: #f7f7f7; } + .audio-selection-device:active { + background-color: #2777ff; + color: #ffffff; } + +.audio-selection-device-box { + padding: 20px; + spacing: 20px; } + +.audio-selection-device-icon { + icon-size: 4.36em; } + +/* Network Dialogs */ +.nm-dialog { + max-height: 34em; + min-height: 31em; + min-width: 32em; } + +.nm-dialog-content { + spacing: 20px; + padding: 24px; } + +.nm-dialog-airplane-box { + spacing: 12px; } + +.nm-dialog-airplane-headline { + font-weight: bold; + text-align: center; } + +.nm-dialog-airplane-text { + color: #5c616c; } + +.nm-dialog-header { + font-weight: bold; } + +.nm-dialog-header-icon { + icon-size: 2.18em; } + +.nm-dialog-header-hbox { + spacing: 10px; } + +.nm-dialog-scroll-view { + border: 1px solid #d9d9d9; + padding: 0; + background-color: #f7f7f7; } + +.nm-dialog-item { + font-size: 11pt; + border-bottom: 1px solid #d9d9d9; + padding: 12px; + spacing: 0px; } + .nm-dialog-item:selected { + background-color: #2777ff; + color: #ffffff; } + +.nm-dialog-icon { + icon-size: 1.09em; } + +.nm-dialog-icons { + spacing: 12px; } + +.no-networks-label { + color: #aeb0b6; } + +.no-networks-box { + spacing: 6px; } + +/* OSD */ +.osd-window { + text-align: center; + font-weight: bold; + spacing: 12px; + margin: 32px; + min-width: 64px; + min-height: 64px; } + .osd-window StIcon { + icon-size: 6.54em; } + .osd-window .osd-monitor-label { + font-size: 3em; } + .osd-window .level { + height: 8px; + -barlevel-height: 8px; + -barlevel-background-color: rgba(255, 255, 255, 0.3); + -barlevel-active-background-color: white; + -barlevel-overdrive-color: #d41919; + -barlevel-overdrive-separator-width: 3px; } + +/* Pad OSD */ +.pad-osd-window { + padding: 32px; + background-color: rgba(0, 0, 0, 0.8); } + .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: 24px; } + +.switcher-list .item-box { + padding: 8px; + border-radius: 6px; + border: 1px solid transparent; } + .switcher-list .item-box:outlined { + background-color: rgba(255, 255, 255, 0.3); } + .switcher-list .item-box:selected { + background-color: rgba(255, 255, 255, 0.3); + color: white; } + +.switcher-list .thumbnail-box { + padding: 2px; + spacing: 6px; } + +.switcher-list .thumbnail { + width: 256px; } + +.switcher-list .separator { + width: 1px; + background: #d9d9d9; } + +.switcher-list .switcher-list-item-container { + spacing: 12px; } + +.switcher-arrow { + border-color: rgba(0, 0, 0, 0); + color: rgba(92, 97, 108, 0.8); } + .switcher-arrow:highlighted { + color: #5c616c; } + +.input-source-switcher-symbol { + font-size: 34pt; + width: 96px; + height: 96px; } + +.cycler-highlight { + border: 5px solid #2777ff; } + +/* Workspace Switcher */ +.workspace-switcher-group { + padding: 12px; } + +.workspace-switcher { + background: transparent; + border: none; + border-radius: 0; + padding: 0; + spacing: 12px; } + +.ws-switcher-box { + background: transparent; + height: 50px; + background-size: 32px; + border: 1px solid rgba(255, 255, 255, 0.1); + border-radius: 8px; } + +.ws-switcher-active-up, +.ws-switcher-active-down, +.ws-switcher-active-left, +.ws-switcher-active-right { + height: 52px; + background-color: #2777ff; + border: 1px solid #005efd; + border-radius: 8px; + color: #ffffff; } + +/* Top Bar */ +#panel { + background-color: #000; + font-weight: bold; + height: 1.86em; + font-feature-settings: "tnum"; } + #panel.unlock-screen, #panel.login-screen { + background-color: transparent; } + #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; } + #panel #panelLeft, #panel #panelCenter { + spacing: 6px; } + #panel .panel-corner { + -panel-corner-radius: 6px; + -panel-corner-background-color: #000; + -panel-corner-border-width: 2px; + -panel-corner-border-color: transparent; } + #panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { + -panel-corner-border-color: #4187ff; } + #panel .panel-button { + font-weight: bold; + color: #ccc; + -natural-hpadding: 12px; + -minimum-hpadding: 6px; } + #panel .panel-button:hover { + color: white; } + #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { + color: white; } + #panel .panel-button .system-status-icon { + icon-size: 1.09em; + padding: 5px; } + #panel .panel-button .app-menu-icon { + margin-left: 4px; + margin-right: 4px; + -st-icon-style: symbolic; } + .unlock-screen #panel .panel-button, .login-screen #panel .panel-button { + color: #737a88; } + .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 { + color: #737a88; } + #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { + background-color: rgba(0, 0, 0, 0.01); + box-shadow: inset 0 -2px 0 0 #4187ff; } + #panel .panel-button.clock-display:active, #panel .panel-button.clock-display:overview, #panel .panel-button.clock-display:focus, #panel .panel-button.clock-display:checked { + box-shadow: none; } + #panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { + background-color: rgba(0, 0, 0, 0.01); + box-shadow: inset 0 -2px 0 0 #4187ff; } + #panel .panel-status-indicators-box, + #panel .panel-status-menu-box { + spacing: 2px; } + #panel .power-status.panel-status-indicators-box { + spacing: 0; } + #panel .screencast-indicator, + #panel .remote-access-indicator { + color: #fd7d00; } + +#appMenu { + spacing: 6px; } + #appMenu .label-shadow { + color: transparent; } + +/* Activities Ripple */ +.ripple-box { + background-color: rgba(243, 247, 255, 0.3); + box-shadow: 0 0 2px 2px #8db7ff; + width: 52px; + height: 52px; + border-radius: 0 0 52px 0; } + .ripple-box:rtl { + border-radius: 0 0 0 52px; } + +/* OVERVIEW */ +#overview { + spacing: 24px; + background-color: transparent; } + +.overview-controls { + padding-bottom: 32px; } + +/* Window Picker */ +.window-picker { + -horizontal-spacing: 12px; + -vertical-spacing: 12px; + padding: 12px; } + .window-picker.external-monitor { + padding: 12px; } + +.window-clone-border { + border-width: 6px; + border-style: solid; + border-color: rgba(255, 255, 255, 0.35); + border-radius: 7px; + box-shadow: inset 0 0 0 1px rgba(217, 217, 217, 0.2); } + +.window-caption { + color: white; + background-color: #272a34; + border: 1px solid rgba(255, 255, 255, 0.1); + border-radius: 6px; + padding: 6px 12px; + font-weight: bold; + font-size: 12pt; } + +.window-close { + background-color: #2777ff; + color: #ffffff; + border: none; + border-radius: 18px; + padding: 3px; + height: 24px; + width: 24px; + box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5); + -shell-close-overlap: 12px; } + .window-close:hover { + background-color: #4187ff; } + .window-close:active { + background-color: #0e67ff; } + + +.search-entry { + width: 320px; + padding: 7px 9px; + border-radius: 18px; + color: rgba(92, 97, 108, 0.7); + background-color: #ffffff; + border-color: #d9d9d9; } + + .search-entry:hover { + background-color: #f7f7f7; + border-color: #e6e6e6; + color: #50555e; } + + .search-entry:focus { + padding: 6px 8px; + border-width: 2px; + border-style: solid; + border-color: #2777ff; + color: #5c616c; + box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.2); } + + .search-entry .search-entry-icon { + icon-size: 1.09em; + padding: 0 4px; + color: inherit; } + +/* Search */ +#searchResultsContent { + max-width: 1024px; + spacing: 8px; } + +.search-section { + spacing: 8px; } + .search-section .search-section-separator { + height: 0; + background-color: transparent; } + +.search-section-content { + background-color: rgba(50, 54, 67, 0.8); + border-radius: 13px; + border: 1px solid rgba(255, 255, 255, 0.1); + box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.2); + color: white; + padding: 18px; + spacing: 8px; } + +.list-search-result:focus, .search-provider-icon:focus, .list-search-result:hover, .search-provider-icon:hover, .list-search-result:selected, .search-provider-icon:selected { + background-color: rgba(255, 255, 255, 0.1); + transition-duration: 200ms; } + +.list-search-result:active, .search-provider-icon:active, .list-search-result:checked, .search-provider-icon:checked { + background-color: rgba(17, 18, 23, 0.9); } + +.search-provider-icon .list-search-provider-content { + spacing: 12px; } + .search-provider-icon .list-search-provider-content .list-search-provider-details { + width: 120px; + margin-top: 0; + color: #ebebeb; } + +.list-search-results { + spacing: 6px; } + +.list-search-result .list-search-result-content { + spacing: 6px; } + +.list-search-result .list-search-result-title { + spacing: 12px; } + +.list-search-result .list-search-result-description { + color: #b3b3b3; } + +/* App Grid */ +.icon-grid { + -shell-grid-horizontal-item-size: 144px; + -shell-grid-vertical-item-size: 144px; + spacing: 36px; } + .icon-grid .overview-icon { + icon-size: 96px; } + +/* App Icons */ +.app-well-app .overview-icon, +.grid-search-result .overview-icon { + color: #fff; } + +.app-well-app:hover .overview-icon, .app-well-app:selected .overview-icon, +.grid-search-result:hover .overview-icon, +.grid-search-result:selected .overview-icon { + background-color: rgba(255, 255, 255, 0.1); } + +.app-well-app:focus .overview-icon, +.grid-search-result:focus .overview-icon { + background-color: rgba(255, 255, 255, 0.3); } + +.app-well-app:drop .overview-icon, +.grid-search-result:drop .overview-icon { + background-color: rgba(39, 119, 255, 0.85); } + +.app-well-app:active .overview-icon, .app-well-app:checked .overview-icon, +.grid-search-result:active .overview-icon, +.grid-search-result:checked .overview-icon { + background-color: rgba(17, 18, 23, 0.5); } + +.app-well-app .overview-icon.overview-icon-with-label, +.grid-search-result .overview-icon.overview-icon-with-label { + padding: 10px 8px 5px 8px; } + .app-well-app .overview-icon.overview-icon-with-label > StBoxLayout, + .grid-search-result .overview-icon.overview-icon-with-label > StBoxLayout { + spacing: 6px; } + +/* App Folders */ +.app-well-app.app-folder { + background-color: rgba(39, 42, 52, 0.2); + border-radius: 9px; } + +.app-folder-dialog { + border-radius: 15px; + border: 1px solid rgba(255, 255, 255, 0.1); + spacing: 12px; + background-color: rgba(17, 18, 23, 0.95); } + .app-folder-dialog .folder-name-container { + padding: 24px 36px 0; + spacing: 12px; + /* FIXME: this is to keep the label in sync with the entry */ } + .app-folder-dialog .folder-name-container .folder-name-label, .app-folder-dialog .folder-name-container .folder-name-entry { + font-size: 18pt; + font-weight: bold; } + .app-folder-dialog .folder-name-container .folder-name-entry { + width: 300px; } + .app-folder-dialog .folder-name-container .folder-name-label { + padding: 5px 7px; + color: white; } + .app-folder-dialog .folder-name-container .edit-folder-button { + padding: 0; + width: 36px; + height: 36px; + border-radius: 18px; } + .app-folder-dialog .folder-name-container .edit-folder-button > StIcon { + icon-size: 16px; } + +.app-folder-dialog-container { + padding: 12px; + width: 800px; + height: 600px; } + +.app-folder-icon { + padding: 6px; + spacing-rows: 6px; + spacing-columns: 6px; } + +.app-well-app-running-dot { + height: 5px; + width: 5px; + border-radius: 5px; + background-color: white; + margin-bottom: 1px; } + +.rename-folder-popup .rename-folder-popup-item { + spacing: 6px; } + .rename-folder-popup .rename-folder-popup-item:ltr, .rename-folder-popup .rename-folder-popup-item:rtl { + padding: 0 12px; } + +.app-menu, +.app-well-menu { + max-width: 27.25em; } + +.page-indicator { + padding: 15px 20px; } + .page-indicator .page-indicator-icon { + width: 10px; + height: 10px; + border-radius: 10px; + background-color: white; } + +.all-apps, +.frequent-apps > StBoxLayout { + padding: 0px 88px 10px 88px; } + +.system-action-icon { + background-color: rgba(0, 0, 0, 0.8); + color: #fff; + border-radius: 99px; + icon-size: 48px; } + +/* Frequent | All toggle */ +.app-view-controls { + padding-bottom: 32px; } + +.app-view-control { + padding: 4px 32px; + margin: 0 4px; } + .app-view-control, .app-view-control:hover, .app-view-control:checked { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + icon-shadow: none; + color: #bfbfbf; } + .app-view-control:hover { + color: white; + box-shadow: inset 0 -2px #bfbfbf; } + .app-view-control:active { + box-shadow: inset 0 -2px white; } + .app-view-control:checked { + color: white; + box-shadow: inset 0 -2px #2777ff; } + .app-view-control:first-child { + border-right-width: 0; + border-radius: 0; } + .app-view-control:last-child { + border-radius: 0; } + +/* Dash */ +#dash { + font-size: 9pt; + padding: 5px 0; + border-radius: 0 15px 15px 0; + border-left-width: 0; } + #dash:rtl { + border-radius: 15px 0 0 15px; + border-right-width: 0; } + #dash .placeholder { + background-image: none; + background-size: contain; + height: 32px; } + #dash .empty-dash-drop-target { + width: 32px; + height: 32px; } + +.dash-item-container > StWidget { + padding: 5px 10px; } + +.dash-label { + background-color: rgba(39, 42, 52, 0.95); + border-radius: 7px; + border: none; + box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1); + color: white; + padding: 6px 8px; + text-align: center; + -x-offset: 8px; } + +.show-apps .overview-icon { + color: white; } + +.show-apps:hover .overview-icon, .show-apps:selected .overview-icon { + background-color: rgba(255, 255, 255, 0.1); } + +.show-apps:focus .overview-icon { + background-color: rgba(255, 255, 255, 0.3); } + +.show-apps:drop .overview-icon { + background-color: rgba(39, 119, 255, 0.85); } + +.show-apps:active .overview-icon, .show-apps:checked .overview-icon { + background-color: rgba(17, 18, 23, 0.5); } + +.show-apps:focus .overview-icon, .show-apps:checked .overview-icon { + background-color: #111217; + color: #5c616c; } + +/* Workspace pager */ +.workspace-thumbnails { + visible-width: 32px; + spacing: 6px; + padding: 6px; + border-radius: 10px 0 0 10px; + border-right-width: 0; } + .workspace-thumbnails:rtl { + border-radius: 0 10px 10px 0; + border-left-width: 0; } + .workspace-thumbnails .placeholder { + background-image: url("assets/dash-placeholder.svg"); + background-size: contain; + height: 24px; } + +.workspace-thumbnail-indicator { + border: 3px solid #2777ff; + border-radius: 3px; + padding: 0px; } + +.ripple-pointer-location { + width: 50px; + height: 50px; + border-radius: 25px; + background-color: rgba(192, 215, 255, 0.3); + box-shadow: 0 0 2px 2px #8db7ff; } + +.pie-timer { + width: 60px; + height: 60px; + -pie-border-width: 3px; + -pie-border-color: #2777ff; + -pie-background-color: rgba(243, 247, 255, 0.3); } + +.magnifier-zoom-region { + border: 2px solid #2777ff; } + .magnifier-zoom-region.full-screen { + border-width: 0; } + +.select-area-rubberband { + background-color: rgba(39, 119, 255, 0.3); + border: 1px solid #2777ff; } + +.user-icon { + background-size: contain; + color: white; + border-radius: 99px; } + .user-icon:hover { + color: white; } + .user-icon StIcon { + background-color: rgba(255, 255, 255, 0.05); + border-radius: 99px; } + +.user-widget.vertical .user-icon { + icon-size: 6.54em; } + .user-widget.vertical .user-icon StIcon { + padding: 20px; + padding-top: 18px; + padding-bottom: 22px; + width: 5.995em; + height: 5.995em; } + +.user-widget.horizontal .user-icon { + icon-size: 4.36em; } + .user-widget.horizontal .user-icon StIcon { + padding: 12px; + width: 2.725em; + height: 2.725em; } + +.lightbox { + background-color: black; } + +.flashspot { + background-color: white; } + +.hidden { + color: rgba(0, 0, 0, 0); } + +.caps-lock-warning-label { + text-align: center; + padding-bottom: 8px; + font-size: 10pt; + color: #fd7d00; } + +/* Tiled window previews */ +.tile-preview { + background-color: rgba(39, 119, 255, 0.5); + border: 1px solid #2777ff; } + +.tile-preview-left.on-primary { + border-radius: 6px 0 0 0; } + +.tile-preview-right.on-primary { + border-radius: 0 6px 0 0; } + +.tile-preview-left.tile-preview-right.on-primary { + border-radius: 6px 6px 0 0; } + +/* On-screen Keyboard */ +#keyboard { + background-color: rgba(242, 242, 242, 0.9); + box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1); } + #keyboard .page-indicator { + padding: 6px; } + #keyboard .page-indicator .page-indicator-icon { + width: 8px; + height: 8px; } + +.key-container { + padding: 4px; + spacing: 4px; } + +.keyboard-key { + color: #5c616c; + background-color: white; + border-color: #d1d1d1; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); + font-size: 16pt; + min-height: 1.2em; + min-width: 1.2em; + border-width: 1px; + border-style: solid; + border-radius: 8px; } + .keyboard-key:focus { + color: #5c616c; + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); + box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); } + .keyboard-key:hover, .keyboard-key:checked { + color: #5c616c; + background-color: white; + border-color: #d1d1d1; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); } + .keyboard-key:active { + color: #5c616c; + background-color: #f7f7f7; + border-color: #d1d1d1; + text-shadow: none; + icon-shadow: none; + box-shadow: none; } + .keyboard-key:grayed { + background-color: #f7f7f7; + color: white; + border-color: black; } + .keyboard-key.default-key { + color: #5c616c; + background-color: #16171d; + border-color: black; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); } + .keyboard-key.default-key:hover, .keyboard-key.default-key:checked { + color: #5c616c; + background-color: #20232b; + border-color: black; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); } + .keyboard-key.default-key:active { + color: #5c616c; + background-color: #08090b; + border-color: black; + text-shadow: none; + icon-shadow: none; + box-shadow: none; } + .keyboard-key.enter-key { + color: #ffffff; + background-color: #3681ff; + border-color: #004bca; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); } + .keyboard-key.enter-key:hover, .keyboard-key.enter-key:checked { + color: #5c616c; + background-color: #5f9aff; + border-color: #005efd; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); } + .keyboard-key.enter-key:active { + color: #5c616c; + background-color: #0e67ff; + border-color: #0047c0; + text-shadow: none; + icon-shadow: none; + box-shadow: none; } + .keyboard-key.shift-key-uppercase { + color: #2777ff; } + .keyboard-key StIcon { + icon-size: 1.125em; } + +.keyboard-subkeys { + color: white; + -arrow-border-radius: 10px; + -arrow-background-color: #272a34; + -arrow-border-width: 1px; + -arrow-border-color: #3b3f4e; + -arrow-base: 20px; + -arrow-rise: 10px; + -boxpointer-gap: 6px; } + .keyboard-subkeys .keyboard-key { + color: #5c616c; + background-color: white; + border-color: #d1d1d1; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); + border-radius: 5px; } + .keyboard-subkeys .keyboard-key:focus { + color: #5c616c; + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); + box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); } + .keyboard-subkeys .keyboard-key:hover, .keyboard-subkeys .keyboard-key:checked { + color: #5c616c; + background-color: white; + border-color: #d1d1d1; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); } + .keyboard-subkeys .keyboard-key:active { + color: #5c616c; + background-color: #f7f7f7; + border-color: #d1d1d1; + text-shadow: none; + icon-shadow: none; + box-shadow: none; } + +.emoji-page .keyboard-key { + background-color: transparent; + border: none; + color: initial; } + +.emoji-panel .keyboard-key:latched { + border-color: #4187ff; + background-color: #2777ff; } + +.word-suggestions { + font-size: 14pt; + spacing: 12px; + min-height: 20pt; } + +/* Looking Glass */ +#LookingGlassDialog { + background-color: #272a34; + spacing: 6px; + padding: 4px; + border: 1px solid rgba(255, 255, 255, 0.2); + border-radius: 5px; + color: white; } + #LookingGlassDialog > #Toolbar { + border: none; + border-radius: 5px; + background-color: #272a34; } + #LookingGlassDialog .labels { + spacing: 6px; } + #LookingGlassDialog .notebook-tab { + -natural-hpadding: 12px; + -minimum-hpadding: 6px; + font-weight: bold; + color: #d9d9d9; + transition-duration: 100ms; + padding-left: .3em; + padding-right: .3em; + border-bottom-width: 2px; } + #LookingGlassDialog .notebook-tab:hover { + color: white; } + #LookingGlassDialog .notebook-tab:selected { + border-bottom-width: 2px; + box-shadow: inset 0 -2px 0 0 #4187ff; + color: white; } + #LookingGlassDialog StBoxLayout#EvalBox { + padding: 4px; + spacing: 6px; } + #LookingGlassDialog StBoxLayout#ResultsArea { + spacing: 6px; } + +.lg-dialog StEntry { + background-color: rgba(50, 54, 67, 0.6); + color: white; + border-color: rgba(255, 255, 255, 0.2); + min-height: 22px; + selection-background-color: #2777ff; + selected-color: #ffffff; } + +.lg-dialog .shell-link { + color: #005af3; } + .lg-dialog .shell-link:hover { + color: #2777ff; } + .lg-dialog .shell-link:active { + color: #0047c0; } + +.lg-completions-text { + font-size: .9em; + font-style: italic; } + +.lg-obj-inspector-title { + spacing: 6px; } + +.lg-obj-inspector-button { + border: 1px solid black; + padding: 4px; + border-radius: 5px; } + .lg-obj-inspector-button:hover { + border: 1px solid #ffffff; } + +#lookingGlassExtensions { + padding: 4px; } + +.lg-extensions-list { + padding: 4px; + spacing: 6px; } + +.lg-extension { + border: 1px solid #0d0d0d; + background-color: #323643; + border-radius: 5px; + padding: 4px; } + +.lg-extension-name { + font-weight: bold; } + +.lg-extension-meta { + spacing: 6px; } + +#LookingGlassPropertyInspector { + background: #272a34; + border: 1px solid black; + border-radius: 5px; + padding: 6px; } + +/* Login Dialog */ +.login-dialog-banner-view { + padding-top: 24px; + max-width: 23em; } + +.login-dialog { + border: none; + background-color: transparent; } + .login-dialog .modal-dialog-button-box { + spacing: 3px; } + .login-dialog .modal-dialog-button { + padding: 4px 18px; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); + background-color: #5b666a; + border-color: #5b666a; + color: #5c616c; } + .login-dialog .modal-dialog-button:hover, .login-dialog .modal-dialog-button:focus { + background-color: #667478; + border-color: #667478; } + .login-dialog .modal-dialog-button:active { + box-shadow: none; + background-color: #4f595d; + border-color: #4f595d; } + .login-dialog .modal-dialog-button:insensitive { + color: #aeb0b6; + border-color: #d9d9d9; + background-color: #fdfdfd; + box-shadow: none; + text-shadow: none; + icon-shadow: none; + border-color: #4f595d; + background-color: #4f595d; + color: rgba(92, 97, 108, 0.7); } + .login-dialog .modal-dialog-button:default { + color: #ffffff; + background-color: #3681ff; + border-color: #004bca; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); + border-color: #2777ff; } + .login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus { + color: #ffffff; + background-color: #5091ff; + border-color: #0058ee; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); + background-color: #4187ff; + border-color: #4187ff; } + .login-dialog .modal-dialog-button:default:active { + color: #ffffff; + background-color: #186eff; + border-color: #004bca; + text-shadow: none; + icon-shadow: none; + box-shadow: none; + background-color: #0e67ff; + border-color: #0e67ff; } + .login-dialog .modal-dialog-button:default:insensitive { + color: #aeb0b6; + border-color: #d9d9d9; + background-color: #fdfdfd; + box-shadow: none; + text-shadow: none; + icon-shadow: none; + border-color: #005af3; + background-color: #005af3; + color: rgba(255, 255, 255, 0.7); } + .login-dialog .cancel-button, + .login-dialog .switch-user-button, + .login-dialog .login-dialog-session-list-button { + padding: 0; + border-radius: 99px; + width: 2.18em; + height: 2.18em; + border-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.3); } + .login-dialog .cancel-button StIcon, + .login-dialog .switch-user-button StIcon, + .login-dialog .login-dialog-session-list-button StIcon { + icon-size: 1.09em; } + .login-dialog .caps-lock-warning-label, + .login-dialog .login-dialog-message-warning { + color: white; } + +.login-dialog-logo-bin { + padding: 24px 0px; } + +.login-dialog-banner { + color: #e6e6e6; } + +.login-dialog-button-box { + width: 23em; + spacing: 5px; } + +.login-dialog-message { + text-align: center; } + +.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: white; } + +.login-dialog-not-listed-label { + font-size: 10pt; + font-weight: bold; + color: #b3b3b3; + padding-top: 1em; } + +.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: #2777ff; + color: #ffffff; } + .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { + border-right: 2px solid #2777ff; } + +.login-dialog-user-list-item { + border-radius: 9px; + padding: 6px; + color: #b3b3b3; } + .login-dialog-user-list-item:ltr .user-widget { + padding-right: 1em; } + .login-dialog-user-list-item:rtl .user-widget { + padding-left: 1em; } + .login-dialog-user-list-item .login-dialog-timed-login-indicator { + height: 2px; + margin-top: 6px; + background-color: white; } + .login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { + background-color: #ffffff; } + +.user-widget-label { + color: white; } + +.user-widget.horizontal .user-widget-label { + font-size: 13pt; + font-weight: bold; + text-align: left; + padding-left: 15px; } + .user-widget.horizontal .user-widget-label:ltr { + padding-left: 14px; } + .user-widget.horizontal .user-widget-label:rtl { + padding-right: 14px; } + +.user-widget.vertical .user-widget-label { + font-size: 16pt; + text-align: center; + font-weight: normal; + padding-top: 16px; } + +.login-dialog-prompt-layout { + padding-top: 24px; + padding-bottom: 12px; + spacing: 12px; + width: 23em; } + +.login-dialog-prompt-entry { + height: 1.5em; } + +.login-dialog-prompt-label { + color: #cccccc; + font-size: 12pt; + padding-top: 1em; } + +/* Screen Shield */ +.unlock-dialog-clock { + color: white; + font-weight: 300; + text-align: center; + spacing: 24px; + padding-bottom: 2.5em; } + +.unlock-dialog-clock-time { + font-size: 64pt; + padding-top: 42px; + font-feature-settings: "tnum"; } + +.unlock-dialog-clock-date { + font-size: 16pt; + font-weight: normal; } + +.unlock-dialog-clock-hint { + font-weight: normal; + padding-top: 48px; } + +.unlock-dialog-notifications-container { + margin: 12px 0; + spacing: 6px; + width: 23em; + background-color: transparent; } + .unlock-dialog-notifications-container .summary-notification-stack-scrollview { + padding-top: 0; + padding-bottom: 0; } + .unlock-dialog-notifications-container .notification, + .unlock-dialog-notifications-container .unlock-dialog-notification-source { + padding: 12px 6px; + border: none; + background-color: rgba(39, 42, 52, 0.3); + color: white; + border-radius: 10px; } + .unlock-dialog-notifications-container .notification.critical, + .unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { + background-color: rgba(39, 42, 52, 0.9); } + +.unlock-dialog-notification-label { + padding: 0px 0px 0px 12px; } + +.unlock-dialog-notification-count-text { + weight: bold; + padding: 0 6px; + color: #272a34; + background-color: rgba(255, 255, 255, 0.3); + border-radius: 99px; + margin-right: 12px; } + +.screen-shield-background { + background: black; + box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6); } + +#lockDialogGroup { + background-color: #41494c; } + +#unlockDialogNotifications StButton#vhandle, #unlockDialogNotifications StButton#hhandle { + background-color: rgba(255, 255, 255, 0.3); } + #unlockDialogNotifications StButton#vhandle:hover, #unlockDialogNotifications StButton#vhandle:focus, #unlockDialogNotifications StButton#hhandle:hover, #unlockDialogNotifications StButton#hhandle:focus { + background-color: rgba(255, 255, 255, 0.5); } + #unlockDialogNotifications StButton#vhandle:active, #unlockDialogNotifications StButton#hhandle:active { + background-color: rgba(39, 119, 255, 0.5); } + /* This stylesheet is generated, DO NOT EDIT */ /* Copyright 2009, 2015 Red Hat, Inc. * @@ -25,52 +2129,52 @@ stage { /* WIDGETS */ /* Buttons */ -.button, .message-list-clear-button.button { +.button, .message-list-clear-button.button, .app-folder-dialog .folder-name-container .edit-folder-button { border-radius: 5px; border-width: 1px; min-height: 22px; padding: 4px 32px; color: #5c616c; - background-color: #ffffff; - border-color: #d9d9d9; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); - text-shadow: 0 1px black; - icon-shadow: 0 1px black; } - .button:focus, .message-list-clear-button.button:focus { + background-color: white; + border-color: #d1d1d1; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); } + .button:focus, .app-folder-dialog .folder-name-container .edit-folder-button:focus { color: #5c616c; - text-shadow: 0 1px black; - icon-shadow: 0 1px black; - box-shadow: inset 0px 0px 0px 2px #2777ff; } - .button:hover, .message-list-clear-button.button:hover { + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); + box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); } + .button:hover, .app-folder-dialog .folder-name-container .edit-folder-button:hover { color: #5c616c; - border-color: #d9d9d9; background-color: white; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); - text-shadow: 0 1px black; - icon-shadow: 0 1px black; } - .button:insensitive, .message-list-clear-button.button:insensitive { + border-color: #d1d1d1; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); } + .button:insensitive, .app-folder-dialog .folder-name-container .edit-folder-button:insensitive { color: #aeb0b6; border-color: #d9d9d9; background-color: #fdfdfd; box-shadow: none; text-shadow: none; icon-shadow: none; } - .button:active, .message-list-clear-button.button:active { + .button:active, .app-folder-dialog .folder-name-container .edit-folder-button:active { color: #5c616c; - border-color: #d9d9d9; - background-color: #dbdbdb; + background-color: #d4d4d4; + border-color: #adadad; text-shadow: none; icon-shadow: none; box-shadow: none; } -.modal-dialog-linked-button, .notification-banner .notification-button, .hotplug-notification-item { +.modal-dialog-linked-button, .notification-banner .notification-button, .hotplug-notification-item, .modal-dialog .modal-dialog-linked-button { border-right-width: 1px; color: #5c616c; - background-color: #ffffff; - border-color: #d9d9d9; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); - text-shadow: 0 1px black; - icon-shadow: 0 1px black; + background-color: white; + border-color: #d1d1d1; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); padding: 12px; border-top: 1px solid #d9d9d9; } .modal-dialog-linked-button:insensitive, .notification-banner .notification-button:insensitive, .hotplug-notification-item:insensitive { @@ -82,20 +2186,20 @@ stage { icon-shadow: none; } .modal-dialog-linked-button:hover, .notification-banner .notification-button:hover, .hotplug-notification-item:hover { color: #5c616c; - border-color: #d9d9d9; background-color: white; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); - text-shadow: 0 1px black; - icon-shadow: 0 1px black; } + border-color: #d1d1d1; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); } .modal-dialog-linked-button:focus, .notification-banner .notification-button:focus, .hotplug-notification-item:focus { color: #5c616c; - text-shadow: 0 1px black; - icon-shadow: 0 1px black; - box-shadow: inset 0px 0px 0px 2px #2777ff; } + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); + box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); } .modal-dialog-linked-button:active, .notification-banner .notification-button:active, .hotplug-notification-item:active { color: #5c616c; - border-color: #d9d9d9; - background-color: #dbdbdb; + background-color: #d4d4d4; + border-color: #adadad; text-shadow: none; icon-shadow: none; box-shadow: none; } @@ -119,7 +2223,8 @@ StEntry { selection-background-color: #2777ff; selected-color: #ffffff; } StEntry:focus { - border-color: rgba(10, 10, 12, 0.5); } + border-color: rgba(10, 10, 12, 0.5); + box-shadow: inset 0 0 0 1px rgba(92, 97, 108, 0.5); } StEntry:insensitive { color: #aeb0b6; border-color: #fdfdfd; @@ -699,33 +2804,35 @@ StScrollBar { background-color: #ffffff; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 12px; } - .osd-window StIcon, .resize-popup StIcon, .switcher-list StIcon, .workspace-switcher-container StIcon { + .osd-window StIcon, + .resize-popup StIcon, + .switcher-list StIcon, .workspace-switcher-container StIcon { icon-shadow: rgba(0, 0, 0, 0.7) 0 1px 6px; } -.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 { +.notification-banner StEntry, .nm-dialog 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 { color: #5c616c; background-color: #fafafa; border-color: #d9d9d9; box-shadow: none; } - .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 { + .notification-banner StEntry:focus, .nm-dialog 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 { border: 2px solid #2777ff; } -.modal-dialog, .prompt-dialog, .audio-device-selection-dialog, .access-dialog, .geolocation-dialog, .extension-dialog, .inhibit-shortcuts-dialog, .nm-dialog { +.nm-dialog, .modal-dialog, .prompt-dialog, .audio-device-selection-dialog, .access-dialog, .geolocation-dialog, .extension-dialog, .inhibit-shortcuts-dialog { color: #5c616c; background-color: #ffffff; border: 1px solid rgba(0, 0, 0, 0.4); } - .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 { + .nm-dialog .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 { background-color: #ffffff; color: #5c616c; } - .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, .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, .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, .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, .modal-dialog .button:disabled, .prompt-dialog .button:disabled, .audio-device-selection-dialog .button:disabled, .access-dialog .button:disabled, .geolocation-dialog .button:disabled, .extension-dialog .button:disabled, .inhibit-shortcuts-dialog .button:disabled, .nm-dialog .button:disabled { + .nm-dialog .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 { box-shadow: none; border-color: #d9d9d9; } - .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 { + .nm-dialog .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 { background-color: white; } - .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 { + .nm-dialog .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 { background-color: #2777ff; color: #ffffff; } - .modal-dialog .button:disabled, .prompt-dialog .button:disabled, .audio-device-selection-dialog .button:disabled, .access-dialog .button:disabled, .geolocation-dialog .button:disabled, .extension-dialog .button:disabled, .inhibit-shortcuts-dialog .button:disabled, .nm-dialog .button:disabled { + .nm-dialog .button:disabled, .modal-dialog .button:disabled, .prompt-dialog .button:disabled, .audio-device-selection-dialog .button:disabled, .access-dialog .button:disabled, .geolocation-dialog .button:disabled, .extension-dialog .button:disabled, .inhibit-shortcuts-dialog .button:disabled { color: #aeb0b6; } /* Tiled window previews */ @@ -796,17 +2903,9 @@ StScrollBar { #panel .panel-button .system-status-icon { icon-size: 1.09em; padding: 0 5px; } - .unlock-screen #panel .panel-button, - .login-screen #panel .panel-button, - .lock-screen #panel .panel-button { + .unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { color: #737a88; } - .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 { + .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: #737a88; } #panel .panel-status-indicators-box, #panel .panel-status-menu-box { @@ -1405,9 +3504,7 @@ StScrollBar { .grid-search-result .overview-icon { font-weight: bold; } -.app-well-app:hover .overview-icon, -.app-well-app:focus .overview-icon, -.app-well-app:selected .overview-icon, +.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, @@ -1428,8 +3525,7 @@ StScrollBar { .grid-search-result:drop .overview-icon { background-color: rgba(39, 119, 255, 0.85); } -.app-well-app:active .overview-icon, -.app-well-app:checked .overview-icon, +.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, @@ -1446,11 +3542,9 @@ StScrollBar { border-radius: 3px; margin-bottom: 2px; } -.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 { +.search-provider-icon, .list-search-result, .app-well-app .overview-icon, +.grid-search-result .overview-icon, .show-apps .overview-icon, +.app-well-app.app-folder .overview-icon { color: white; border-radius: 9px; padding: 6px; @@ -1494,8 +3588,7 @@ StScrollBar { border: none; margin: 2px; background-color: white; } - .page-indicator:checked .page-indicator-icon, - .page-indicator:checked:active .page-indicator-icon { + .page-indicator:checked .page-indicator-icon, .page-indicator:checked:active .page-indicator-icon { background-color: white; } .app-well-app > .overview-icon.overview-icon-with-label, @@ -1700,9 +3793,9 @@ StScrollBar { color: white; } .keyboard-key:focus { color: #5c616c; - text-shadow: 0 1px black; - icon-shadow: 0 1px black; - box-shadow: inset 0px 0px 0px 2px #2777ff; } + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); + box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); } .keyboard-key:hover, .keyboard-key:checked { background-color: #414657; } .keyboard-key:active { @@ -1844,25 +3937,25 @@ StScrollBar { color: rgba(246, 245, 244, 0.7); } .login-dialog .modal-dialog-button:default { color: #ffffff; - background-color: #2777ff; - border-color: #d9d9d9; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); - text-shadow: 0 1px black; - icon-shadow: 0 1px black; + background-color: #3681ff; + border-color: #004bca; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); border-color: #2777ff; } .login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus { color: #ffffff; - border-color: #d9d9d9; - background-color: #2777ff; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); - text-shadow: 0 1px black; - icon-shadow: 0 1px black; + background-color: #5091ff; + border-color: #0058ee; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + text-shadow: 0 1px rgba(255, 255, 255, 0.3); + icon-shadow: 0 1px rgba(255, 255, 255, 0.3); background-color: #4187ff; border-color: #4187ff; } .login-dialog .modal-dialog-button:default:active { color: #ffffff; - border-color: #d9d9d9; - background-color: #2777ff; + background-color: #186eff; + border-color: #004bca; text-shadow: none; icon-shadow: none; box-shadow: none; @@ -1900,8 +3993,7 @@ StScrollBar { .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 { + .login-dialog-not-listed-button:focus .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-not-listed-label { color: white; } .login-dialog-not-listed-label { diff --git a/src/themes/Kali/sass/gnome-shell-dark.scss b/src/themes/Kali/sass/gnome-shell-dark.scss index c9c2b04e..2f1ae68d 100644 --- a/src/themes/Kali/sass/gnome-shell-dark.scss +++ b/src/themes/Kali/sass/gnome-shell-dark.scss @@ -1,6 +1,8 @@ $variant: 'dark'; -@import 'gtk-sass/_colors'; //use gtk colors -@import 'gnome-shell-sass/_drawing'; -@import 'gnome-shell-sass/_common'; +@import "gtk-sass/_colors"; //use gtk colors +@import "gnome-shell-sass/upstream/gnome-shell-sass/_drawing"; +@import "gnome-shell-sass/upstream/gnome-shell-sass/_common"; +@import "gnome-shell-sass/upstream/gnome-shell-sass/_widgets"; +@import "gnome-shell-sass/_common-tweaks"; @import 'gnome-shell-sass/_extensions'; diff --git a/src/themes/Kali/sass/gnome-shell-sass/_common.scss b/src/themes/Kali/sass/gnome-shell-sass/_common-tweaks.scss similarity index 100% rename from src/themes/Kali/sass/gnome-shell-sass/_common.scss rename to src/themes/Kali/sass/gnome-shell-sass/_common-tweaks.scss diff --git a/src/themes/Kali/sass/gnome-shell.scss b/src/themes/Kali/sass/gnome-shell.scss index ded52c34..0e9feffb 100644 --- a/src/themes/Kali/sass/gnome-shell.scss +++ b/src/themes/Kali/sass/gnome-shell.scss @@ -1,6 +1,8 @@ $variant: 'light'; -@import 'gtk-sass/_colors'; //use gtk colors -@import 'gnome-shell-sass/_drawing'; -@import 'gnome-shell-sass/_common'; +@import "gtk-sass/_colors"; //use gtk colors +@import "gnome-shell-sass/upstream/gnome-shell-sass/_drawing"; +@import "gnome-shell-sass/upstream/gnome-shell-sass/_common"; +@import "gnome-shell-sass/upstream/gnome-shell-sass/_widgets"; +@import "gnome-shell-sass/_common-tweaks"; @import 'gnome-shell-sass/_extensions';