Last active
April 9, 2024 08:15
-
-
Save duzenko/b11327b57a2e0e51e7a6038d9b1e62d4 to your computer and use it in GitHub Desktop.
Gnome 42 light theme (ubuntu 22)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* based on https://gitlab.gnome.org/eeshugerman/gnome-shell-theme-default-light with dock tweaks */ | |
| /* save as ~/.themes/Default-light/gnome-shell/gnome-shell.css and enable with gnome-tweaks */ | |
| /* 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: #3d3846; } | |
| /* Common Stylings */ | |
| .screenshot-ui-panel, .workspace-switcher, .switcher-list, .resize-popup, .osd-monitor-label, .osd-window { | |
| color: #000000; | |
| background-color: #f6f5f4; | |
| border: 1px solid rgba(0, 0, 0, 0.1); | |
| border-radius: 999px; | |
| padding: 12px; } | |
| .app-well-app.app-folder .overview-icon, .app-folder.grid-search-result .overview-icon, .app-well-app .overview-icon, .grid-search-result .overview-icon, .dash-item-container .show-apps .overview-icon, .list-search-result, .search-provider-icon, .switcher-list .item-box { | |
| border-radius: 16px; | |
| padding: 6px; | |
| spacing: 6px; | |
| border: 2px solid transparent; | |
| transition-duration: 200ms; | |
| text-align: center; } | |
| #LookingGlassDialog .notebook-tab, #LookingGlassDialog > #Toolbar .lg-toolbar-button, .app-folder-dialog .folder-name-container .edit-folder-button, .button, .login-dialog-button, .icon-button, .login-dialog-button.cancel-button, .login-dialog-button.switch-user-button, .login-dialog-button.login-dialog-session-list-button, .background-app-item .close-button { | |
| border-radius: 8px; | |
| border-style: solid; | |
| border-width: 1px; | |
| font-weight: bold; | |
| padding: 3px 24px; | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #e5e4e4; } | |
| #LookingGlassDialog .notebook-tab:focus, #LookingGlassDialog > #Toolbar .lg-toolbar-button:focus, .app-folder-dialog .folder-name-container .edit-folder-button:focus, .button:focus, .login-dialog-button:focus, .icon-button:focus, .background-app-item .close-button:focus { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #d8dde5; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.6) !important; } | |
| #LookingGlassDialog .notebook-tab:focus:hover, #LookingGlassDialog > #Toolbar .lg-toolbar-button:focus:hover, .app-folder-dialog .folder-name-container .edit-folder-button:focus:hover, .button:focus:hover, .login-dialog-button:focus:hover, .icon-button:focus:hover, .background-app-item .close-button:focus:hover { | |
| background-color: #dfe4ec; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7) !important; } | |
| #LookingGlassDialog .notebook-tab:focus:active, #LookingGlassDialog > #Toolbar .lg-toolbar-button:focus:active, .app-folder-dialog .folder-name-container .edit-folder-button:focus:active, .button:focus:active, .login-dialog-button:focus:active, .icon-button:focus:active, .background-app-item .close-button:focus:active { | |
| background-color: #e5ebf3; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7) !important; } | |
| #LookingGlassDialog .notebook-tab:hover, #LookingGlassDialog > #Toolbar .lg-toolbar-button:hover, .app-folder-dialog .folder-name-container .edit-folder-button:hover, .button:hover, .login-dialog-button:hover, .icon-button:hover, .background-app-item .close-button:hover { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #edecec; } | |
| #LookingGlassDialog .notebook-tab:insensitive, #LookingGlassDialog > #Toolbar .lg-toolbar-button:insensitive, .app-folder-dialog .folder-name-container .edit-folder-button:insensitive, .button:insensitive, .login-dialog-button:insensitive, .icon-button:insensitive, .background-app-item .close-button:insensitive { | |
| transition-duration: 100ms; | |
| color: rgba(61, 56, 70, 0.5); | |
| background-color: rgba(61, 56, 70, 0.05); } | |
| #LookingGlassDialog .notebook-tab:selected, #LookingGlassDialog > #Toolbar .lg-toolbar-button:selected, .app-folder-dialog .folder-name-container .edit-folder-button:selected, .button:selected, .login-dialog-button:selected, .icon-button:selected, .background-app-item .close-button:selected, #LookingGlassDialog .notebook-tab:active, #LookingGlassDialog > #Toolbar .lg-toolbar-button:active, .app-folder-dialog .folder-name-container .edit-folder-button:active, .button:active, .login-dialog-button:active, .icon-button:active, .background-app-item .close-button:active { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #fcfbfb; } | |
| #LookingGlassDialog .notebook-tab:checked, #LookingGlassDialog > #Toolbar .lg-toolbar-button:checked, .app-folder-dialog .folder-name-container .edit-folder-button:checked, .button:checked, .login-dialog-button:checked, .icon-button:checked, .background-app-item .close-button:checked { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #fcfbfb; } | |
| #LookingGlassDialog .notebook-tab:checked:hover, #LookingGlassDialog > #Toolbar .lg-toolbar-button:checked:hover, .app-folder-dialog .folder-name-container .edit-folder-button:checked:hover, .button:checked:hover, .login-dialog-button:checked:hover, .icon-button:checked:hover, .background-app-item .close-button:checked:hover { | |
| background-color: white; } | |
| #LookingGlassDialog .notebook-tab:checked:active, #LookingGlassDialog > #Toolbar .lg-toolbar-button:checked:active, .app-folder-dialog .folder-name-container .edit-folder-button:checked:active, .button:checked:active, .login-dialog-button:checked:active, .icon-button:checked:active, .background-app-item .close-button:checked:active { | |
| background-color: white; } | |
| #LookingGlassDialog .flat.notebook-tab, #LookingGlassDialog > #Toolbar .flat.lg-toolbar-button, .app-folder-dialog .folder-name-container .flat.edit-folder-button, .flat.button, .flat.login-dialog-button, .flat.icon-button, .background-app-item .flat.close-button { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #e5e4e4; | |
| background-color: transparent; } | |
| #LookingGlassDialog .flat.notebook-tab:focus, #LookingGlassDialog > #Toolbar .flat.lg-toolbar-button:focus, .app-folder-dialog .folder-name-container .flat.edit-folder-button:focus, .flat.button:focus, .flat.login-dialog-button:focus, .flat.icon-button:focus, .background-app-item .flat.close-button:focus { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #d8dde5; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.6) !important; } | |
| #LookingGlassDialog .flat.notebook-tab:focus:hover, #LookingGlassDialog > #Toolbar .flat.lg-toolbar-button:focus:hover, .app-folder-dialog .folder-name-container .flat.edit-folder-button:focus:hover, .flat.button:focus:hover, .flat.login-dialog-button:focus:hover, .flat.icon-button:focus:hover, .background-app-item .flat.close-button:focus:hover { | |
| background-color: #dfe4ec; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7) !important; } | |
| #LookingGlassDialog .flat.notebook-tab:focus:active, #LookingGlassDialog > #Toolbar .flat.lg-toolbar-button:focus:active, .app-folder-dialog .folder-name-container .flat.edit-folder-button:focus:active, .flat.button:focus:active, .flat.login-dialog-button:focus:active, .flat.icon-button:focus:active, .background-app-item .flat.close-button:focus:active { | |
| background-color: #e5ebf3; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7) !important; } | |
| #LookingGlassDialog .flat.notebook-tab:hover, #LookingGlassDialog > #Toolbar .flat.lg-toolbar-button:hover, .app-folder-dialog .folder-name-container .flat.edit-folder-button:hover, .flat.button:hover, .flat.login-dialog-button:hover, .flat.icon-button:hover, .background-app-item .flat.close-button:hover { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #edecec; } | |
| #LookingGlassDialog .flat.notebook-tab:insensitive, #LookingGlassDialog > #Toolbar .flat.lg-toolbar-button:insensitive, .app-folder-dialog .folder-name-container .flat.edit-folder-button:insensitive, .flat.button:insensitive, .flat.login-dialog-button:insensitive, .flat.icon-button:insensitive, .background-app-item .flat.close-button:insensitive { | |
| transition-duration: 100ms; | |
| color: rgba(61, 56, 70, 0.5); | |
| background-color: rgba(61, 56, 70, 0.05); } | |
| #LookingGlassDialog .flat.notebook-tab:selected, #LookingGlassDialog > #Toolbar .flat.lg-toolbar-button:selected, .app-folder-dialog .folder-name-container .flat.edit-folder-button:selected, .flat.button:selected, .flat.login-dialog-button:selected, .flat.icon-button:selected, .background-app-item .flat.close-button:selected, #LookingGlassDialog .flat.notebook-tab:active, #LookingGlassDialog > #Toolbar .flat.lg-toolbar-button:active, .app-folder-dialog .folder-name-container .flat.edit-folder-button:active, .flat.button:active, .flat.login-dialog-button:active, .flat.icon-button:active, .background-app-item .flat.close-button:active { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #fcfbfb; } | |
| #LookingGlassDialog .flat.notebook-tab:checked, #LookingGlassDialog > #Toolbar .flat.lg-toolbar-button:checked, .app-folder-dialog .folder-name-container .flat.edit-folder-button:checked, .flat.button:checked, .flat.login-dialog-button:checked, .flat.icon-button:checked, .background-app-item .flat.close-button:checked { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #fcfbfb; } | |
| #LookingGlassDialog .flat.notebook-tab:checked:hover, #LookingGlassDialog > #Toolbar .flat.lg-toolbar-button:checked:hover, .app-folder-dialog .folder-name-container .flat.edit-folder-button:checked:hover, .flat.button:checked:hover, .flat.login-dialog-button:checked:hover, .flat.icon-button:checked:hover, .background-app-item .flat.close-button:checked:hover { | |
| background-color: white; } | |
| #LookingGlassDialog .flat.notebook-tab:checked:active, #LookingGlassDialog > #Toolbar .flat.lg-toolbar-button:checked:active, .app-folder-dialog .folder-name-container .flat.edit-folder-button:checked:active, .flat.button:checked:active, .flat.login-dialog-button:checked:active, .flat.icon-button:checked:active, .background-app-item .flat.close-button:checked:active { | |
| background-color: white; } | |
| .lg-dialog StEntry, StEntry { | |
| border-radius: 8px; | |
| padding: 9px 9px; | |
| color: #3d3846; | |
| selection-background-color: #62a0ea; | |
| selected-color: #ffffff; | |
| transition-duration: 100ms; | |
| background-color: rgba(61, 56, 70, 0.1); | |
| color: rgba(61, 56, 70, 0.7); } | |
| StEntry:hover { | |
| transition-duration: 100ms; | |
| background-color: rgba(61, 56, 70, 0.2); | |
| color: inherit; } | |
| StEntry:focus { | |
| transition-duration: 100ms; | |
| background-color: rgba(73, 89, 123, 0.24); | |
| box-shadow: inset 0 0 0 2px #62a0ea; | |
| color: #3d3846; } | |
| StEntry:insensitive { | |
| transition-duration: 100ms; | |
| background-color: rgba(154, 151, 157, 0.2); | |
| color: #9a979d; } | |
| .modal-dialog .modal-dialog-linked-button, .hotplug-notification-item, .notification-banner .notification-button { | |
| padding: 12px; | |
| font-weight: bold !important; | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #d7d4d2; } | |
| .modal-dialog .modal-dialog-linked-button:ltr, .hotplug-notification-item:ltr, .notification-banner .notification-button:ltr { | |
| margin-right: 1px; } | |
| .modal-dialog .modal-dialog-linked-button:rtl, .hotplug-notification-item:rtl, .notification-banner .notification-button:rtl { | |
| margin-left: 1px; } | |
| .modal-dialog .modal-dialog-linked-button:insensitive, .hotplug-notification-item:insensitive, .notification-banner .notification-button:insensitive { | |
| transition-duration: 100ms; | |
| color: rgba(61, 56, 70, 0.5); | |
| background-color: rgba(61, 56, 70, 0.05); } | |
| .modal-dialog .modal-dialog-linked-button:focus, .hotplug-notification-item:focus, .notification-banner .notification-button:focus { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #cbcfd4; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.6) !important; } | |
| .modal-dialog .modal-dialog-linked-button:focus:hover, .hotplug-notification-item:focus:hover, .notification-banner .notification-button:focus:hover { | |
| background-color: #d2d6dc; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7) !important; } | |
| .modal-dialog .modal-dialog-linked-button:focus:active, .hotplug-notification-item:focus:active, .notification-banner .notification-button:focus:active { | |
| background-color: #d8dde3; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7) !important; } | |
| .modal-dialog .modal-dialog-linked-button:hover, .hotplug-notification-item:hover, .notification-banner .notification-button:hover { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #dedcda; } | |
| .modal-dialog .modal-dialog-linked-button:active, .hotplug-notification-item:active, .notification-banner .notification-button:active { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #edebea; } | |
| .modal-dialog .modal-dialog-linked-button:checked, .hotplug-notification-item:checked, .notification-banner .notification-button:checked { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #edebea; } | |
| .modal-dialog .modal-dialog-linked-button:checked:hover, .hotplug-notification-item:checked:hover, .notification-banner .notification-button:checked:hover { | |
| background-color: #f4f3f2; } | |
| .modal-dialog .modal-dialog-linked-button:checked:active, .hotplug-notification-item:checked:active, .notification-banner .notification-button:checked:active { | |
| background-color: #fbfbfb; } | |
| .modal-dialog .modal-dialog-linked-button:first-child:ltr, .hotplug-notification-item:first-child:ltr, .notification-banner .notification-button:first-child:ltr { | |
| border-radius: 0 0 0 16px; } | |
| .modal-dialog .modal-dialog-linked-button:last-child:ltr, .hotplug-notification-item:last-child:ltr, .notification-banner .notification-button:last-child:ltr { | |
| border-radius: 0 0 16px; | |
| margin-right: 0 !important; } | |
| .modal-dialog .modal-dialog-linked-button:first-child:rtl, .hotplug-notification-item:first-child:rtl, .notification-banner .notification-button:first-child:rtl { | |
| border-radius: 0 0 16px; } | |
| .modal-dialog .modal-dialog-linked-button:last-child:rtl, .hotplug-notification-item:last-child:rtl, .notification-banner .notification-button:last-child:rtl { | |
| border-radius: 0 0 0 16px; | |
| margin-left: 0 !important; } | |
| .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 16px 16px; | |
| margin-left: 0 !important; | |
| margin-right: 0 !important; } | |
| .screenshot-ui-show-pointer-button, .screenshot-ui-type-button { | |
| transition-duration: 100ms; | |
| background-color: transparent; | |
| background-color: none; | |
| box-shadow: none; | |
| color: #000000; | |
| background-color: #f6f5f4; } | |
| .screenshot-ui-show-pointer-button:insensitive, .screenshot-ui-type-button:insensitive { | |
| transition-duration: 100ms; | |
| color: rgba(61, 56, 70, 0.5); | |
| background-color: rgba(61, 56, 70, 0.05); | |
| background-color: transparent; | |
| color: rgba(61, 56, 70, 0.5); } | |
| .screenshot-ui-show-pointer-button:insensitive, .screenshot-ui-type-button:insensitive { | |
| transition-duration: 100ms; | |
| background-color: transparent; | |
| background-color: none; | |
| box-shadow: none; } | |
| .screenshot-ui-show-pointer-button:insensitive:insensitive, .screenshot-ui-type-button:insensitive:insensitive { | |
| transition-duration: 100ms; | |
| color: rgba(61, 56, 70, 0.5); | |
| background-color: rgba(61, 56, 70, 0.05); | |
| background-color: transparent; | |
| color: rgba(0, 0, 0, 0.5); } | |
| .screenshot-ui-show-pointer-button:focus, .screenshot-ui-type-button:focus { | |
| transition-duration: 100ms; | |
| color: #000000; | |
| background-color: #dbe1e8; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.6) !important; } | |
| .screenshot-ui-show-pointer-button:focus:hover, .screenshot-ui-type-button:focus:hover { | |
| background-color: #e1e8ef; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7) !important; } | |
| .screenshot-ui-show-pointer-button:focus:active, .screenshot-ui-type-button:focus:active { | |
| background-color: #e8eff6; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7) !important; } | |
| .screenshot-ui-show-pointer-button:hover, .screenshot-ui-type-button:hover { | |
| transition-duration: 100ms; | |
| color: #000000; | |
| background-color: #f0f0f0; } | |
| .screenshot-ui-show-pointer-button:active, .screenshot-ui-type-button:active { | |
| transition-duration: 100ms; | |
| color: #000000; | |
| background-color: white; } | |
| .screenshot-ui-show-pointer-button:outlined, .screenshot-ui-type-button:outlined, .screenshot-ui-show-pointer-button:checked, .screenshot-ui-type-button:checked { | |
| transition-duration: 100ms; | |
| color: #000000; | |
| background-color: white; } | |
| .screenshot-ui-show-pointer-button:outlined:hover, .screenshot-ui-type-button:outlined:hover, .screenshot-ui-show-pointer-button:checked:hover, .screenshot-ui-type-button:checked:hover { | |
| background-color: white; } | |
| .screenshot-ui-show-pointer-button:outlined:active, .screenshot-ui-type-button:outlined:active, .screenshot-ui-show-pointer-button:checked:active, .screenshot-ui-type-button:checked:active { | |
| background-color: white; } | |
| .dash-label, .window-caption { | |
| background-color: #f6f5f4; | |
| color: #000000; | |
| border: 1px solid rgba(0, 0, 0, 0.1); | |
| border-radius: 99px; | |
| padding: 6px 12px; | |
| text-align: center; } | |
| /* General Typography */ | |
| .user-widget.vertical .user-widget-label, .unlock-dialog-clock .unlock-dialog-clock-date, .app-folder-dialog .folder-name-container .folder-name-label, .app-folder-dialog .folder-name-container .folder-name-entry, .search-statustext { | |
| font-weight: 800; | |
| font-size: 20pt; } | |
| .lg-debug-flags-header, .message-dialog-content .message-dialog-title, .message-list .message-list-placeholder, .datemenu-today-button .date-label { | |
| font-weight: 800; | |
| font-size: 15pt; } | |
| .user-widget.horizontal .user-widget-label, .quick-toggle-menu .header .title { | |
| font-weight: 700; | |
| font-size: 15pt; } | |
| .bt-menu-placeholder, .message-dialog-content .message-dialog-title.lightweight, .headline { | |
| font-weight: 700; | |
| font-size: 13pt; } | |
| .lg-extension-name, .background-app-item .title, .osd-window, .dialog-list .dialog-list-title, .message-list-controls, .weather-button .weather-forecast-temp, .weather-button .weather-header, .world-clocks-button .world-clocks-time, .world-clocks-button .world-clocks-header, .events-button .events-title, .calendar .calendar-month-header .calendar-month-label, .datemenu-today-button .day-label, .popup-menu-ornament { | |
| font-weight: 700; | |
| font-size: 11pt; } | |
| .quick-toggle-menu .header .subtitle, .app-menu .popup-inactive-menu-item:first-child > StLabel { | |
| font-weight: 700; | |
| font-size: 9pt; } | |
| .lg-completions-text, .caps-lock-warning-label, #dash, .background-app-item .subtitle, .icon-label-button-container, .prompt-dialog-error-label, | |
| .prompt-dialog-info-label, | |
| .prompt-dialog-null-label, .run-dialog .run-dialog-description, .dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description, .weather-button .weather-forecast-time, .world-clocks-button .world-clocks-timezone, .events-button .event-time { | |
| font-weight: 400; | |
| font-size: 9pt; } | |
| .calendar .calendar-day-base.calendar-day-heading, .calendar .calendar-day-base { | |
| font-weight: 400; | |
| font-size: 8pt; } | |
| .unlock-dialog-clock .unlock-dialog-clock-time, #panel, .weather-button .weather-forecast-time, .world-clocks-button .world-clocks-timezone, .world-clocks-button .world-clocks-time, .events-button .event-time, .calendar .calendar-day-base { | |
| font-feature-settings: "tnum"; } | |
| /* WIDGETS */ | |
| .shell-link { | |
| color: #3585e4; } | |
| .shell-link:hover { | |
| color: #62a0ea; } | |
| .lowres-icon { | |
| icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } | |
| .icon-dropshadow { | |
| icon-shadow: 0 1px 5px rgba(0, 0, 0, 0.8); } | |
| /* Entries */ | |
| StEntry StIcon.capslock-warning { | |
| icon-size: 1.09em; | |
| warning-color: #e5a50a; | |
| padding: 0 4px; } | |
| StEntry StIcon.peek-password { | |
| icon-size: 1.09em; | |
| padding: 0 4px; } | |
| StEntry StLabel.hint-text { | |
| margin-left: 2px; | |
| color: rgba(61, 56, 70, 0.7); } | |
| /* Buttons */ | |
| .button, .login-dialog-button, .icon-button, .login-dialog-button.cancel-button, .login-dialog-button.switch-user-button, .login-dialog-button.login-dialog-session-list-button, .background-app-item .close-button { | |
| min-height: 22px; } | |
| .icon-button, .login-dialog-button.cancel-button, .login-dialog-button.switch-user-button, .login-dialog-button.login-dialog-session-list-button, .background-app-item .close-button { | |
| border-radius: 99px; | |
| padding: 12px; | |
| min-height: 16px; } | |
| .icon-button StIcon, .login-dialog-button.cancel-button StIcon, .login-dialog-button.switch-user-button StIcon, .login-dialog-button.login-dialog-session-list-button StIcon, .background-app-item .close-button StIcon { | |
| icon-size: 1.09em; | |
| -st-icon-style: symbolic; } | |
| /* Check Boxes */ | |
| .check-box StBoxLayout { | |
| spacing: .8em; } | |
| .check-box StBin { | |
| width: 24px; | |
| height: 24px; | |
| background-image: url("resource:///org/gnome/shell/theme/checkbox-off-light.svg"); } | |
| .check-box:focus StBin { | |
| background-image: url("resource:///org/gnome/shell/theme/checkbox-off-focused-light.svg"); } | |
| .check-box:checked StBin { | |
| background-image: url("resource:///org/gnome/shell/theme/checkbox.svg"); } | |
| .check-box:focus:checked StBin { | |
| background-image: url("resource:///org/gnome/shell/theme/checkbox-focused.svg"); } | |
| /* Switches */ | |
| .toggle-switch { | |
| color: #3d3846; | |
| height: 26px; | |
| width: 48px; | |
| background-size: contain; | |
| background-image: url("resource:///org/gnome/shell/theme/toggle-off-light.svg"); } | |
| .toggle-switch:checked { | |
| background-image: url("resource:///org/gnome/shell/theme/toggle-on-light.svg"); } | |
| /* Slider */ | |
| .slider { | |
| -barlevel-height: 4px; | |
| -barlevel-background-color: rgba(61, 56, 70, 0.4); | |
| -barlevel-border-width: 2px; | |
| -barlevel-border-color: transparent; | |
| -barlevel-active-background-color: #62a0ea; | |
| -barlevel-active-border-color: transparent; | |
| -barlevel-overdrive-color: #e01b24; | |
| -barlevel-overdrive-border-color: transparent; | |
| -barlevel-overdrive-separator-width: 1px; | |
| -slider-handle-radius: 8px; | |
| -slider-handle-border-width: 0; | |
| -slider-handle-border-color: transparent; } | |
| /* Scrollbars */ | |
| StScrollView.vfade { | |
| -st-vfade-offset: 68px; } | |
| StScrollView.hfade { | |
| -st-hfade-offset: 68px; } | |
| StScrollBar { | |
| padding: 0; } | |
| StScrollView StScrollBar { | |
| min-width: 8px; | |
| min-height: 8px; } | |
| StScrollBar StBin#trough { | |
| border-radius: 0; | |
| background-color: transparent; } | |
| StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { | |
| border-radius: 8px; | |
| background-color: #bfbcc0; | |
| border: 3px solid transparent; | |
| transition: 500ms all ease; } | |
| StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { | |
| background-color: #9a979d; } | |
| StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { | |
| background-color: #aca9ae; } | |
| /* Popovers/Menus */ | |
| .popup-menu-boxpointer, .candidate-popup-boxpointer { | |
| -arrow-rise: 6px; } | |
| .popup-menu { | |
| min-width: 15em; | |
| color: #3d3846; } | |
| .popup-menu.panel-menu { | |
| margin-bottom: 1.75em; } | |
| .popup-menu-content, .candidate-popup-content { | |
| padding: 6px; | |
| background-color: #f6f5f4; | |
| border-radius: 20px; | |
| border: 1px solid rgba(255, 255, 255, 0.8); | |
| box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); } | |
| .popup-menu-item { | |
| font-weight: normal; | |
| spacing: 6px; | |
| transition-duration: 100ms; | |
| padding: 9px 12px; | |
| transition-duration: 100ms; | |
| background-color: transparent; | |
| background-color: none; | |
| box-shadow: none; | |
| box-shadow: none !important; | |
| border-radius: 12px; } | |
| .popup-menu-item:ltr { | |
| padding-left: 6px; } | |
| .popup-menu-item:rtl { | |
| padding-right: 6px; } | |
| .popup-menu-item:insensitive { | |
| transition-duration: 100ms; | |
| color: rgba(61, 56, 70, 0.5); | |
| background-color: rgba(61, 56, 70, 0.05); | |
| background-color: transparent; | |
| color: rgba(61, 56, 70, 0.5); } | |
| .popup-menu-item:focus, .popup-menu-item:hover { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: whitesmoke; } | |
| .popup-menu-item:active { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: white; } | |
| .popup-menu-item:checked { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: white; } | |
| .popup-menu-item:checked:hover { | |
| background-color: white; } | |
| .popup-menu-item:checked:active { | |
| background-color: white; } | |
| .popup-menu-item:checked { | |
| border-radius: 12px 12px 0 0 !important; } | |
| .popup-menu-item .toggle-switch:ltr { | |
| margin-left: 4px; } | |
| .popup-menu-item .toggle-switch:rtl { | |
| margin-right: 4px; } | |
| .popup-inactive-menu-item { | |
| color: #3d3846; } | |
| .popup-inactive-menu-item:insensitive { | |
| color: #9a979d; } | |
| .popup-menu-arrow, | |
| .popup-menu-icon { | |
| icon-size: 16px !important; } | |
| .popup-sub-menu { | |
| border-radius: 0 0 13px 13px; | |
| margin-bottom: 6px; } | |
| .popup-sub-menu .popup-menu-ornament { | |
| min-width: 1.09em !important; } | |
| .popup-sub-menu .popup-menu-item { | |
| border-radius: 0; | |
| font-weight: normal; | |
| spacing: 6px; | |
| transition-duration: 100ms; | |
| padding: 9px 12px; | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #eeedee; | |
| border-top-width: 0; } | |
| .popup-sub-menu .popup-menu-item:ltr { | |
| padding-left: 6px; } | |
| .popup-sub-menu .popup-menu-item:rtl { | |
| padding-right: 6px; } | |
| .popup-sub-menu .popup-menu-item:focus, .popup-sub-menu .popup-menu-item:hover { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: whitesmoke; } | |
| .popup-sub-menu .popup-menu-item:active { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: white; } | |
| .popup-sub-menu .popup-menu-item:checked { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: white; } | |
| .popup-sub-menu .popup-menu-item:checked:hover { | |
| background-color: white; } | |
| .popup-sub-menu .popup-menu-item:checked:active { | |
| background-color: white; } | |
| .popup-sub-menu .popup-menu-item:last-child { | |
| border-radius: 0 0 12px 12px; | |
| border-bottom-width: 0; } | |
| .popup-sub-menu .popup-menu-section .popup-menu-item:last-child:hover, .popup-sub-menu .popup-menu-section .popup-menu-item:last-child:focus { | |
| border-radius: 0; } | |
| .popup-sub-menu .popup-menu-section:last-child .popup-menu-item:last-child { | |
| border-radius: 0 0 12px 12px; } | |
| .popup-menu-ornament { | |
| width: 1.2em; | |
| text-align: center !important; } | |
| .popup-menu-ornament:ltr { | |
| text-align: right; } | |
| .popup-menu-ornament:rtl { | |
| text-align: left; } | |
| .popup-separator-menu-item { | |
| border: none !important; } | |
| .popup-separator-menu-item .popup-separator-menu-item-separator { | |
| height: 1px; | |
| background-color: rgba(61, 56, 70, 0.5); } | |
| .popup-separator-menu-item .popup-menu-ornament { | |
| width: 0 !important; } | |
| .popup-sub-menu .popup-separator-menu-item { | |
| background-color: transparent; } | |
| .popup-sub-menu .popup-separator-menu-item:ltr { | |
| margin-right: 2.5em; } | |
| .popup-sub-menu .popup-separator-menu-item:rtl { | |
| margin-left: 2.5em; } | |
| .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { | |
| background-color: rgba(61, 56, 70, 0.5); } | |
| .background-menu { | |
| -boxpointer-gap: 0px; | |
| -arrow-rise: 0px; } | |
| .app-menu { | |
| max-width: 27.25em; } | |
| .app-menu .popup-menu-ornament { | |
| width: 0 !important; } | |
| .app-menu .popup-inactive-menu-item:first-child > StLabel:ltr { | |
| margin-right: 8px; } | |
| .app-menu .popup-inactive-menu-item:first-child > StLabel:rtl { | |
| margin-left: 8px; } | |
| /* Date/Time Menu */ | |
| #calendarArea { | |
| padding: 4px; } | |
| .datemenu-calendar-column { | |
| spacing: 6px; } | |
| .datemenu-calendar-column:ltr { | |
| padding-left: 6px; } | |
| .datemenu-calendar-column:rtl { | |
| padding-right: 6px; } | |
| .datemenu-calendar-column .datemenu-displays-box { | |
| spacing: 6px; } | |
| /* today button (the date) */ | |
| .datemenu-today-button { | |
| border-radius: 12px; | |
| margin: 4px; | |
| transition-duration: 100ms; | |
| background-color: transparent; | |
| background-color: none; | |
| box-shadow: none; | |
| box-shadow: none !important; | |
| padding: 9px; } | |
| .datemenu-today-button:insensitive { | |
| transition-duration: 100ms; | |
| color: rgba(61, 56, 70, 0.5); | |
| background-color: rgba(61, 56, 70, 0.05); | |
| background-color: transparent; | |
| color: rgba(61, 56, 70, 0.5); } | |
| .datemenu-today-button:hover { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #edecec; } | |
| .datemenu-today-button:active { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #fcfbfb; } | |
| .datemenu-today-button:focus { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #d8dde5; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.6) !important; } | |
| .datemenu-today-button:focus:hover { | |
| background-color: #dfe4ec; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7) !important; } | |
| .datemenu-today-button:focus:active { | |
| background-color: #e5ebf3; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7) !important; } | |
| /* Calendar */ | |
| .calendar { | |
| border-radius: 12px; | |
| margin: 4px; | |
| transition-duration: 100ms; | |
| background-color: transparent; | |
| background-color: none; | |
| box-shadow: none; | |
| box-shadow: none !important; | |
| margin-top: 0; } | |
| .calendar:insensitive { | |
| transition-duration: 100ms; | |
| color: rgba(61, 56, 70, 0.5); | |
| background-color: rgba(61, 56, 70, 0.05); | |
| background-color: transparent; | |
| color: rgba(61, 56, 70, 0.5); } | |
| .calendar:hover { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #edecec; } | |
| .calendar:active { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #fcfbfb; } | |
| .calendar:focus { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #d8dde5; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.6) !important; } | |
| .calendar:focus:hover { | |
| background-color: #dfe4ec; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7) !important; } | |
| .calendar:focus:active { | |
| background-color: #e5ebf3; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7) !important; } | |
| .calendar .calendar-month-header .calendar-change-month-back StIcon, | |
| .calendar .calendar-month-header .calendar-change-month-forward StIcon { | |
| icon-size: 1.09em; } | |
| .calendar .calendar-month-header .calendar-month-label { | |
| padding: 8px 0; } | |
| .calendar .calendar-month-header .pager-button { | |
| background-color: transparent; | |
| height: 32px; | |
| width: 32px; | |
| margin: 2px; | |
| border-radius: 8px; } | |
| .calendar .calendar-month-header .pager-button:hover, .calendar .calendar-month-header .pager-button:focus { | |
| background-color: #efedec; } | |
| .calendar .calendar-month-header .pager-button:active { | |
| background-color: #ebe8e6; } | |
| .calendar .calendar-day-base { | |
| text-align: center; | |
| margin: 2px; | |
| padding: 0 !important; | |
| height: 3em !important; | |
| width: 3em !important; | |
| border-radius: 99px; | |
| transition-duration: 100ms; } | |
| .calendar .calendar-day-base:hover { | |
| background-color: #efedec; } | |
| .calendar .calendar-day-base:focus { | |
| background-color: #d8e4f2; | |
| color: #ffffff; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.6); } | |
| .calendar .calendar-day-base:active, .calendar .calendar-day-base:selected { | |
| color: #312d38; | |
| background-color: #ebe8e6; } | |
| .calendar .calendar-day-base:active:focus, .calendar .calendar-day-base:selected:focus { | |
| background-color: #cfdae7; } | |
| .calendar .calendar-day-base.calendar-day-heading { | |
| color: #9a979d; | |
| padding-top: 6px; | |
| height: 16px !important; | |
| font-weight: 600; } | |
| .calendar .calendar-day { | |
| font-weight: 600; } | |
| .calendar .calendar-nonwork-day { | |
| color: #9a979d; } | |
| .calendar .calendar-other-month-day { | |
| color: rgba(61, 56, 70, 0.5); } | |
| .calendar .calendar-other-month-day.calendar-nonwork-day { | |
| color: rgba(154, 151, 157, 0.5); } | |
| .calendar .calendar-today { | |
| background-color: #62a0ea; | |
| font-weight: 800; | |
| color: #f6f5f4 !important; } | |
| .calendar .calendar-today:hover, .calendar .calendar-today:focus { | |
| background-color: #6fa8ec; | |
| color: inherit; } | |
| .calendar .calendar-today:active, .calendar .calendar-today:selected { | |
| background-color: #62a0ea; | |
| color: inherit; } | |
| .calendar .calendar-today:active:hover, .calendar .calendar-today:active:focus, .calendar .calendar-today:selected:hover, .calendar .calendar-today:selected:focus { | |
| background-color: #6fa8ec; | |
| color: inherit; } | |
| .calendar .calendar-day-with-events { | |
| background-image: url("resource:///org/gnome/shell/theme/calendar-today-light.svg"); | |
| background-size: contain; } | |
| .calendar .calendar-week-number { | |
| font-size: 7pt; | |
| font-weight: bold; | |
| font-feature-settings: "tnum"; | |
| margin: 6px; | |
| padding: 0 6px; | |
| border-radius: 3px; | |
| background-color: rgba(61, 56, 70, 0.1); | |
| color: #9a979d; } | |
| /* Events */ | |
| .events-button { | |
| border-radius: 12px; | |
| margin: 4px; | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #e5e4e4; | |
| padding: 12px; } | |
| .events-button:hover { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #edecec; } | |
| .events-button:active { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #fcfbfb; } | |
| .events-button:focus { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #d8dde5; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.6) !important; } | |
| .events-button:focus:hover { | |
| background-color: #dfe4ec; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7) !important; } | |
| .events-button:focus:active { | |
| background-color: #e5ebf3; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7) !important; } | |
| .events-button .events-box { | |
| spacing: 6px; } | |
| .events-button .events-box .event-box .event-summary { | |
| color: #3d3846; } | |
| .events-button .events-list { | |
| spacing: 12px; } | |
| .events-button .events-title { | |
| color: #9a979d; | |
| margin-bottom: 4px; } | |
| .events-button .event-time { | |
| color: #9a979d; } | |
| /* World clocks */ | |
| .world-clocks-button { | |
| border-radius: 12px; | |
| margin: 4px; | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #e5e4e4; | |
| padding: 12px; } | |
| .world-clocks-button:hover { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #edecec; } | |
| .world-clocks-button:active { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #fcfbfb; } | |
| .world-clocks-button:focus { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #d8dde5; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.6) !important; } | |
| .world-clocks-button:focus:hover { | |
| background-color: #dfe4ec; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7) !important; } | |
| .world-clocks-button:focus:active { | |
| background-color: #e5ebf3; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7) !important; } | |
| .world-clocks-button .world-clocks-grid { | |
| spacing-rows: 6px; | |
| spacing-columns: 12px; } | |
| .world-clocks-button .world-clocks-header { | |
| color: #9a979d; } | |
| .world-clocks-button .world-clocks-city { | |
| color: #3d3846; } | |
| .world-clocks-button .world-clocks-time { | |
| color: #3d3846; } | |
| .world-clocks-button .world-clocks-time:ltr { | |
| text-align: right; } | |
| .world-clocks-button .world-clocks-time:rtl { | |
| text-align: left; } | |
| .world-clocks-button .world-clocks-timezone { | |
| color: #9a979d; } | |
| /* Weather */ | |
| .weather-button { | |
| border-radius: 12px; | |
| margin: 4px; | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #e5e4e4; | |
| padding: 12px; } | |
| .weather-button:hover { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #edecec; } | |
| .weather-button:active { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #fcfbfb; } | |
| .weather-button:focus { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #d8dde5; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.6) !important; } | |
| .weather-button:focus:hover { | |
| background-color: #dfe4ec; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7) !important; } | |
| .weather-button:focus:active { | |
| background-color: #e5ebf3; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7) !important; } | |
| .weather-button .weather-box { | |
| spacing: 10px; } | |
| .weather-button .weather-header-box { | |
| spacing: 6px; } | |
| .weather-button .weather-header { | |
| color: #9a979d; } | |
| .weather-button .weather-header.location { | |
| font-weight: normal; } | |
| .weather-button .weather-grid { | |
| spacing-rows: 6px; | |
| spacing-columns: 12px; } | |
| .weather-button .weather-forecast-time { | |
| color: black; | |
| padding-top: 0.2em; | |
| padding-bottom: 0.4em; } | |
| .weather-button .weather-forecast-icon { | |
| icon-size: 2.18em; } | |
| /* Message List */ | |
| .message-list { | |
| width: 29em; | |
| border: solid rgba(61, 56, 70, 0.5); } | |
| .message-list:ltr { | |
| margin-left: 0; | |
| margin-right: 4px; | |
| padding-right: 6px; | |
| border-right-width: 1px; } | |
| .message-list:rtl { | |
| margin-right: 0; | |
| margin-left: 4px; | |
| padding-left: 6px; | |
| border-left-width: 1px; } | |
| .message-list .message-list-placeholder { | |
| color: rgba(154, 151, 157, 0.5); } | |
| .message-list .message-list-placeholder > StIcon { | |
| icon-size: 3.27em; | |
| margin-bottom: 12px; | |
| -st-icon-style: symbolic; } | |
| .message-list-sections { | |
| spacing: 6px; | |
| margin: 0; | |
| padding-bottom: 6px; } | |
| .message-list-sections:ltr { | |
| margin-right: 12px; } | |
| .message-list-sections:rtl { | |
| margin-left: 12px; } | |
| .message-list-section, | |
| .message-list-section-list { | |
| spacing: 6px; } | |
| .message-list-controls { | |
| padding: 6px; | |
| spacing: 6px; } | |
| .message-list-controls .dnd-button { | |
| border-width: 2px; | |
| border-color: transparent; | |
| border-radius: 32px; | |
| border-style: solid; } | |
| .message-list-controls .dnd-button:focus { | |
| border-color: rgba(98, 160, 234, 0.6); } | |
| .message { | |
| border-radius: 12px; | |
| margin: 4px; | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #e5e4e4; } | |
| .message:hover { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #edecec; } | |
| .message:active { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #fcfbfb; } | |
| .message:focus { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #d8dde5; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.6) !important; } | |
| .message:focus:hover { | |
| background-color: #dfe4ec; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7) !important; } | |
| .message:focus:active { | |
| background-color: #e5ebf3; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7) !important; } | |
| .message .message-icon-bin { | |
| padding: 18px; } | |
| .message .message-icon-bin:ltr { | |
| padding-right: 6px; } | |
| .message .message-icon-bin:rtl { | |
| padding-left: 6px; } | |
| .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 { | |
| spacing: 4px; | |
| padding: 9px; | |
| margin-bottom: 8px; } | |
| .message .message-title { | |
| font-weight: bold; | |
| /* HACK: the label should be baseline-aligned with a 1em label, fake this with some bottom padding */ | |
| padding-top: 0.57em; } | |
| .message .message-secondary-bin { | |
| padding: 0 8px; } | |
| .message .message-secondary-bin > .event-time { | |
| color: rgba(61, 56, 70, 0.5); | |
| font-size: 9pt; | |
| /* HACK: the label should be baseline-aligned with a 1em label, fake this with some bottom padding */ | |
| padding-bottom: 0.13em; } | |
| .message .message-secondary-bin > .event-time:ltr { | |
| text-align: right; } | |
| .message .message-secondary-bin > .event-time:rtl { | |
| text-align: left; } | |
| .message .message-close-button { | |
| color: #3d3846; | |
| background-color: rgba(61, 56, 70, 0.1); | |
| border-radius: 99px; | |
| padding: 5px; | |
| margin: 1px; } | |
| .message .message-close-button:hover { | |
| background-color: rgba(61, 56, 70, 0.2); } | |
| .message .message-close-button:active { | |
| background-color: rgba(61, 56, 70, 0.1); } | |
| .message .message-close-button StIcon { | |
| icon-size: 1.09em; } | |
| .message .message-body { | |
| color: #24212a; } | |
| .url-highlighter { | |
| link-color: #3585e4; } | |
| /* Media Controls */ | |
| .message-media-control { | |
| padding: 0 18px; | |
| margin: 12px 0; | |
| border-radius: 8px; | |
| color: #3d3846; } | |
| .message-media-control:hover { | |
| background-color: #fbfafa; | |
| color: #3d3846; } | |
| .message-media-control:active { | |
| background-color: #f6f5f4; | |
| color: #3d3846; } | |
| .message-media-control:insensitive { | |
| color: #a7a4a9; } | |
| .message-media-control:last-child:ltr { | |
| margin-right: 12px; } | |
| .message-media-control:last-child:rtl { | |
| margin-left: 12px; } | |
| .message-media-control StIcon { | |
| icon-size: 1.09em; } | |
| .media-message-cover-icon { | |
| icon-size: 3.27em !important; | |
| border-radius: 8px; } | |
| .media-message-cover-icon.fallback { | |
| color: #131116; | |
| background-color: #f6f5f4; | |
| border: 1px solid transparent; | |
| border-radius: 8px; | |
| icon-size: 2.18em !important; | |
| padding: 14px; } | |
| .candidate-popup-content { | |
| padding: 6px; | |
| spacing: 6px; } | |
| .candidate-index { | |
| padding: 0; | |
| padding-right: 6px; | |
| color: #9a979d; } | |
| .candidate-box { | |
| padding: 6px 12px 6px 12px; | |
| border-radius: 8px; } | |
| .candidate-box:selected { | |
| background-color: #62a0ea; | |
| color: #ffffff; } | |
| .candidate-box:hover { | |
| background-color: #efedec; | |
| color: #312d38; } | |
| .candidate-page-button-box { | |
| height: 2em; } | |
| .vertical .candidate-page-button-box { | |
| padding-top: 12px; } | |
| .horizontal .candidate-page-button-box { | |
| padding-left: 12px; } | |
| .candidate-page-button { | |
| padding: 6px; } | |
| .candidate-page-button StIcon { | |
| icon-size: 1.09em; } | |
| .candidate-page-button-previous { | |
| border-radius: 8px 0px 0px 8px; | |
| border-right-width: 0; | |
| box-shadow: none; } | |
| .candidate-page-button-next { | |
| border-radius: 0px 8px 8px 0px; | |
| box-shadow: none; } | |
| /* Notifications & Message Tray */ | |
| .notification-banner { | |
| min-height: 64px; | |
| width: 34em; | |
| box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1); | |
| border-radius: 12px; | |
| margin: 4px; } | |
| .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: #62a0ea; | |
| color: #ffffff; | |
| border: 2px solid #3d3846; | |
| 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: #24212a; } | |
| .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: #625a71; } | |
| .chat-sent:rtl { | |
| padding-left: 0; | |
| padding-right: 18pt; } | |
| .chat-meta-message { | |
| padding-left: 4px; | |
| font-size: 9pt; | |
| font-weight: bold; | |
| color: #696179; } | |
| .chat-meta-message:rtl { | |
| padding-left: 0; | |
| padding-right: 4px; } | |
| .hotplug-notification-item-icon { | |
| icon-size: 24px; | |
| padding: 0 4px; } | |
| /* Modal Dialogs */ | |
| .modal-dialog { | |
| background-color: #f6f5f4; | |
| border-radius: 16px; | |
| box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8); } | |
| .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: #e5a50a; } | |
| /* Message Dialog */ | |
| .message-dialog-content { | |
| spacing: 18px; } | |
| .message-dialog-content .message-dialog-title { | |
| text-align: center; } | |
| .message-dialog-content .message-dialog-description { | |
| text-align: center; } | |
| /* Dialog List */ | |
| .dialog-list { | |
| spacing: 18px; } | |
| .dialog-list .dialog-list-title { | |
| text-align: center; } | |
| .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: #312d38; } | |
| /* 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 { | |
| text-align: center; | |
| color: #0c0b0d; } | |
| /* 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; } | |
| .prompt-dialog-error-label { | |
| color: #e5a50a; } | |
| /* Polkit Dialog */ | |
| .polkit-dialog-user-layout { | |
| text-align: center; | |
| spacing: 8px; | |
| margin-bottom: 6px; } | |
| .polkit-dialog-user-layout .polkit-dialog-user-root-label { | |
| color: #e5a50a; } | |
| /* 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-radius: 16px; } | |
| .audio-selection-device:hover, .audio-selection-device:focus { | |
| background-color: #efedec; } | |
| .audio-selection-device:active { | |
| background-color: #62a0ea; | |
| color: #ffffff; } | |
| .audio-selection-device-box { | |
| padding: 20px; | |
| spacing: 20px; } | |
| .audio-selection-device-icon { | |
| icon-size: 4.36em; } | |
| /* Welcome dialog */ | |
| .welcome-dialog-image { | |
| background-image: url("resource:///org/gnome/shell/theme/gnome-shell-start.svg"); | |
| background-size: contain; | |
| /* Reasonable maximum dimensions */ | |
| height: 300px; | |
| width: 300px; } | |
| /* Access portal dialog */ | |
| .access-dialog { | |
| text-align: center; } | |
| /* OSD */ | |
| .osd-window { | |
| text-align: center; | |
| font-weight: bold; | |
| spacing: 12px; | |
| padding: 12px 18px; | |
| margin-bottom: 4em; } | |
| .osd-window > * { | |
| spacing: 8px; } | |
| .osd-window StIcon { | |
| icon-size: 2.18em; } | |
| .osd-window StLabel:ltr { | |
| margin-right: 6px; } | |
| .osd-window StLabel:rtl { | |
| margin-left: 6px; } | |
| .osd-window .level { | |
| margin-bottom: 4px; | |
| height: 6px; | |
| min-width: 10.9em; | |
| -barlevel-height: 6px; | |
| -barlevel-background-color: rgba(0, 0, 0, 0.3); | |
| -barlevel-active-background-color: #000000; | |
| -barlevel-overdrive-color: #e01b24; | |
| -barlevel-overdrive-separator-width: 3px; } | |
| .osd-window .level:first-child { | |
| margin-bottom: 0px; } | |
| .osd-window .level:ltr { | |
| margin-right: 6px; } | |
| .osd-window .level:rtl { | |
| margin-left: 6px; } | |
| .osd-monitor-label { | |
| border-radius: 16px; | |
| font-size: 3em; | |
| font-weight: bold; | |
| margin: 12px; | |
| text-align: center; | |
| min-width: 1.3em; } | |
| /* 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: 0; | |
| spacing: 24px; } | |
| .switcher-list { | |
| padding: 12px; | |
| border-radius: 28px; | |
| box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1); } | |
| .switcher-list .switcher-list-item-container { | |
| spacing: 12px; } | |
| .switcher-list .item-box { | |
| background-color: transparent; } | |
| .switcher-list .item-box:hover { | |
| background-color: rgba(0, 0, 0, 0.1); } | |
| .switcher-list .item-box:selected, .switcher-list .item-box:focus { | |
| background-color: rgba(0, 0, 0, 0.13); } | |
| .switcher-list .item-box:selected:hover, .switcher-list .item-box:focus:hover { | |
| background-color: rgba(0, 0, 0, 0.16); } | |
| .switcher-list .item-box:selected:active, .switcher-list .item-box:focus:active { | |
| background-color: rgba(0, 0, 0, 0.13); } | |
| .switcher-list .item-box:active { | |
| background-color: rgba(0, 0, 0, 0.16); } | |
| .switcher-list .item-box:outlined, .switcher-list .item-box:checked { | |
| background-color: rgba(0, 0, 0, 0.19); } | |
| .switcher-list .item-box:outlined:active, .switcher-list .item-box:checked:active { | |
| background-color: rgba(0, 0, 0, 0.22); } | |
| .switcher-list .item-box:outlined:hover, .switcher-list .item-box:checked:hover { | |
| background-color: rgba(0, 0, 0, 0.25); } | |
| .switcher-list .item-box:drop { | |
| border: 2px solid rgba(98, 160, 234, 0.8); | |
| background-color: rgba(98, 160, 234, 0.2); } | |
| .switcher-list .item-box:hover { | |
| background: none; } | |
| .switcher-list .separator { | |
| width: 1px; | |
| background: rgba(61, 56, 70, 0.5); } | |
| .switcher-list .thumbnail-box { | |
| padding: 2px; | |
| spacing: 6px; } | |
| .switcher-list .thumbnail { | |
| width: 256px; | |
| border-radius: 8px; } | |
| .switcher-arrow { | |
| border-color: rgba(0, 0, 0, 0.8); | |
| color: rgba(0, 0, 0, 0.8); } | |
| .switcher-arrow:highlighted { | |
| border-color: #000000; | |
| color: #000000; } | |
| .input-source-switcher-symbol { | |
| font-size: 34pt; | |
| width: 96px; | |
| height: 96px; } | |
| .cycler-highlight { | |
| border: 5px solid #62a0ea; } | |
| /* Workspace Switcher */ | |
| .workspace-switcher { | |
| margin-bottom: 4em; | |
| spacing: 12px; | |
| padding: 12px 18px; } | |
| .ws-switcher-indicator { | |
| background-color: rgba(0, 0, 0, 0.5); | |
| padding: 0.1816666667em; | |
| margin: 0.9083333333em; | |
| border-radius: 2.18em; } | |
| .ws-switcher-indicator:active { | |
| background-color: #000000; | |
| padding: 0.3633333333em; | |
| margin: 0.7266666667em; } | |
| .icon-label-button-container { | |
| spacing: 6px; } | |
| .icon-label-button-container StIcon { | |
| icon-size: 32px; } | |
| .screenshot-ui-panel { | |
| border-radius: 37px; | |
| padding: 18px; | |
| padding-bottom: 12px; | |
| margin-bottom: 4em; | |
| spacing: 12px; } | |
| .screenshot-ui-close-button { | |
| padding: 6px !important; | |
| margin-top: 12px; | |
| box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); } | |
| .screenshot-ui-close-button.left { | |
| margin-left: 12px; } | |
| .screenshot-ui-close-button.right { | |
| margin-right: 12px; } | |
| .screenshot-ui-type-button { | |
| min-width: 48px; | |
| padding: 12px 18px !important; | |
| border-radius: 19px; } | |
| .screenshot-ui-capture-button { | |
| width: 36px; | |
| height: 36px; | |
| border-radius: 99px; | |
| border: 4px #000000; | |
| padding: 4px; } | |
| .screenshot-ui-capture-button .screenshot-ui-capture-button-circle { | |
| background-color: #000000; | |
| transition-duration: 200ms; | |
| border-radius: 99px; } | |
| .screenshot-ui-capture-button .screenshot-ui-capture-button-circle:hover, .screenshot-ui-capture-button .screenshot-ui-capture-button-circle:focus { | |
| background-color: #efedec; } | |
| .screenshot-ui-capture-button:hover .screenshot-ui-capture-button-circle, .screenshot-ui-capture-button:focus .screenshot-ui-capture-button-circle { | |
| background-color: black; } | |
| .screenshot-ui-capture-button:active .screenshot-ui-capture-button-circle { | |
| background-color: black; } | |
| .screenshot-ui-capture-button:cast .screenshot-ui-capture-button-circle { | |
| background-color: #e01b24; } | |
| .screenshot-ui-capture-button:cast:hover .screenshot-ui-capture-button-circle, .screenshot-ui-capture-button:cast:focus .screenshot-ui-capture-button-circle { | |
| background-color: #e62f37; } | |
| .screenshot-ui-capture-button:cast:active .screenshot-ui-capture-button-circle { | |
| background-color: #c0171f; } | |
| .screenshot-ui-shot-cast-container { | |
| background-color: white; | |
| border-radius: 16px; | |
| padding: 3px; | |
| spacing: 3px; } | |
| .screenshot-ui-shot-cast-container:ltr { | |
| margin-left: 3px; } | |
| .screenshot-ui-shot-cast-container:rtl { | |
| margin-right: 3px; } | |
| .screenshot-ui-shot-cast-button { | |
| padding: 6px 12px; | |
| background-color: transparent; | |
| border-radius: 13px; } | |
| .screenshot-ui-shot-cast-button:hover, .screenshot-ui-shot-cast-button:focus { | |
| background-color: white; } | |
| .screenshot-ui-shot-cast-button:active { | |
| background-color: #f6f5f4; } | |
| .screenshot-ui-shot-cast-button:checked { | |
| background-color: white; | |
| color: black; } | |
| .screenshot-ui-shot-cast-button:insensitive { | |
| color: rgba(0, 0, 0, 0.5); } | |
| .screenshot-ui-shot-cast-button StIcon { | |
| icon-size: 1.09em; } | |
| .screenshot-ui-show-pointer-button { | |
| border-radius: 99px; | |
| padding: 12px !important; } | |
| .screenshot-ui-show-pointer-button StIcon { | |
| icon-size: 1.09em; } | |
| .screenshot-ui-area-indicator-shade { | |
| background-color: rgba(0, 0, 0, 0.3); } | |
| .screenshot-ui-area-selector .screenshot-ui-area-indicator-shade { | |
| background-color: rgba(0, 0, 0, 0.5); } | |
| .screenshot-ui-area-selector .screenshot-ui-area-indicator-selection { | |
| border: 2px white; } | |
| .screenshot-ui-area-selector-handle { | |
| border-radius: 99px; | |
| background-color: white; | |
| box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.2); | |
| width: 24px; | |
| height: 24px; } | |
| .screenshot-ui-window-selector { | |
| background-color: #ffffff; } | |
| .screenshot-ui-window-selector .screenshot-ui-window-selector-window-container { | |
| margin: 100px; } | |
| .screenshot-ui-window-selector:primary-monitor .screenshot-ui-window-selector-window-container { | |
| margin-bottom: 200px; } | |
| .screenshot-ui-window-selector-window-border { | |
| transition-duration: 200ms; | |
| border-radius: 16px; | |
| border: 6px transparent; } | |
| .screenshot-ui-window-selector-check { | |
| transition-duration: 200ms; | |
| color: transparent; | |
| border-radius: 99px; | |
| border-width: 12px; | |
| icon-size: 24px; } | |
| .screenshot-ui-window-selector-window:hover .screenshot-ui-window-selector-window-border { | |
| border-color: #1f77e1; } | |
| .screenshot-ui-window-selector-window:checked .screenshot-ui-window-selector-window-border { | |
| border-color: #62a0ea; | |
| background-color: rgba(98, 160, 234, 0.2); } | |
| .screenshot-ui-window-selector-window:checked .screenshot-ui-window-selector-check { | |
| color: #ffffff; | |
| background-color: #62a0ea; } | |
| .screenshot-ui-screen-selector { | |
| transition-duration: 200ms; | |
| background-color: rgba(0, 0, 0, 0.5); } | |
| .screenshot-ui-screen-selector:hover { | |
| background-color: rgba(0, 0, 0, 0.3); } | |
| .screenshot-ui-screen-selector:active { | |
| background-color: rgba(0, 0, 0, 0.7); } | |
| .screenshot-ui-screen-selector:checked { | |
| background-color: transparent; | |
| border: 2px white; } | |
| .screenshot-ui-tooltip { | |
| color: #000000; | |
| background-color: #f6f5f4; | |
| border-radius: 99px; | |
| padding: 6px 12px; | |
| text-align: center; | |
| -y-offset: 24px; } | |
| /* Top Bar */ | |
| #panel { | |
| background-color: #e6e3e0; | |
| font-weight: bold; | |
| height: 2.2em; | |
| transition-duration: 250ms; | |
| box-shadow: none; } | |
| #panel.unlock-screen, #panel.login-screen { | |
| background-color: transparent; } | |
| #panel .panel-button { | |
| font-weight: bold; | |
| color: #3d3846; | |
| -natural-hpadding: 12px; | |
| -minimum-hpadding: 6px; | |
| transition-duration: 150ms; | |
| border: 3px solid transparent; | |
| border-radius: 99px; } | |
| #panel .panel-button.clock-display .clock { | |
| transition-duration: 150ms; | |
| border: 3px solid transparent; | |
| border-radius: 99px; } | |
| #panel .panel-button.screen-recording-indicator { | |
| box-shadow: inset 0 0 0 100px #e01b24; } | |
| #panel .panel-button.screen-sharing-indicator { | |
| box-shadow: inset 0 0 0 100px #e5a50a; } | |
| #panel .panel-button.screen-sharing-indicator StBoxLayout { | |
| margin: 0 6px; } | |
| #panel .panel-button.screen-recording-indicator StBoxLayout, #panel .panel-button.screen-sharing-indicator StBoxLayout { | |
| spacing: 6px; } | |
| #panel .panel-button.screen-recording-indicator StIcon, #panel .panel-button.screen-sharing-indicator StIcon { | |
| icon-size: 1.09em; } | |
| #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { | |
| box-shadow: inset 0 0 0 100px rgba(61, 56, 70, 0.2); } | |
| #panel .panel-button:active.clock-display, #panel .panel-button:overview.clock-display, #panel .panel-button:focus.clock-display, #panel .panel-button:checked.clock-display { | |
| box-shadow: none; } | |
| #panel .panel-button:active.clock-display .clock, #panel .panel-button:overview.clock-display .clock, #panel .panel-button:focus.clock-display .clock, #panel .panel-button:checked.clock-display .clock { | |
| box-shadow: inset 0 0 0 100px rgba(61, 56, 70, 0.2); } | |
| #panel .panel-button:active.screen-recording-indicator, #panel .panel-button:overview.screen-recording-indicator, #panel .panel-button:focus.screen-recording-indicator, #panel .panel-button:checked.screen-recording-indicator { | |
| box-shadow: inset 0 0 0 100px rgba(224, 27, 36, 0.85); } | |
| #panel .panel-button:active.screen-sharing-indicator, #panel .panel-button:overview.screen-sharing-indicator, #panel .panel-button:focus.screen-sharing-indicator, #panel .panel-button:checked.screen-sharing-indicator { | |
| box-shadow: inset 0 0 0 100px rgba(229, 165, 10, 0.85); } | |
| #panel .panel-button:hover { | |
| box-shadow: inset 0 0 0 100px rgba(61, 56, 70, 0.15); } | |
| #panel .panel-button:hover.clock-display { | |
| box-shadow: none; } | |
| #panel .panel-button:hover.clock-display .clock { | |
| box-shadow: inset 0 0 0 100px rgba(61, 56, 70, 0.15); } | |
| #panel .panel-button:hover.screen-recording-indicator { | |
| box-shadow: inset 0 0 0 100px rgba(224, 27, 36, 0.9); } | |
| #panel .panel-button:hover.screen-sharing-indicator { | |
| box-shadow: inset 0 0 0 100px rgba(229, 165, 10, 0.9); } | |
| #panel .panel-button:active:hover, #panel .panel-button:overview:hover, #panel .panel-button:focus:hover, #panel .panel-button:checked:hover { | |
| box-shadow: inset 0 0 0 100px rgba(61, 56, 70, 0.25); } | |
| #panel .panel-button:active:hover.clock-display, #panel .panel-button:overview:hover.clock-display, #panel .panel-button:focus:hover.clock-display, #panel .panel-button:checked:hover.clock-display { | |
| box-shadow: none; } | |
| #panel .panel-button:active:hover.clock-display .clock, #panel .panel-button:overview:hover.clock-display .clock, #panel .panel-button:focus:hover.clock-display .clock, #panel .panel-button:checked:hover.clock-display .clock { | |
| box-shadow: inset 0 0 0 100px rgba(61, 56, 70, 0.25); } | |
| #panel .panel-button:active:hover.screen-recording-indicator, #panel .panel-button:overview:hover.screen-recording-indicator, #panel .panel-button:focus:hover.screen-recording-indicator, #panel .panel-button:checked:hover.screen-recording-indicator { | |
| box-shadow: inset 0 0 0 100px rgba(224, 27, 36, 0.8); } | |
| #panel .panel-button:active:hover.screen-sharing-indicator, #panel .panel-button:overview:hover.screen-sharing-indicator, #panel .panel-button:focus:hover.screen-sharing-indicator, #panel .panel-button:checked:hover.screen-sharing-indicator { | |
| box-shadow: inset 0 0 0 100px rgba(229, 165, 10, 0.8); } | |
| #panel .panel-button .system-status-icon { | |
| icon-size: 1.09em; | |
| padding: 5px; | |
| margin: 0 4px; } | |
| #panel .panel-button .panel-status-indicators-box .system-status-icon, | |
| #panel .panel-button .panel-status-menu-box .system-status-icon { | |
| margin: 0; } | |
| #panel .panel-button .app-menu-icon { | |
| -st-icon-style: symbolic; } | |
| #panel .panel-button#panelActivities { | |
| -natural-hpadding: 18px; } | |
| #panel.unlock-screen .panel-button, #panel.login-screen .panel-button, #panel:overview .panel-button { | |
| color: #3d3846 !important; } | |
| #panel.unlock-screen .panel-button:active, #panel.unlock-screen .panel-button:overview, #panel.unlock-screen .panel-button:focus, #panel.unlock-screen .panel-button:checked, #panel.login-screen .panel-button:active, #panel.login-screen .panel-button:overview, #panel.login-screen .panel-button:focus, #panel.login-screen .panel-button:checked, #panel:overview .panel-button:active, #panel:overview .panel-button:overview, #panel:overview .panel-button:focus, #panel:overview .panel-button:checked { | |
| box-shadow: inset 0 0 0 100px rgba(255, 255, 255, 0.15); } | |
| #panel.unlock-screen .panel-button:active.clock-display, #panel.unlock-screen .panel-button:overview.clock-display, #panel.unlock-screen .panel-button:focus.clock-display, #panel.unlock-screen .panel-button:checked.clock-display, #panel.login-screen .panel-button:active.clock-display, #panel.login-screen .panel-button:overview.clock-display, #panel.login-screen .panel-button:focus.clock-display, #panel.login-screen .panel-button:checked.clock-display, #panel:overview .panel-button:active.clock-display, #panel:overview .panel-button:overview.clock-display, #panel:overview .panel-button:focus.clock-display, #panel:overview .panel-button:checked.clock-display { | |
| box-shadow: none; } | |
| #panel.unlock-screen .panel-button:active.clock-display .clock, #panel.unlock-screen .panel-button:overview.clock-display .clock, #panel.unlock-screen .panel-button:focus.clock-display .clock, #panel.unlock-screen .panel-button:checked.clock-display .clock, #panel.login-screen .panel-button:active.clock-display .clock, #panel.login-screen .panel-button:overview.clock-display .clock, #panel.login-screen .panel-button:focus.clock-display .clock, #panel.login-screen .panel-button:checked.clock-display .clock, #panel:overview .panel-button:active.clock-display .clock, #panel:overview .panel-button:overview.clock-display .clock, #panel:overview .panel-button:focus.clock-display .clock, #panel:overview .panel-button:checked.clock-display .clock { | |
| box-shadow: inset 0 0 0 100px rgba(255, 255, 255, 0.15); } | |
| #panel.unlock-screen .panel-button:active.screen-recording-indicator, #panel.unlock-screen .panel-button:overview.screen-recording-indicator, #panel.unlock-screen .panel-button:focus.screen-recording-indicator, #panel.unlock-screen .panel-button:checked.screen-recording-indicator, #panel.login-screen .panel-button:active.screen-recording-indicator, #panel.login-screen .panel-button:overview.screen-recording-indicator, #panel.login-screen .panel-button:focus.screen-recording-indicator, #panel.login-screen .panel-button:checked.screen-recording-indicator, #panel:overview .panel-button:active.screen-recording-indicator, #panel:overview .panel-button:overview.screen-recording-indicator, #panel:overview .panel-button:focus.screen-recording-indicator, #panel:overview .panel-button:checked.screen-recording-indicator { | |
| box-shadow: inset 0 0 0 100px rgba(224, 27, 36, 0.85); } | |
| #panel.unlock-screen .panel-button:active.screen-sharing-indicator, #panel.unlock-screen .panel-button:overview.screen-sharing-indicator, #panel.unlock-screen .panel-button:focus.screen-sharing-indicator, #panel.unlock-screen .panel-button:checked.screen-sharing-indicator, #panel.login-screen .panel-button:active.screen-sharing-indicator, #panel.login-screen .panel-button:overview.screen-sharing-indicator, #panel.login-screen .panel-button:focus.screen-sharing-indicator, #panel.login-screen .panel-button:checked.screen-sharing-indicator, #panel:overview .panel-button:active.screen-sharing-indicator, #panel:overview .panel-button:overview.screen-sharing-indicator, #panel:overview .panel-button:focus.screen-sharing-indicator, #panel:overview .panel-button:checked.screen-sharing-indicator { | |
| box-shadow: inset 0 0 0 100px rgba(229, 165, 10, 0.85); } | |
| #panel.unlock-screen .panel-button:hover, #panel.login-screen .panel-button:hover, #panel:overview .panel-button:hover { | |
| box-shadow: inset 0 0 0 100px rgba(255, 255, 255, 0.1); } | |
| #panel.unlock-screen .panel-button:hover.clock-display, #panel.login-screen .panel-button:hover.clock-display, #panel:overview .panel-button:hover.clock-display { | |
| box-shadow: none; } | |
| #panel.unlock-screen .panel-button:hover.clock-display .clock, #panel.login-screen .panel-button:hover.clock-display .clock, #panel:overview .panel-button:hover.clock-display .clock { | |
| box-shadow: inset 0 0 0 100px rgba(255, 255, 255, 0.1); } | |
| #panel.unlock-screen .panel-button:hover.screen-recording-indicator, #panel.login-screen .panel-button:hover.screen-recording-indicator, #panel:overview .panel-button:hover.screen-recording-indicator { | |
| box-shadow: inset 0 0 0 100px rgba(224, 27, 36, 0.9); } | |
| #panel.unlock-screen .panel-button:hover.screen-sharing-indicator, #panel.login-screen .panel-button:hover.screen-sharing-indicator, #panel:overview .panel-button:hover.screen-sharing-indicator { | |
| box-shadow: inset 0 0 0 100px rgba(229, 165, 10, 0.9); } | |
| #panel.unlock-screen .panel-button:active:hover, #panel.unlock-screen .panel-button:overview:hover, #panel.unlock-screen .panel-button:focus:hover, #panel.unlock-screen .panel-button:checked:hover, #panel.login-screen .panel-button:active:hover, #panel.login-screen .panel-button:overview:hover, #panel.login-screen .panel-button:focus:hover, #panel.login-screen .panel-button:checked:hover, #panel:overview .panel-button:active:hover, #panel:overview .panel-button:overview:hover, #panel:overview .panel-button:focus:hover, #panel:overview .panel-button:checked:hover { | |
| box-shadow: inset 0 0 0 100px rgba(255, 255, 255, 0.2); } | |
| #panel.unlock-screen .panel-button:active:hover.clock-display, #panel.unlock-screen .panel-button:overview:hover.clock-display, #panel.unlock-screen .panel-button:focus:hover.clock-display, #panel.unlock-screen .panel-button:checked:hover.clock-display, #panel.login-screen .panel-button:active:hover.clock-display, #panel.login-screen .panel-button:overview:hover.clock-display, #panel.login-screen .panel-button:focus:hover.clock-display, #panel.login-screen .panel-button:checked:hover.clock-display, #panel:overview .panel-button:active:hover.clock-display, #panel:overview .panel-button:overview:hover.clock-display, #panel:overview .panel-button:focus:hover.clock-display, #panel:overview .panel-button:checked:hover.clock-display { | |
| box-shadow: none; } | |
| #panel.unlock-screen .panel-button:active:hover.clock-display .clock, #panel.unlock-screen .panel-button:overview:hover.clock-display .clock, #panel.unlock-screen .panel-button:focus:hover.clock-display .clock, #panel.unlock-screen .panel-button:checked:hover.clock-display .clock, #panel.login-screen .panel-button:active:hover.clock-display .clock, #panel.login-screen .panel-button:overview:hover.clock-display .clock, #panel.login-screen .panel-button:focus:hover.clock-display .clock, #panel.login-screen .panel-button:checked:hover.clock-display .clock, #panel:overview .panel-button:active:hover.clock-display .clock, #panel:overview .panel-button:overview:hover.clock-display .clock, #panel:overview .panel-button:focus:hover.clock-display .clock, #panel:overview .panel-button:checked:hover.clock-display .clock { | |
| box-shadow: inset 0 0 0 100px rgba(255, 255, 255, 0.2); } | |
| #panel.unlock-screen .panel-button:active:hover.screen-recording-indicator, #panel.unlock-screen .panel-button:overview:hover.screen-recording-indicator, #panel.unlock-screen .panel-button:focus:hover.screen-recording-indicator, #panel.unlock-screen .panel-button:checked:hover.screen-recording-indicator, #panel.login-screen .panel-button:active:hover.screen-recording-indicator, #panel.login-screen .panel-button:overview:hover.screen-recording-indicator, #panel.login-screen .panel-button:focus:hover.screen-recording-indicator, #panel.login-screen .panel-button:checked:hover.screen-recording-indicator, #panel:overview .panel-button:active:hover.screen-recording-indicator, #panel:overview .panel-button:overview:hover.screen-recording-indicator, #panel:overview .panel-button:focus:hover.screen-recording-indicator, #panel:overview .panel-button:checked:hover.screen-recording-indicator { | |
| box-shadow: inset 0 0 0 100px rgba(224, 27, 36, 0.8); } | |
| #panel.unlock-screen .panel-button:active:hover.screen-sharing-indicator, #panel.unlock-screen .panel-button:overview:hover.screen-sharing-indicator, #panel.unlock-screen .panel-button:focus:hover.screen-sharing-indicator, #panel.unlock-screen .panel-button:checked:hover.screen-sharing-indicator, #panel.login-screen .panel-button:active:hover.screen-sharing-indicator, #panel.login-screen .panel-button:overview:hover.screen-sharing-indicator, #panel.login-screen .panel-button:focus:hover.screen-sharing-indicator, #panel.login-screen .panel-button:checked:hover.screen-sharing-indicator, #panel:overview .panel-button:active:hover.screen-sharing-indicator, #panel:overview .panel-button:overview:hover.screen-sharing-indicator, #panel:overview .panel-button:focus:hover.screen-sharing-indicator, #panel:overview .panel-button:checked:hover.screen-sharing-indicator { | |
| box-shadow: inset 0 0 0 100px rgba(229, 165, 10, 0.8); } | |
| #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: #e5a50a; } | |
| #appMenu { | |
| spacing: 6px; } | |
| #appMenu .label-shadow { | |
| color: transparent; } | |
| #appMenu .panel-status-menu-box { | |
| padding: 0 6px; | |
| spacing: 6px; } | |
| .clock-display-box { | |
| spacing: 2px; } | |
| .clock-display-box .clock { | |
| padding-left: 12px; | |
| padding-right: 12px; } | |
| /* Activities Ripple */ | |
| .ripple-box { | |
| background-color: rgba(255, 255, 255, 0.2); | |
| box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.2); | |
| width: 52px; | |
| height: 52px; | |
| border-radius: 0 0 52px 0; } | |
| .ripple-box:rtl { | |
| border-radius: 0 0 0 52px; } | |
| .quick-settings { | |
| padding: 18px; | |
| border-radius: 36px; } | |
| .quick-settings .icon-button, .quick-settings .background-app-item .close-button, .background-app-item .quick-settings .close-button, .quick-settings .button, .quick-settings .login-dialog-button { | |
| padding: 10.5px; } | |
| .quick-settings-grid { | |
| spacing-rows: 12px; | |
| spacing-columns: 12px; } | |
| .quick-toggle, .quick-menu-toggle { | |
| border-radius: 99px; | |
| min-width: 12em; | |
| max-width: 12em; | |
| min-height: 48px; | |
| border: none; } | |
| .quick-toggle { | |
| /* Move padding into the box; this is to allow menu arrows | |
| to extend to the border */ } | |
| .quick-toggle:checked { | |
| transition-duration: 100ms; | |
| background-color: #62a0ea; | |
| color: #ffffff; } | |
| .quick-toggle:checked:focus { | |
| box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6) !important; } | |
| .quick-toggle:checked:hover, .quick-toggle:checked:focus { | |
| background-color: #78aeed; | |
| color: white; } | |
| .quick-toggle:checked:active { | |
| background-color: #438de6; | |
| color: #ededed; } | |
| .quick-toggle:checked:insensitive { | |
| transition-duration: 100ms; | |
| color: rgba(61, 56, 70, 0.5); | |
| background-color: rgba(61, 56, 70, 0.05); | |
| background-color: rgba(98, 160, 234, 0.5); | |
| color: rgba(255, 255, 255, 0.5); } | |
| .quick-toggle > StBoxLayout { | |
| spacing: 9px; } | |
| .quick-toggle.button, .quick-toggle.login-dialog-button, .quick-toggle.icon-button, .background-app-item .quick-toggle.close-button { | |
| padding: 0; } | |
| .quick-toggle > StBoxLayout { | |
| padding: 0 12px; } | |
| .quick-toggle:ltr > StBoxLayout { | |
| padding-left: 15px; } | |
| .quick-toggle:rtl > StBoxLayout { | |
| padding-right: 15px; } | |
| .quick-toggle .quick-toggle-title { | |
| font-weight: bold; } | |
| .quick-toggle StBoxLayout > .quick-toggle-subtitle { | |
| font-weight: normal; | |
| font-size: 12px; } | |
| .quick-toggle .quick-toggle-icon { | |
| icon-size: 1.09em; } | |
| /* | |
| * Quick toggle includes the options with an arrow and menu (Network, Power Mode, etc) | |
| */ | |
| .quick-menu-toggle .quick-toggle { | |
| min-width: auto; | |
| max-width: auto; } | |
| .quick-menu-toggle .quick-toggle:ltr { | |
| border-radius: 99px 0 0 99px; } | |
| .quick-menu-toggle .quick-toggle:rtl { | |
| border-radius: 0 99px 99px 0; } | |
| .quick-menu-toggle .quick-toggle:ltr:last-child { | |
| border-radius: 99px; } | |
| .quick-menu-toggle .quick-toggle:rtl:last-child { | |
| border-radius: 99px; } | |
| .quick-menu-toggle .quick-toggle-arrow { | |
| padding: 6px 10.5px; | |
| border-width: 0; } | |
| .quick-menu-toggle .quick-toggle-arrow:checked { | |
| transition-duration: 100ms; | |
| background-color: #62a0ea; | |
| color: #ffffff; | |
| border-color: #1f77e1; } | |
| .quick-menu-toggle .quick-toggle-arrow:checked:focus { | |
| box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6) !important; } | |
| .quick-menu-toggle .quick-toggle-arrow:checked:hover, .quick-menu-toggle .quick-toggle-arrow:checked:focus { | |
| background-color: #78aeed; | |
| color: white; } | |
| .quick-menu-toggle .quick-toggle-arrow:checked:active { | |
| background-color: #438de6; | |
| color: #ededed; } | |
| .quick-menu-toggle .quick-toggle-arrow:checked:insensitive { | |
| transition-duration: 100ms; | |
| color: rgba(61, 56, 70, 0.5); | |
| background-color: rgba(61, 56, 70, 0.05); | |
| background-color: rgba(98, 160, 234, 0.5); | |
| color: rgba(255, 255, 255, 0.5); } | |
| .quick-menu-toggle .quick-toggle-arrow:ltr { | |
| border-radius: 0 99px 99px 0; | |
| border-left-width: 1px; } | |
| .quick-menu-toggle .quick-toggle-arrow:rtl { | |
| border-radius: 99px 0 0 99px; | |
| border-right-width: 1px; } | |
| .quick-slider > StBoxLayout { | |
| spacing: 6px; } | |
| .quick-slider .icon-button, .quick-slider .login-dialog-button.cancel-button, .quick-slider .login-dialog-button.switch-user-button, .quick-slider .login-dialog-button.login-dialog-session-list-button, .quick-slider .background-app-item .close-button, .background-app-item .quick-slider .close-button { | |
| padding: 6px; } | |
| .quick-slider .slider-bin { | |
| min-height: 16px; | |
| padding: 6px; | |
| border-radius: 99px; } | |
| .quick-slider .slider-bin:focus { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #d8dde5; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.6) !important; } | |
| .quick-slider .slider-bin:focus:hover { | |
| background-color: #dfe4ec; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7) !important; } | |
| .quick-slider .slider-bin:focus:active { | |
| background-color: #e5ebf3; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7) !important; } | |
| .quick-toggle-menu { | |
| border-radius: 12px; | |
| margin: 4px; | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #e5e4e4; | |
| border-radius: 24px; | |
| padding: 12px; | |
| margin: 12px 18px 0; | |
| background-color: #f6f5f4 !important; | |
| color: #3d3846 !important; } | |
| .quick-toggle-menu:hover { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #edecec; } | |
| .quick-toggle-menu:active { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #fcfbfb; } | |
| .quick-toggle-menu:focus { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #d8dde5; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.6) !important; } | |
| .quick-toggle-menu:focus:hover { | |
| background-color: #dfe4ec; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7) !important; } | |
| .quick-toggle-menu:focus:active { | |
| background-color: #e5ebf3; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7) !important; } | |
| .quick-toggle-menu .popup-menu-item:hover { | |
| background-color: #deddda; } | |
| .quick-toggle-menu .popup-menu-item:active { | |
| background-color: #ffffff; } | |
| .quick-toggle-menu .popup-menu-item > StIcon { | |
| -st-icon-style: symbolic; } | |
| .quick-toggle-menu .header { | |
| spacing-rows: 3px; | |
| spacing-columns: 12px; | |
| padding-bottom: 12px; } | |
| .quick-toggle-menu .header .icon { | |
| icon-size: 1.635em; | |
| border-radius: 999px; | |
| padding: 9px; | |
| background-color: rgba(61, 56, 70, 0.2); } | |
| .quick-toggle-menu .header .icon.active { | |
| background-color: #62a0ea; } | |
| .quick-settings-system-item > StBoxLayout { | |
| spacing: 12px; } | |
| .quick-settings-system-item .power-item { | |
| min-height: 0; | |
| min-width: 0; } | |
| .quick-settings-system-item .power-item:insensitive { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #e5e4e4; | |
| background-color: transparent; } | |
| .nm-network-item .wireless-secure-icon { | |
| icon-size: 0.545em; } | |
| .bt-device-item .popup-menu-icon { | |
| -st-icon-style: symbolic; } | |
| .bt-menu-placeholder { | |
| text-align: center; | |
| padding: 2em 4em; } | |
| .device-subtitle { | |
| color: rgba(61, 56, 70, 0.5); } | |
| .background-apps-quick-toggle { | |
| min-height: 40px; | |
| background-color: transparent; } | |
| .background-apps-quick-toggle StIcon { | |
| icon-size: 1.09em !important; } | |
| .background-app-item .popup-menu-icon { | |
| icon-size: 2.18em !important; | |
| -st-icon-style: regular !important; } | |
| .background-app-item .close-button { | |
| padding: 6px; } | |
| .background-app-item.popup-inactive-menu-item { | |
| color: #3d3846; } | |
| /* OVERVIEW */ | |
| .controls-manager, .secondary-monitor-workspaces { | |
| spacing: 12px; } | |
| #overviewGroup { | |
| background-color: #e6e3e0; } | |
| .overview-controls { | |
| padding-bottom: 32px; } | |
| /* Window Picker */ | |
| .window-picker { | |
| spacing: 6px; } | |
| .window-close, .screenshot-ui-close-button { | |
| background-color: rgba(255, 255, 255, 0.98); | |
| color: #000000; | |
| border-radius: 99px; | |
| box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); | |
| padding: 3px; | |
| height: 30px; | |
| width: 30px; | |
| transition-duration: 100ms; } | |
| .window-close StIcon, .screenshot-ui-close-button StIcon { | |
| icon-size: 24px; } | |
| .window-close:hover, .screenshot-ui-close-button:hover { | |
| background-color: rgba(255, 255, 255, 0.98); } | |
| .window-close:active, .screenshot-ui-close-button:active { | |
| background-color: rgba(255, 255, 255, 0.98); } | |
| .workspace-background { | |
| border-radius: 30px; | |
| background-color: rgba(3, 2, 1, 0); | |
| box-shadow: 0 4px 16px 4px rgba(177, 169, 160, 0.3); } | |
| .search-entry { | |
| border-radius: 99px; | |
| margin-top: 12px; | |
| margin-bottom: 6px; | |
| width: 24em; } | |
| .search-entry .search-entry-icon { | |
| icon-size: 1.09em; | |
| margin-top: 2px; | |
| padding: 0 4px; } | |
| /* Search */ | |
| #searchResults { | |
| margin: 0 4px; } | |
| #searchResultsContent { | |
| max-width: 1072px; } | |
| .search-section { | |
| spacing: 18px; } | |
| .search-section .search-section-separator { | |
| height: 8px; | |
| background-color: transparent; } | |
| .search-section-content { | |
| background-color: white; | |
| border-radius: 24px; | |
| box-shadow: inset 0 0 0 1px solid rgba(255, 255, 255, 0.8); | |
| color: #000000; | |
| padding: 12px; | |
| margin: 0 12px; } | |
| .list-search-result, .search-provider-icon { | |
| background-color: transparent; | |
| border-radius: 11px; } | |
| .list-search-result:hover, .search-provider-icon:hover { | |
| background-color: rgba(0, 0, 0, 0.1); } | |
| .list-search-result:selected, .search-provider-icon:selected, .list-search-result:focus, .search-provider-icon:focus { | |
| background-color: rgba(0, 0, 0, 0.13); } | |
| .list-search-result:selected:hover, .search-provider-icon:selected:hover, .list-search-result:focus:hover, .search-provider-icon:focus:hover { | |
| background-color: rgba(0, 0, 0, 0.16); } | |
| .list-search-result:selected:active, .search-provider-icon:selected:active, .list-search-result:focus:active, .search-provider-icon:focus:active { | |
| background-color: rgba(0, 0, 0, 0.13); } | |
| .list-search-result:active, .search-provider-icon:active { | |
| background-color: rgba(0, 0, 0, 0.16); } | |
| .list-search-result:outlined, .search-provider-icon:outlined, .list-search-result:checked, .search-provider-icon:checked { | |
| background-color: rgba(0, 0, 0, 0.19); } | |
| .list-search-result:outlined:active, .search-provider-icon:outlined:active, .list-search-result:checked:active, .search-provider-icon:checked:active { | |
| background-color: rgba(0, 0, 0, 0.22); } | |
| .list-search-result:outlined:hover, .search-provider-icon:outlined:hover, .list-search-result:checked:hover, .search-provider-icon:checked:hover { | |
| background-color: rgba(0, 0, 0, 0.25); } | |
| .list-search-result:drop, .search-provider-icon:drop { | |
| border: 2px solid rgba(98, 160, 234, 0.8); | |
| background-color: rgba(98, 160, 234, 0.2); } | |
| .grid-search-results { | |
| spacing: 30px; | |
| margin: 0 12px; } | |
| .search-provider-icon:ltr { | |
| margin-right: 4px; } | |
| .search-provider-icon:rtl { | |
| margin-left: 4px; } | |
| .search-provider-icon .list-search-provider-content { | |
| spacing: 12px; } | |
| .search-provider-icon .list-search-provider-content .list-search-provider-details { | |
| width: 120px; | |
| color: #000000; } | |
| .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: #313131; } | |
| /* Dash */ | |
| #dash { | |
| margin-top: 0px; } | |
| #dash .placeholder { | |
| background-image: none; | |
| background-size: contain; | |
| height: 32px; } | |
| #dash .empty-dash-drop-target { | |
| width: 32px; | |
| height: 32px; } | |
| #dash .app-well-app-running-dot { | |
| margin-bottom: 14px; } | |
| .dash-background { | |
| background-color: #e6e3e0; | |
| border-radius: 0px; | |
| padding: 1px; | |
| spacing: 6px; | |
| margin-bottom: 12px; } | |
| .dash-item-container > * { | |
| margin: 0 2px; } | |
| .dash-item-container:ltr:first-child { | |
| margin-left: 0; } | |
| .dash-item-container:rtl:first-child { | |
| margin-right: 0; } | |
| .dash-item-container .app-well-app .overview-icon, .dash-item-container .grid-search-result .overview-icon { | |
| padding: 6px; | |
| border-radius: 16px; } | |
| .dash-item-container .show-apps { | |
| transition-duration: 400ms; } | |
| .dash-item-container .show-apps .overview-icon { | |
| color: #3d3846; } | |
| .dash-item-container .show-apps .overview-icon { | |
| background-color: transparent; } | |
| .dash-item-container .show-apps:hover .overview-icon { | |
| background-color: rgba(0, 0, 0, 0.1); } | |
| .dash-item-container .show-apps:selected .overview-icon, .dash-item-container .show-apps:focus .overview-icon { | |
| background-color: rgba(0, 0, 0, 0.13); } | |
| .dash-item-container .show-apps:selected .overview-icon:hover .overview-icon, .dash-item-container .show-apps:focus .overview-icon:hover .overview-icon { | |
| background-color: rgba(0, 0, 0, 0.16); } | |
| .dash-item-container .show-apps:selected .overview-icon:active .overview-icon, .dash-item-container .show-apps:focus .overview-icon:active .overview-icon { | |
| background-color: rgba(0, 0, 0, 0.13); } | |
| .dash-item-container .show-apps:active .overview-icon { | |
| background-color: rgba(0, 0, 0, 0.16); } | |
| .dash-item-container .show-apps:outlined .overview-icon, .dash-item-container .show-apps:checked .overview-icon { | |
| background-color: rgba(0, 0, 0, 0.19); } | |
| .dash-item-container .show-apps:outlined .overview-icon:active .overview-icon, .dash-item-container .show-apps:checked .overview-icon:active .overview-icon { | |
| background-color: rgba(0, 0, 0, 0.22); } | |
| .dash-item-container .show-apps:outlined .overview-icon:hover .overview-icon, .dash-item-container .show-apps:checked .overview-icon:hover .overview-icon { | |
| background-color: rgba(0, 0, 0, 0.25); } | |
| .dash-item-container .show-apps:drop .overview-icon { | |
| border: 2px solid rgba(98, 160, 234, 0.8); | |
| background-color: rgba(98, 160, 234, 0.2); } | |
| .dash-item-container .show-apps, .dash-item-container .app-well-app, .dash-item-container .grid-search-result { | |
| padding-bottom: 12px; } | |
| .dash-separator { | |
| width: 1px; | |
| margin: 0 4px; | |
| background-color: rgba(61, 56, 70, 0.5); | |
| margin-bottom: 12px; } | |
| .dash-label { | |
| -y-offset: 8px; } | |
| /* App Grid */ | |
| .icon-grid { | |
| row-spacing: 12px; | |
| column-spacing: 12px; | |
| max-row-spacing: 42px; | |
| max-column-spacing: 42px; | |
| page-padding-top: 24px; | |
| page-padding-bottom: 24px; | |
| page-padding-left: 18px; | |
| page-padding-right: 18px; } | |
| /* App Icons */ | |
| .app-well-app, .grid-search-result { | |
| transition-duration: 400ms; } | |
| .app-well-app .overview-icon, .grid-search-result .overview-icon { | |
| color: #3d3846; } | |
| .app-well-app .overview-icon, .grid-search-result .overview-icon { | |
| background-color: transparent; } | |
| .app-well-app:hover .overview-icon, .grid-search-result:hover .overview-icon { | |
| background-color: rgba(0, 0, 0, 0.1); } | |
| .app-well-app:selected .overview-icon, .grid-search-result:selected .overview-icon, .app-well-app:focus .overview-icon, .grid-search-result:focus .overview-icon { | |
| background-color: rgba(0, 0, 0, 0.13); } | |
| .app-well-app:selected .overview-icon:hover .overview-icon, .grid-search-result:selected .overview-icon:hover .overview-icon, .app-well-app:focus .overview-icon:hover .overview-icon, .grid-search-result:focus .overview-icon:hover .overview-icon { | |
| background-color: rgba(0, 0, 0, 0.16); } | |
| .app-well-app:selected .overview-icon:active .overview-icon, .grid-search-result:selected .overview-icon:active .overview-icon, .app-well-app:focus .overview-icon:active .overview-icon, .grid-search-result:focus .overview-icon:active .overview-icon { | |
| background-color: rgba(0, 0, 0, 0.13); } | |
| .app-well-app:active .overview-icon, .grid-search-result:active .overview-icon { | |
| background-color: rgba(0, 0, 0, 0.16); } | |
| .app-well-app:outlined .overview-icon, .grid-search-result:outlined .overview-icon, .app-well-app:checked .overview-icon, .grid-search-result:checked .overview-icon { | |
| background-color: rgba(0, 0, 0, 0.19); } | |
| .app-well-app:outlined .overview-icon:active .overview-icon, .grid-search-result:outlined .overview-icon:active .overview-icon, .app-well-app:checked .overview-icon:active .overview-icon, .grid-search-result:checked .overview-icon:active .overview-icon { | |
| background-color: rgba(0, 0, 0, 0.22); } | |
| .app-well-app:outlined .overview-icon:hover .overview-icon, .grid-search-result:outlined .overview-icon:hover .overview-icon, .app-well-app:checked .overview-icon:hover .overview-icon, .grid-search-result:checked .overview-icon:hover .overview-icon { | |
| background-color: rgba(0, 0, 0, 0.25); } | |
| .app-well-app:drop .overview-icon, .grid-search-result:drop .overview-icon { | |
| border: 2px solid rgba(98, 160, 234, 0.8); | |
| background-color: rgba(98, 160, 234, 0.2); } | |
| .app-well-app .overview-icon, .grid-search-result .overview-icon { | |
| padding: 12px; | |
| border-radius: 24px; } | |
| .app-well-app .overview-icon.overview-icon-with-label > StBoxLayout, .grid-search-result .overview-icon.overview-icon-with-label > StBoxLayout { | |
| spacing: 6px; } | |
| .app-well-app.app-folder, .app-folder.grid-search-result { | |
| transition-duration: 400ms; } | |
| .app-well-app.app-folder .overview-icon, .app-folder.grid-search-result .overview-icon { | |
| color: #3d3846; } | |
| .app-well-app.app-folder .overview-icon, .app-folder.grid-search-result .overview-icon { | |
| background-color: rgba(61, 56, 70, 0.07); } | |
| .app-well-app.app-folder:hover .overview-icon, .app-folder.grid-search-result:hover .overview-icon { | |
| background-color: rgba(61, 56, 70, 0.1); } | |
| .app-well-app.app-folder:selected .overview-icon, .app-folder.grid-search-result:selected .overview-icon, .app-well-app.app-folder:focus .overview-icon, .app-folder.grid-search-result:focus .overview-icon { | |
| background-color: rgba(61, 56, 70, 0.13); } | |
| .app-well-app.app-folder:selected .overview-icon:hover .overview-icon, .app-folder.grid-search-result:selected .overview-icon:hover .overview-icon, .app-well-app.app-folder:focus .overview-icon:hover .overview-icon, .app-folder.grid-search-result:focus .overview-icon:hover .overview-icon { | |
| background-color: rgba(61, 56, 70, 0.16); } | |
| .app-well-app.app-folder:selected .overview-icon:active .overview-icon, .app-folder.grid-search-result:selected .overview-icon:active .overview-icon, .app-well-app.app-folder:focus .overview-icon:active .overview-icon, .app-folder.grid-search-result:focus .overview-icon:active .overview-icon { | |
| background-color: rgba(61, 56, 70, 0.13); } | |
| .app-well-app.app-folder:active .overview-icon, .app-folder.grid-search-result:active .overview-icon { | |
| background-color: rgba(61, 56, 70, 0.16); } | |
| .app-well-app.app-folder:outlined .overview-icon, .app-folder.grid-search-result:outlined .overview-icon, .app-well-app.app-folder:checked .overview-icon, .app-folder.grid-search-result:checked .overview-icon { | |
| background-color: rgba(61, 56, 70, 0.19); } | |
| .app-well-app.app-folder:outlined .overview-icon:active .overview-icon, .app-folder.grid-search-result:outlined .overview-icon:active .overview-icon, .app-well-app.app-folder:checked .overview-icon:active .overview-icon, .app-folder.grid-search-result:checked .overview-icon:active .overview-icon { | |
| background-color: rgba(61, 56, 70, 0.22); } | |
| .app-well-app.app-folder:outlined .overview-icon:hover .overview-icon, .app-folder.grid-search-result:outlined .overview-icon:hover .overview-icon, .app-well-app.app-folder:checked .overview-icon:hover .overview-icon, .app-folder.grid-search-result:checked .overview-icon:hover .overview-icon { | |
| background-color: rgba(61, 56, 70, 0.25); } | |
| .app-well-app.app-folder:drop .overview-icon, .app-folder.grid-search-result:drop .overview-icon { | |
| border: 2px solid rgba(98, 160, 234, 0.8); | |
| background-color: rgba(98, 160, 234, 0.2); } | |
| .app-folder-dialog { | |
| border-radius: 64px; | |
| background-color: #f6f5f4; | |
| padding: 12px; | |
| box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8); } | |
| .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-entry { | |
| width: 12em; | |
| border-radius: 16px; } | |
| .app-folder-dialog .folder-name-container .folder-name-label { | |
| padding: 5px 7px; | |
| color: #000000; } | |
| .app-folder-dialog .folder-name-container .edit-folder-button { | |
| padding: 0; | |
| width: 36px; | |
| height: 36px; | |
| border-radius: 99px; } | |
| .app-folder-dialog .folder-name-container .edit-folder-button > StIcon { | |
| icon-size: 1.09em; } | |
| .app-folder-dialog .icon-grid { | |
| row-spacing: 12px; | |
| column-spacing: 30px; | |
| page-padding-top: 0; | |
| page-padding-bottom: 0; | |
| page-padding-left: 0; | |
| page-padding-right: 0; } | |
| .app-folder-dialog .page-indicators { | |
| margin-bottom: 18px; } | |
| .app-folder-dialog-container { | |
| padding: 12px; | |
| width: 720px; | |
| height: 720px; } | |
| .app-well-app-running-dot { | |
| height: 5px; | |
| width: 5px; | |
| border-radius: 5px; | |
| background-color: #000000; } | |
| .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; } | |
| .page-indicator { | |
| padding: 6px 12px 0; | |
| transition-duration: 400ms; } | |
| .page-indicator .page-indicator-icon { | |
| width: 10px; | |
| height: 10px; | |
| border-radius: 10px; | |
| background-color: #3d3846; } | |
| .apps-scroll-view { | |
| padding: 0; } | |
| .system-action-icon { | |
| background-color: rgba(0, 0, 0, 0.8); | |
| color: white; | |
| border-radius: 99px; | |
| icon-size: 48px; } | |
| .page-navigation-hint.dnd { | |
| background: rgba(255, 255, 255, 0.1); } | |
| .page-navigation-hint.next:ltr, .page-navigation-hint.previous:rtl { | |
| background-gradient-start: rgba(255, 255, 255, 0.05); | |
| background-gradient-end: transparent; | |
| background-gradient-direction: horizontal; | |
| border-radius: 24px 0px 0px 24px; } | |
| .page-navigation-hint.previous:ltr, .page-navigation-hint.next:rtl { | |
| background-gradient-start: transparent; | |
| background-gradient-end: rgba(255, 255, 255, 0.05); | |
| background-gradient-direction: horizontal; | |
| border-radius: 0px 24px 24px 0px; } | |
| .page-navigation-arrow { | |
| margin: 6px; | |
| padding: 18px; | |
| width: 24px; | |
| height: 24px; | |
| border-radius: 99px; } | |
| .page-navigation-arrow:insensitive { | |
| transition-duration: 100ms; | |
| background-color: transparent; | |
| background-color: none; | |
| box-shadow: none; } | |
| .page-navigation-arrow:insensitive:insensitive { | |
| transition-duration: 100ms; | |
| color: rgba(61, 56, 70, 0.5); | |
| background-color: rgba(61, 56, 70, 0.05); | |
| background-color: transparent; | |
| color: rgba(0, 0, 0, 0.5); } | |
| .page-navigation-arrow:hover { | |
| transition-duration: 100ms; | |
| color: #000000; | |
| background-color: rgba(198, 197, 196, 0.545); } | |
| .page-navigation-arrow:active { | |
| transition-duration: 100ms; | |
| color: #000000; | |
| background-color: rgba(213, 212, 211, 0.545); } | |
| /* Workspace pager */ | |
| .workspace-thumbnails { | |
| visible-width: 32px; | |
| spacing: 6px; | |
| padding: 6px; } | |
| .workspace-thumbnails .workspace-thumbnail { | |
| color: #000000; | |
| background-color: white; | |
| border-radius: 4px; | |
| border: 1px solid transparent; } | |
| .workspace-thumbnails .placeholder { | |
| background-image: url("resource:///org/gnome/shell/theme/workspace-placeholder.svg"); | |
| background-size: contain; | |
| width: 18px; } | |
| .workspace-thumbnail-indicator { | |
| border: 3px solid #62a0ea; | |
| border-radius: 8px; } | |
| .ripple-pointer-location { | |
| width: 50px; | |
| height: 50px; | |
| border-radius: 25px; | |
| background-color: rgba(233, 242, 252, 0.3); | |
| box-shadow: 0 0 2px 2px #bcd6f6; } | |
| .pie-timer { | |
| width: 60px; | |
| height: 60px; | |
| -pie-border-width: 3px; | |
| -pie-border-color: #62a0ea; | |
| -pie-background-color: rgba(255, 255, 255, 0.3); } | |
| .magnifier-zoom-region { | |
| border: 2px solid #62a0ea; } | |
| .magnifier-zoom-region.full-screen { | |
| border-width: 0; } | |
| .select-area-rubberband { | |
| background-color: rgba(98, 160, 234, 0.3); | |
| border: 1px solid #62a0ea; } | |
| .user-icon { | |
| background-size: contain; | |
| color: #000000; | |
| border-radius: 99px; | |
| icon-size: 4.36em; } | |
| .user-icon StIcon { | |
| background-color: rgba(0, 0, 0, 0.05); | |
| border-radius: 99px; | |
| padding: 12px; | |
| width: 2.725em; | |
| height: 2.725em; } | |
| .user-icon.user-avatar { | |
| box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); } | |
| .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; | |
| color: #e5a50a; } | |
| /* Workspace animation */ | |
| .workspace-animation { | |
| background-color: #ffffff; } | |
| /* Tiled window previews */ | |
| .tile-preview { | |
| background-color: rgba(98, 160, 234, 0.5); | |
| border: 1px solid #62a0ea; } | |
| /* On-screen Keyboard */ | |
| #keyboard { | |
| background-color: #f6f5f4; | |
| box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 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 { | |
| font-size: 16pt; | |
| font-weight: bold; | |
| min-height: 1.2em; | |
| min-width: 1.2em; | |
| border-width: 1px; | |
| border-style: solid; | |
| border-radius: 12px; | |
| box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1); | |
| color: #000000; | |
| background-color: #d4d4d4; } | |
| .keyboard-key:focus { | |
| color: #000000; | |
| background-color: #edf3fb; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.6); } | |
| .keyboard-key:focus:hover { | |
| background-color: #eff6fd; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7); } | |
| .keyboard-key:focus:active { | |
| background-color: #eff6fd; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7); } | |
| .keyboard-key:hover { | |
| color: #000000; | |
| background-color: #dedede; } | |
| .keyboard-key:active { | |
| color: #000000; | |
| background-color: #e6e6e6; } | |
| .keyboard-key:checked { | |
| color: #000000; | |
| background-color: #f2f2f2; } | |
| .keyboard-key:grayed { | |
| background-color: #efedec; | |
| color: #000000; | |
| border-color: rgba(0, 0, 0, 0.7); } | |
| .keyboard-key.default-key { | |
| color: #000000; | |
| background-color: #b8b8b8; | |
| border-radius: 12px; } | |
| .keyboard-key.default-key:hover { | |
| color: #000000; | |
| background-color: #c2c2c2; } | |
| .keyboard-key.default-key:active { | |
| color: #000000; | |
| background-color: #c9c9c9; } | |
| .keyboard-key.default-key:checked { | |
| color: #000000; | |
| background-color: #d6d6d6; } | |
| .keyboard-key.default-key:latched { | |
| border-color: #78aeed; | |
| background-color: #62a0ea; } | |
| .keyboard-key.enter-key { | |
| color: #ffffff; | |
| background-color: #6fa8ec; | |
| border-radius: 12px; | |
| color: #000000; } | |
| .keyboard-key.enter-key:hover { | |
| color: #ffffff; | |
| background-color: #81b3ee; } | |
| .keyboard-key.enter-key:active { | |
| color: #ffffff; | |
| background-color: #8fbbf0; } | |
| .keyboard-key.enter-key:checked { | |
| color: #ffffff; | |
| background-color: #a5c9f3; } | |
| .keyboard-key.shift-key-uppercase { | |
| background-color: white; | |
| color: #f6f5f4; } | |
| .keyboard-key.shift-key-uppercase:hover { | |
| background-color: white; | |
| color: white; } | |
| .keyboard-key StIcon { | |
| icon-size: 24px; } | |
| .keyboard-subkeys { | |
| -arrow-border-radius: 16px; | |
| -arrow-background-color: #f6f5f4; | |
| -arrow-border-width: 1px; | |
| -arrow-border-color: white; | |
| -arrow-base: 20px; | |
| -arrow-rise: 10px; | |
| -boxpointer-gap: 6px; | |
| padding: 6px; } | |
| .keyboard-subkeys .keyboard-key { | |
| color: #000000; | |
| background-color: #d4d4d4; | |
| border-radius: 12px; } | |
| .keyboard-subkeys .keyboard-key:focus { | |
| color: #000000; | |
| background-color: #edf3fb; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.6); } | |
| .keyboard-subkeys .keyboard-key:focus:hover { | |
| background-color: #eff6fd; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7); } | |
| .keyboard-subkeys .keyboard-key:focus:active { | |
| background-color: #eff6fd; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7); } | |
| .keyboard-subkeys .keyboard-key:hover { | |
| color: #000000; | |
| background-color: #dedede; } | |
| .keyboard-subkeys .keyboard-key:active { | |
| color: #000000; | |
| background-color: #e6e6e6; } | |
| .keyboard-subkeys .keyboard-key:checked { | |
| color: #000000; | |
| background-color: #f2f2f2; } | |
| .emoji-page .keyboard-key { | |
| background-color: transparent; | |
| border: none; | |
| color: initial; } | |
| .emoji-panel .keyboard-key:latched { | |
| border-color: #78aeed; | |
| background-color: #62a0ea; } | |
| .word-suggestions { | |
| font-size: 12pt; | |
| spacing: 12px; | |
| min-height: 17pt; | |
| padding: 12px; | |
| color: #000000; } | |
| .word-suggestions StButton { | |
| margin: 0 3px; | |
| min-width: 32px; | |
| border-radius: 6px; | |
| padding: 0px 18px; | |
| background-color: transparent; | |
| background-image: none; } | |
| .word-suggestions StButton:focus { | |
| color: #000000; | |
| background-color: #edf3fb; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.6); } | |
| .word-suggestions StButton:focus:hover { | |
| background-color: #eff6fd; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7); } | |
| .word-suggestions StButton:focus:active { | |
| background-color: #eff6fd; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7); } | |
| .word-suggestions StButton:hover { | |
| color: #000000; | |
| background-color: #dedede; } | |
| .word-suggestions StButton:active { | |
| color: #000000; | |
| background-color: #e6e6e6; } | |
| .word-suggestions StButton:checked { | |
| color: #000000; | |
| background-color: #f2f2f2; } | |
| /* Looking Glass */ | |
| #LookingGlassDialog { | |
| background-color: rgba(246, 245, 244, 0.95); | |
| border-radius: 0 0 16px 16px; | |
| border: 1px solid rgba(255, 255, 255, 0.8); | |
| border-top-width: 0; | |
| color: #3d3846; | |
| padding: 6px; | |
| spacing: 6px; | |
| box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); } | |
| #LookingGlassDialog > #Toolbar { | |
| border: none; | |
| padding: 6px; | |
| border-radius: 0; | |
| background-color: transparent; | |
| spacing: 6px; } | |
| #LookingGlassDialog > #Toolbar .lg-toolbar-button { | |
| padding: 6px 12px; } | |
| #LookingGlassDialog > #Toolbar .lg-toolbar-button > StIcon { | |
| icon-size: 1.09em; } | |
| #LookingGlassDialog .labels { | |
| spacing: 6px; } | |
| #LookingGlassDialog .notebook-tab { | |
| -natural-hpadding: 12px; | |
| -minimum-hpadding: 12px; | |
| padding: 6px 12px; } | |
| #LookingGlassDialog StBoxLayout#EvalBox { | |
| padding: 4px; | |
| spacing: 6px; | |
| padding: 6px; } | |
| #LookingGlassDialog StBoxLayout#ResultsArea { | |
| spacing: 6px; | |
| padding: 6px; } | |
| .lg-dialog StEntry { | |
| min-height: 22px; } | |
| .lg-dialog .shell-link { | |
| color: #3585e4; } | |
| .lg-dialog .shell-link:hover { | |
| color: #62a0ea; } | |
| .lg-dialog .shell-link:active { | |
| color: #1b6bcb; } | |
| .lg-dialog .actor-link { | |
| color: #9a979d; } | |
| .lg-dialog .actor-link:hover { | |
| color: #cdccce; } | |
| .lg-dialog .actor-link:active { | |
| color: #67646a; } | |
| .lg-dialog .actor-link StIcon { | |
| icon-size: 12px; } | |
| .lg-completions-text { | |
| font-style: italic; } | |
| .lg-obj-inspector-title { | |
| spacing: 6px; } | |
| .lg-obj-inspector-button { | |
| border: 1px solid rgba(61, 56, 70, 0.5); | |
| padding: 4px; | |
| border-radius: 8px; } | |
| .lg-obj-inspector-button:hover { | |
| border: 1px solid #3d3846; } | |
| #lookingGlassExtensions { | |
| padding: 6px; } | |
| .lg-extensions-list { | |
| padding: 6px; | |
| spacing: 6px; } | |
| .lg-extension { | |
| padding: 12px; | |
| border-radius: 12px; | |
| margin: 4px; | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #e5e4e4; } | |
| .lg-extension:hover { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #edecec; } | |
| .lg-extension:active { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #fcfbfb; } | |
| .lg-extension:focus { | |
| transition-duration: 100ms; | |
| color: #3d3846; | |
| background-color: #d8dde5; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.6) !important; } | |
| .lg-extension:focus:hover { | |
| background-color: #dfe4ec; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7) !important; } | |
| .lg-extension:focus:active { | |
| background-color: #e5ebf3; | |
| box-shadow: inset 0 0 0 2px rgba(98, 160, 234, 0.7) !important; } | |
| .lg-extension-meta { | |
| spacing: 6px; } | |
| #LookingGlassPropertyInspector { | |
| background: #f6f5f4; | |
| border: 1px solid rgba(61, 56, 70, 0.5); | |
| border-radius: 8px; | |
| padding: 6px; } | |
| .lg-debug-flag-button { | |
| color: #3d3846; } | |
| .lg-debug-flag-button StLabel { | |
| padding: 6px, 12px; } | |
| .lg-debug-flag-button:hover { | |
| color: #6e657f; } | |
| .lg-debug-flag-button:active { | |
| color: #0c0b0d; } | |
| .lg-debug-flags-header { | |
| padding-top: 12px; | |
| padding: 6px; } | |
| .login-dialog .caps-lock-warning-label, | |
| .login-dialog .login-dialog-message-warning, | |
| .unlock-dialog .caps-lock-warning-label, | |
| .unlock-dialog .login-dialog-message-warning { | |
| color: white; } | |
| /* Login Dialog */ | |
| .login-dialog { | |
| background-color: #ffffff; } | |
| .login-dialog-button.cancel-button { | |
| padding: 9px; } | |
| .login-dialog-button-box { | |
| width: 23em; | |
| spacing: 12px; } | |
| .login-dialog-logo-bin { | |
| margin: 3em 0; } | |
| .login-dialog-banner { | |
| color: #e6e6e6; } | |
| .login-dialog-banner-view { | |
| max-width: 23em; } | |
| .login-dialog-message { | |
| text-align: center; } | |
| .login-dialog-user-selection-box { | |
| padding: 100px 0px; } | |
| .login-dialog-not-listed-label { | |
| font-size: 11pt; | |
| font-weight: bold; | |
| color: #b3b3b3; | |
| padding: 12px; } | |
| .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-button:focus .login-dialog-not-listed-label { | |
| text-decoration: underline; } | |
| .login-dialog-auth-list-view { | |
| -st-vfade-offset: 1em; } | |
| .login-dialog-auth-list { | |
| spacing: 6px; | |
| margin-left: 2em; } | |
| .login-dialog-auth-list-title { | |
| margin-left: 2em; } | |
| .login-dialog-auth-list-item { | |
| border-radius: 16px; | |
| padding: 4px; | |
| color: #b3b3b3; } | |
| .login-dialog-auth-list-item:focus, .login-dialog-auth-list-item:selected { | |
| background-color: #62a0ea; | |
| color: #ffffff; } | |
| .login-dialog-auth-list-label { | |
| font-size: 13pt; | |
| font-weight: bold; | |
| padding-left: 15px; } | |
| .login-dialog-auth-list-label:ltr { | |
| padding-left: 14px; | |
| text-align: left; } | |
| .login-dialog-auth-list-label:rtl { | |
| padding-right: 14px; | |
| text-align: right; } | |
| .login-dialog-user-list-view { | |
| -st-vfade-offset: 1em; } | |
| .login-dialog-user-list { | |
| spacing: 12px; | |
| width: 23em; } | |
| .login-dialog-user-list .login-dialog-user-list-item { | |
| border-radius: 12px; | |
| padding: 6px; | |
| background-color: rgba(255, 255, 255, 0.05); | |
| color: white; } | |
| .login-dialog-user-list .login-dialog-user-list-item .user-widget .user-icon { | |
| border: 4px solid transparent; } | |
| .login-dialog-user-list .login-dialog-user-list-item .login-dialog-timed-login-indicator { | |
| height: 2px; | |
| margin-top: 6px; | |
| background-color: #b3b3b3; } | |
| .login-dialog-user-list .login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { | |
| background-color: #ffffff; } | |
| .login-dialog-user-list:expanded .login-dialog-user-list-item { | |
| transition-duration: 300ms; | |
| transition-timing-function: ease; } | |
| .login-dialog-user-list:expanded .login-dialog-user-list-item:hover { | |
| background-color: rgba(255, 255, 255, 0.1); | |
| color: white; } | |
| .login-dialog-user-list:expanded .login-dialog-user-list-item:selected { | |
| background-color: #62a0ea; | |
| color: #ffffff; } | |
| .login-dialog-user-list:expanded .login-dialog-user-list-item:selected:hover { | |
| background-color: #78aeed; } | |
| .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in .user-widget .user-icon { | |
| border-color: #62a0ea; } | |
| .login-dialog-prompt-layout { | |
| spacing: 12px; | |
| width: 26em; } | |
| /* Screen Shield */ | |
| .unlock-dialog { | |
| background-color: transparent; } | |
| .screen-shield-background { | |
| background: black; | |
| box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6); } | |
| #lockDialogGroup { | |
| background-color: #ffffff; } | |
| .unlock-dialog-clock { | |
| color: white; | |
| spacing: 2em; } | |
| .unlock-dialog-clock .unlock-dialog-clock-time { | |
| font-size: 72pt; | |
| font-weight: 200; } | |
| .unlock-dialog-clock .unlock-dialog-clock-date { | |
| font-weight: 400; } | |
| .unlock-dialog-clock .unlock-dialog-clock-hint { | |
| margin-top: 2em; | |
| padding: 6px 18px; | |
| border-radius: 16px; | |
| font-weight: bold; } | |
| #unlockDialogNotifications StButton#vhandle, #unlockDialogNotifications StButton#hhandle { | |
| background-color: rgba(246, 245, 244, 0.3); } | |
| #unlockDialogNotifications StButton#vhandle:hover, #unlockDialogNotifications StButton#vhandle:focus, #unlockDialogNotifications StButton#hhandle:hover, #unlockDialogNotifications StButton#hhandle:focus { | |
| background-color: rgba(246, 245, 244, 0.5); } | |
| #unlockDialogNotifications StButton#vhandle:active, #unlockDialogNotifications StButton#hhandle:active { | |
| background-color: rgba(98, 160, 234, 0.5); } | |
| .unlock-dialog-notifications-container { | |
| margin: 12px; | |
| 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 16px; | |
| border: none; | |
| background-color: rgba(255, 255, 255, 0.1); | |
| color: white; | |
| border-radius: 16px; } | |
| .unlock-dialog-notifications-container .notification.critical, | |
| .unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { | |
| background-color: rgba(255, 255, 255, 0.2); } | |
| .unlock-dialog-notification-label { | |
| padding-left: 12px; | |
| padding-right: 0; } | |
| .unlock-dialog-notification-label:rtl { | |
| padding-right: 12px; | |
| padding-left: 0; } | |
| .unlock-dialog-notification-count-text { | |
| font-weight: bold; | |
| padding: 0 12px; | |
| color: white; | |
| background-color: rgba(255, 255, 255, 0.1); | |
| border-radius: 99px; } | |
| .user-widget .user-widget-label { | |
| color: white; } | |
| .user-widget.horizontal { | |
| spacing: 18px; } | |
| .user-widget.horizontal .user-icon StIcon { | |
| padding: 12px; | |
| icon-size: 2.18em; | |
| width: 3.27em; | |
| height: 3.27em; | |
| background-color: rgba(255, 255, 255, 0.1); } | |
| .user-widget.vertical { | |
| spacing: 24px; } | |
| .user-widget.vertical .user-widget-label { | |
| text-align: center; | |
| margin-bottom: .75em; } | |
| .user-widget.vertical .user-icon { | |
| icon-size: 10.9em; } | |
| .user-widget.vertical .user-icon StIcon { | |
| padding: 32px; | |
| icon-size: 4.36em; | |
| background-color: rgba(255, 255, 255, 0.1); } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment