2009-09-10 01:38:00 -04:00
|
|
|
/* Copyright 2009, 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.
|
|
|
|
*/
|
|
|
|
|
2012-02-23 16:44:57 -05:00
|
|
|
/* Text Styles */
|
|
|
|
|
|
|
|
/* default text style */
|
2010-12-13 20:50:19 -05:00
|
|
|
stage {
|
|
|
|
font-family: cantarell, sans-serif;
|
2012-02-23 12:19:34 -05:00
|
|
|
font-size: 11pt;
|
|
|
|
color: white;
|
2010-12-13 20:50:19 -05:00
|
|
|
}
|
|
|
|
|
2012-02-23 16:44:57 -05:00
|
|
|
/* links */
|
2009-12-02 12:13:24 -05:00
|
|
|
.shell-link {
|
|
|
|
color: #0000ff;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shell-link:hover {
|
|
|
|
color: #0000e0;
|
|
|
|
}
|
|
|
|
|
2012-02-23 16:44:57 -05:00
|
|
|
/* small */
|
|
|
|
.app-well-menu,
|
|
|
|
.run-dialog-error-label {
|
|
|
|
font-size: 9pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* small bold */
|
|
|
|
.dash-label,
|
|
|
|
.window-caption,
|
|
|
|
.switcher-list,
|
|
|
|
.app-well-app > .overview-icon,
|
2012-08-14 10:34:14 -04:00
|
|
|
.show-apps > .overview-icon,
|
2012-08-01 21:48:10 -04:00
|
|
|
.grid-search-result .overview-icon {
|
2012-02-23 16:44:57 -05:00
|
|
|
font-size: 9pt;
|
|
|
|
font-weight: bold;
|
2009-12-26 12:00:36 -05:00
|
|
|
}
|
|
|
|
|
2012-02-23 12:22:22 -05:00
|
|
|
/* Scroll Bars */
|
|
|
|
|
2012-08-01 08:19:13 -04:00
|
|
|
StScrollBar {
|
2011-10-21 00:00:30 -04:00
|
|
|
padding: 0px;
|
2009-09-10 01:38:00 -04:00
|
|
|
}
|
|
|
|
|
2012-08-01 08:19:13 -04:00
|
|
|
StScrollView.vfade {
|
2011-10-21 00:00:30 -04:00
|
|
|
-st-vfade-offset: 68px;
|
2011-06-03 17:44:57 -04:00
|
|
|
}
|
|
|
|
|
2012-08-01 08:19:13 -04:00
|
|
|
StScrollView.hfade {
|
2012-02-08 12:47:23 -05:00
|
|
|
-st-hfade-offset: 68px;
|
|
|
|
}
|
|
|
|
|
2012-08-01 08:19:13 -04:00
|
|
|
StScrollView StScrollBar {
|
|
|
|
min-width: 14px;
|
2012-08-01 09:12:12 -04:00
|
|
|
min-height: 14px;
|
2009-09-10 01:38:00 -04:00
|
|
|
}
|
|
|
|
|
2010-09-09 21:28:12 -04:00
|
|
|
StScrollBar StBin#trough {
|
2012-08-01 08:19:13 -04:00
|
|
|
background-color: rgba(0,0,0,0.3);
|
2010-02-09 00:57:42 -05:00
|
|
|
border-radius: 8px;
|
2009-09-10 01:38:00 -04:00
|
|
|
}
|
|
|
|
|
2012-08-01 08:19:13 -04:00
|
|
|
StScrollBar StButton#vhandle {
|
2012-08-22 09:59:56 -04:00
|
|
|
background-color: #5d6464;
|
2012-08-01 08:19:13 -04:00
|
|
|
border: 2px solid #242424;
|
2010-02-09 00:57:42 -05:00
|
|
|
border-radius: 8px;
|
2009-09-10 01:38:00 -04:00
|
|
|
}
|
|
|
|
|
2012-08-01 08:19:13 -04:00
|
|
|
StScrollBar StButton#hhandle {
|
2012-08-22 09:59:56 -04:00
|
|
|
background-color: #5d6464;
|
2012-08-01 08:19:13 -04:00
|
|
|
border: 2px solid #242424;
|
2010-02-09 00:57:42 -05:00
|
|
|
border-radius: 8px;
|
2009-09-10 01:38:00 -04:00
|
|
|
}
|
|
|
|
|
2010-02-09 00:57:42 -05:00
|
|
|
StScrollBar StButton#hhandle:hover,
|
2012-08-01 08:19:13 -04:00
|
|
|
StScrollBar StButton#vhandle:hover {
|
2012-08-22 09:59:56 -04:00
|
|
|
background-color: #777d7c;
|
2012-08-01 08:19:13 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
StScrollBar StButton#hhandle:active,
|
|
|
|
StScrollBar StButton#vhandle:active {
|
2012-08-22 09:59:56 -04:00
|
|
|
background-color: #3465a4;
|
2009-09-10 01:38:00 -04:00
|
|
|
}
|
2009-09-10 01:38:13 -04:00
|
|
|
|
2012-02-23 12:22:22 -05:00
|
|
|
/* Check Boxes */
|
|
|
|
|
2013-07-11 10:09:54 -04:00
|
|
|
.check-box StBoxLayout {
|
2012-02-13 18:13:57 -05:00
|
|
|
spacing: .8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.check-box StBin {
|
2012-02-16 08:35:23 -05:00
|
|
|
width: 24px;
|
|
|
|
height: 22px;
|
|
|
|
background-image: url("checkbox-off.svg");
|
|
|
|
}
|
|
|
|
|
|
|
|
.check-box:focus StBin {
|
|
|
|
background-image: url("checkbox-off-focused.svg");
|
2012-02-13 18:13:57 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.check-box:checked StBin {
|
2012-02-16 08:35:23 -05:00
|
|
|
background-image: url("checkbox.svg");
|
2012-02-13 18:13:57 -05:00
|
|
|
}
|
|
|
|
|
2012-02-16 08:35:23 -05:00
|
|
|
.check-box:focus:checked StBin {
|
|
|
|
background-image: url("checkbox-focused.svg");
|
2012-02-13 18:13:57 -05:00
|
|
|
}
|
|
|
|
|
2011-07-12 16:12:28 -04:00
|
|
|
/* Slider */
|
|
|
|
|
|
|
|
.slider {
|
|
|
|
height: 1em;
|
|
|
|
-slider-height: 0.3em;
|
|
|
|
-slider-background-color: #333333;
|
|
|
|
-slider-border-color: #5f5f5f;
|
|
|
|
-slider-active-background-color: #76b0ec;
|
|
|
|
-slider-active-border-color: #1f6dbc;
|
|
|
|
-slider-border-width: 1px;
|
2013-07-16 16:26:39 -04:00
|
|
|
-slider-handle-radius: 6px;
|
2011-07-12 16:12:28 -04:00
|
|
|
}
|
|
|
|
|
2010-05-20 11:18:46 -04:00
|
|
|
/* PopupMenu */
|
2009-11-17 17:46:20 -05:00
|
|
|
|
2013-04-19 21:08:35 -04:00
|
|
|
.popup-menu-ornament {
|
2013-07-15 20:00:41 -04:00
|
|
|
text-align: right;
|
|
|
|
width: 1em;
|
2013-04-19 21:08:35 -04:00
|
|
|
}
|
|
|
|
|
2013-02-27 07:11:55 -05:00
|
|
|
.popup-menu-boxpointer,
|
|
|
|
.candidate-popup-boxpointer {
|
2011-07-30 08:00:16 -04:00
|
|
|
-arrow-border-radius: 8px;
|
2013-02-19 13:45:32 -05:00
|
|
|
-arrow-background-color: rgba(0,0,0,0.9);
|
2010-05-05 10:03:48 -04:00
|
|
|
-arrow-border-width: 2px;
|
2011-07-30 08:00:16 -04:00
|
|
|
-arrow-border-color: #a5a5a5;
|
|
|
|
-arrow-base: 24px;
|
|
|
|
-arrow-rise: 11px;
|
2010-05-05 10:03:48 -04:00
|
|
|
}
|
|
|
|
|
2010-05-20 11:18:46 -04:00
|
|
|
.popup-menu {
|
2010-05-12 17:07:41 -04:00
|
|
|
min-width: 200px;
|
2010-05-05 10:03:48 -04:00
|
|
|
}
|
|
|
|
|
2014-02-18 07:45:26 -05:00
|
|
|
.popup-menu-arrow {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2013-07-16 16:26:39 -04:00
|
|
|
}
|
|
|
|
|
2011-04-04 11:38:52 -04:00
|
|
|
.popup-submenu-menu-item:open {
|
2013-08-22 09:42:49 -04:00
|
|
|
background-color: #333333;
|
2011-04-04 11:38:52 -04:00
|
|
|
}
|
|
|
|
|
2010-11-01 11:03:28 -04:00
|
|
|
.popup-sub-menu {
|
2011-04-04 11:38:52 -04:00
|
|
|
background-gradient-start: rgba(80,80,80,0.3);
|
2013-08-22 09:38:29 -04:00
|
|
|
background-gradient-end: rgba(80,80,80,0.4);
|
2011-04-04 11:38:52 -04:00
|
|
|
background-gradient-direction: vertical;
|
|
|
|
box-shadow: inset 0px 2px 4px rgba(0,0,0,0.9);
|
2010-11-01 11:03:28 -04:00
|
|
|
}
|
|
|
|
|
2012-09-06 05:41:23 -04:00
|
|
|
.popup-sub-menu:scrolled .popup-menu-item:ltr {
|
2011-04-04 08:55:15 -04:00
|
|
|
padding-right: 0em;
|
|
|
|
}
|
|
|
|
|
2012-09-06 05:41:23 -04:00
|
|
|
.popup-sub-menu:scrolled .popup-menu-item:rtl {
|
2011-04-04 08:55:15 -04:00
|
|
|
padding-left: 0em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup-sub-menu StScrollBar {
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup-sub-menu StScrollBar StBin#trough {
|
|
|
|
border-width: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup-sub-menu StScrollBar StBin#vhandle {
|
|
|
|
background-color: #4c4c4c;
|
|
|
|
border-width: 0px;
|
|
|
|
}
|
|
|
|
|
2010-05-20 11:18:46 -04:00
|
|
|
/* The remaining popup-menu sizing is all done in ems, so that if you
|
|
|
|
* override .popup-menu.font-size, everything else will scale with it.
|
|
|
|
*/
|
|
|
|
.popup-menu-content {
|
2010-10-20 12:43:22 -04:00
|
|
|
padding: 1em 0em;
|
2010-05-05 10:03:48 -04:00
|
|
|
}
|
|
|
|
|
2010-05-20 11:18:46 -04:00
|
|
|
.popup-menu-item {
|
2013-07-16 16:26:39 -04:00
|
|
|
spacing: 12px;
|
2010-05-05 10:03:48 -04:00
|
|
|
}
|
|
|
|
|
2013-07-15 20:00:41 -04:00
|
|
|
.popup-menu-item:ltr {
|
|
|
|
padding: .4em 1.75em .4em 0em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup-menu-item:rtl {
|
|
|
|
padding: .4em 0em .4em 1.75em;
|
|
|
|
}
|
|
|
|
|
2010-05-20 11:18:46 -04:00
|
|
|
.popup-menu-item:active {
|
2010-05-05 10:03:48 -04:00
|
|
|
background-color: #4c4c4c;
|
|
|
|
}
|
|
|
|
|
2012-09-11 08:00:22 -04:00
|
|
|
.popup-menu-item:insensitive {
|
2011-09-15 10:51:19 -04:00
|
|
|
color: #9f9f9f;
|
|
|
|
}
|
|
|
|
|
2010-05-20 11:18:46 -04:00
|
|
|
.popup-separator-menu-item {
|
2012-12-10 12:24:56 -05:00
|
|
|
-gradient-height: 1px;
|
|
|
|
-gradient-start: rgba(255,255,255,0.0);
|
|
|
|
-gradient-end: rgba(255,255,255,0.3);
|
|
|
|
-margin-horizontal: 24px;
|
|
|
|
height: 1px;
|
|
|
|
padding: 8px 0px;
|
2010-05-20 11:18:46 -04:00
|
|
|
}
|
|
|
|
|
2012-09-11 08:00:22 -04:00
|
|
|
.popup-status-menu-item {
|
2011-04-21 10:44:28 -04:00
|
|
|
font-weight: normal;
|
2011-03-20 00:22:41 -04:00
|
|
|
color: #999;
|
2011-01-25 16:08:12 -05:00
|
|
|
}
|
|
|
|
|
2012-09-11 08:00:22 -04:00
|
|
|
.popup-inactive-menu-item, .popup-inactive-menu-item:insensitive {
|
|
|
|
color: white;
|
|
|
|
}
|
2011-01-25 16:08:12 -05:00
|
|
|
|
2010-11-02 18:33:22 -04:00
|
|
|
.popup-menu-icon {
|
2012-03-08 11:29:08 -05:00
|
|
|
icon-size: 1.09em;
|
2010-11-02 18:33:22 -04:00
|
|
|
}
|
|
|
|
|
2012-02-23 12:22:22 -05:00
|
|
|
/* Switches */
|
2010-09-21 09:32:09 -04:00
|
|
|
.toggle-switch {
|
2011-03-25 10:59:45 -04:00
|
|
|
width: 65px;
|
|
|
|
height: 22px;
|
2010-06-17 08:17:01 -04:00
|
|
|
}
|
2010-09-21 09:32:09 -04:00
|
|
|
|
|
|
|
.toggle-switch-us {
|
|
|
|
background-image: url("toggle-off-us.svg");
|
2011-12-23 12:59:20 -05:00
|
|
|
background-size: contain;
|
2010-09-21 09:32:09 -04:00
|
|
|
}
|
|
|
|
.toggle-switch-us:checked {
|
|
|
|
background-image: url("toggle-on-us.svg");
|
2011-12-23 12:59:20 -05:00
|
|
|
background-size: contain;
|
2010-09-21 09:32:09 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.toggle-switch-intl {
|
|
|
|
background-image: url("toggle-off-intl.svg");
|
2011-12-23 12:59:20 -05:00
|
|
|
background-size: contain;
|
2010-06-17 08:17:01 -04:00
|
|
|
}
|
2010-09-21 09:32:09 -04:00
|
|
|
.toggle-switch-intl:checked {
|
|
|
|
background-image: url("toggle-on-intl.svg");
|
2011-12-23 12:59:20 -05:00
|
|
|
background-size: contain;
|
2010-06-17 08:17:01 -04:00
|
|
|
}
|
|
|
|
|
2013-06-12 00:03:36 -04:00
|
|
|
/* Network */
|
|
|
|
|
|
|
|
.nm-dialog {
|
2013-08-12 13:19:32 -04:00
|
|
|
max-height: 500px;
|
|
|
|
min-height: 450px;
|
|
|
|
min-width: 470px;
|
2013-06-12 00:03:36 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.nm-dialog-content {
|
2013-08-19 09:50:19 -04:00
|
|
|
spacing: 20px;
|
2013-06-12 00:03:36 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.nm-dialog-header-hbox {
|
2013-08-19 09:50:19 -04:00
|
|
|
spacing: 10px;
|
2013-06-12 00:03:36 -04:00
|
|
|
}
|
|
|
|
|
2014-01-28 17:18:10 -05:00
|
|
|
.nm-dialog-airplane-box {
|
|
|
|
spacing: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nm-dialog-airplane-headline {
|
|
|
|
font-size: 1.1em;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nm-dialog-airplane-text {
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
2013-06-12 00:03:36 -04:00
|
|
|
.nm-dialog-header-icon {
|
|
|
|
icon-size: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nm-dialog-scroll-view {
|
|
|
|
border: 2px solid #666;
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nm-dialog-header {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nm-dialog-item {
|
|
|
|
font-size: 12pt;
|
|
|
|
border-bottom: 1px solid #666;
|
|
|
|
padding: 12px;
|
2013-10-17 13:04:13 -04:00
|
|
|
spacing: 20px;
|
2013-06-12 00:03:36 -04:00
|
|
|
}
|
|
|
|
|
2013-10-17 13:04:13 -04:00
|
|
|
.nm-dialog-item:selected {
|
2013-06-12 00:03:36 -04:00
|
|
|
background-color: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nm-dialog-icons {
|
|
|
|
spacing: .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nm-dialog-icon {
|
|
|
|
icon-size: 16px;
|
|
|
|
}
|
|
|
|
|
2012-02-23 12:22:22 -05:00
|
|
|
/* Buttons */
|
2011-08-04 09:52:41 -04:00
|
|
|
|
2013-02-14 17:36:32 -05:00
|
|
|
.candidate-page-button,
|
2012-02-23 12:22:22 -05:00
|
|
|
.notification-button,
|
|
|
|
.notification-icon-button,
|
|
|
|
.hotplug-notification-item,
|
|
|
|
.hotplug-resident-eject-button,
|
2013-02-20 08:31:13 -05:00
|
|
|
.modal-dialog-button,
|
|
|
|
.app-view-control {
|
2011-08-04 09:52:41 -04:00
|
|
|
border: 1px solid #8b8b8b;
|
|
|
|
background-gradient-direction: vertical;
|
|
|
|
background-gradient-start: rgba(255, 255, 255, 0.2);
|
|
|
|
background-gradient-end: rgba(255, 255, 255, 0);
|
|
|
|
}
|
|
|
|
|
2012-11-29 11:44:40 -05:00
|
|
|
.modal-dialog-button {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2013-02-14 17:36:32 -05:00
|
|
|
.candidate-page-button:hover,
|
2012-02-23 12:22:22 -05:00
|
|
|
.notification-button:hover,
|
|
|
|
.notification-icon-button:hover,
|
|
|
|
.hotplug-notification-item:hover,
|
|
|
|
.hotplug-resident-eject-button:hover,
|
|
|
|
.modal-dialog-button:hover {
|
2011-08-04 09:52:41 -04:00
|
|
|
background-gradient-start: rgba(255, 255, 255, 0.3);
|
|
|
|
background-gradient-end: rgba(255, 255, 255, 0.1);
|
|
|
|
}
|
|
|
|
|
2012-02-23 12:22:22 -05:00
|
|
|
.notification-button:focus,
|
|
|
|
.notification-icon-button:focus,
|
|
|
|
.hotplug-notification-item:focus,
|
2013-03-01 14:21:58 -05:00
|
|
|
.modal-dialog-button:focus,
|
|
|
|
.app-view-control:focus {
|
2012-10-30 08:07:58 -04:00
|
|
|
border-width: 2px;
|
2011-08-04 09:52:41 -04:00
|
|
|
}
|
|
|
|
|
2013-03-01 14:21:58 -05:00
|
|
|
.app-view-control:first-child:ltr:focus,
|
|
|
|
.app-view-control:last-child:rtl:focus {
|
|
|
|
border-right-width: 1px;
|
|
|
|
}
|
|
|
|
|
2013-02-14 17:36:32 -05:00
|
|
|
.candidate-page-button:active,
|
|
|
|
.candidate-page-button:pressed,
|
2012-02-23 12:22:22 -05:00
|
|
|
.notification-button:active,
|
|
|
|
.notification-icon-button:active,
|
|
|
|
.hotplug-notification-item:active,
|
|
|
|
.hotplug-resident-eject-button:active,
|
|
|
|
.modal-dialog-button:active,
|
2013-02-20 08:31:13 -05:00
|
|
|
.modal-dialog-button:pressed,
|
|
|
|
.app-view-control:checked {
|
2011-08-04 09:52:41 -04:00
|
|
|
background-gradient-start: rgba(255, 255, 255, 0);
|
|
|
|
background-gradient-end: rgba(255, 255, 255, 0.2);
|
|
|
|
}
|
|
|
|
|
2013-02-14 17:36:32 -05:00
|
|
|
.candidate-page-button:insensitive,
|
2012-10-30 08:07:58 -04:00
|
|
|
.notification-button:insensitive,
|
2012-05-17 15:05:36 -04:00
|
|
|
.notification-icon-button:insensitive,
|
2012-10-30 08:07:58 -04:00
|
|
|
.modal-dialog-button:insensitive {
|
|
|
|
border-color: #666666;
|
2012-05-17 15:05:36 -04:00
|
|
|
color: #9f9f9f;
|
2012-10-30 08:07:58 -04:00
|
|
|
background-gradient-direction: none;
|
|
|
|
background-color: rgba(102, 102, 102, 0.15);
|
2012-05-17 15:05:36 -04:00
|
|
|
}
|
|
|
|
|
2013-02-20 08:31:13 -05:00
|
|
|
/* Common radii */
|
|
|
|
|
|
|
|
#searchEntry,
|
|
|
|
.modal-dialog-button,
|
|
|
|
.notification-button,
|
|
|
|
.hotplug-notification-item,
|
2013-07-16 08:48:15 -04:00
|
|
|
.app-view-controls,
|
|
|
|
#screenShieldNotifications {
|
2013-02-20 08:31:13 -05:00
|
|
|
border-radius: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app-view-control:first-child:ltr,
|
|
|
|
.app-view-control:last-child:rtl {
|
|
|
|
border-radius: 18px 0px 0px 18px;
|
|
|
|
border-right-width: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app-view-control:last-child:ltr,
|
|
|
|
.app-view-control:first-child:rtl {
|
|
|
|
border-radius: 0px 18px 18px 0px;
|
|
|
|
}
|
|
|
|
|
2012-08-01 07:14:07 -04:00
|
|
|
/* Entries */
|
|
|
|
|
|
|
|
#searchEntry,
|
2013-06-25 12:55:21 -04:00
|
|
|
.login-dialog StEntry,
|
2012-08-01 07:14:07 -04:00
|
|
|
.notification StEntry,
|
2012-10-29 12:33:21 -04:00
|
|
|
.modal-dialog StEntry {
|
2012-08-01 07:14:07 -04:00
|
|
|
color: rgb(64, 64, 64);
|
|
|
|
caret-color: rgb(64, 64, 64);
|
|
|
|
font-size: 12pt;
|
|
|
|
caret-size: 1px;
|
2012-10-10 12:47:40 -04:00
|
|
|
selected-color: white;
|
2012-08-01 07:14:07 -04:00
|
|
|
padding: 4px 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchEntry,
|
2013-06-25 12:55:21 -04:00
|
|
|
.login-dialog StEntry,
|
2012-10-29 12:33:21 -04:00
|
|
|
.run-dialog-entry,
|
2012-08-01 07:14:07 -04:00
|
|
|
.notification StEntry {
|
|
|
|
border: 2px solid rgba(245,245,245,0.2);
|
|
|
|
background-gradient-start: rgba(5,5,6,0.1);
|
|
|
|
background-gradient-end: rgba(254,254,254,0.1);
|
|
|
|
background-gradient-direction: vertical;
|
2012-08-07 10:20:43 -04:00
|
|
|
transition-duration: 300ms;
|
2012-08-01 07:14:07 -04:00
|
|
|
box-shadow: inset 0px 2px 4px rgba(0,0,0,0.6);
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchEntry:focus,
|
|
|
|
#searchEntry:hover,
|
2013-06-25 12:55:21 -04:00
|
|
|
.login-dialog StEntry:focus,
|
2012-08-01 07:14:07 -04:00
|
|
|
.notification StEntry:focus,
|
2012-10-29 12:33:21 -04:00
|
|
|
.modal-dialog StEntry {
|
2012-08-01 07:14:07 -04:00
|
|
|
border: 2px solid rgb(136,138,133);
|
|
|
|
background-gradient-start: rgb(200,200,200);
|
|
|
|
background-gradient-end: white;
|
|
|
|
background-gradient-direction: vertical;
|
|
|
|
box-shadow: inset 0px 2px 4px rgba(0,0,0,0.6);
|
|
|
|
}
|
|
|
|
|
2013-06-25 12:55:21 -04:00
|
|
|
.login-dialog StEntry:focus,
|
2012-08-01 07:14:07 -04:00
|
|
|
.notification StEntry:focus,
|
2012-10-29 12:33:21 -04:00
|
|
|
.modal-dialog StEntry:focus {
|
2012-08-01 07:14:07 -04:00
|
|
|
border: 2px solid #3465a4;
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchEntry {
|
2012-10-28 20:15:03 -04:00
|
|
|
border-color: rgba(245,245,245,0.3);
|
|
|
|
color: rgb(192, 192, 192);
|
|
|
|
caret-color: rgb(192, 192, 192);
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchEntry:hover {
|
2012-08-01 07:14:07 -04:00
|
|
|
color: rgb(128, 128, 128);
|
|
|
|
caret-color: rgb(128, 128, 128);
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchEntry:focus {
|
|
|
|
color: rgb(64, 64, 64);
|
|
|
|
caret-color: rgb(64, 64, 64);
|
|
|
|
font-weight: bold;
|
2012-08-07 10:20:43 -04:00
|
|
|
transition-duration: 0ms;
|
2012-08-01 07:14:07 -04:00
|
|
|
}
|
|
|
|
|
2013-06-25 12:55:21 -04:00
|
|
|
.login-dialog StEntry,
|
2012-08-01 07:14:07 -04:00
|
|
|
.notification StEntry,
|
2012-10-29 12:33:21 -04:00
|
|
|
.modal-dialog StEntry {
|
2012-08-01 07:14:07 -04:00
|
|
|
border-radius: 5px;
|
|
|
|
padding: 4px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prompt-dialog-password-entry .capslock-warning,
|
|
|
|
.login-dialog-prompt-entry .capslock-warning {
|
|
|
|
icon-size: 16px;
|
|
|
|
warning-color: #999;
|
|
|
|
padding: 0 4px;
|
|
|
|
}
|
|
|
|
|
2013-06-25 12:55:21 -04:00
|
|
|
.login-dialog StEntry:insensitive,
|
2012-11-18 16:36:17 -05:00
|
|
|
.modal-dialog StEntry:insensitive {
|
|
|
|
border-color: #666666;
|
|
|
|
color: #9f9f9f;
|
|
|
|
border: 2px solid #9f9f9f;
|
|
|
|
background-gradient-direction: none;
|
|
|
|
background-color: rgba(102, 102, 102, 0.15);
|
|
|
|
box-shadow: inset 0 0 rgba(0,0,0,1.0);
|
2012-08-01 07:14:07 -04:00
|
|
|
}
|
|
|
|
|
2010-05-20 11:18:46 -04:00
|
|
|
/* Panel */
|
|
|
|
|
|
|
|
#panel {
|
|
|
|
background-color: black;
|
2011-08-25 11:46:25 -04:00
|
|
|
font-weight: bold;
|
2011-03-04 15:54:19 -05:00
|
|
|
height: 1.86em;
|
2012-09-21 16:26:23 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#panel.unlock-screen,
|
|
|
|
#panel.login-screen {
|
|
|
|
background-color: transparent;
|
2010-05-20 11:18:46 -04:00
|
|
|
}
|
|
|
|
|
2011-08-25 11:46:25 -04:00
|
|
|
#panelLeft, #panelCenter {
|
2010-05-20 11:18:46 -04:00
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
2011-03-03 18:48:17 -05:00
|
|
|
#panelLeft:ltr {
|
2010-05-20 11:18:46 -04:00
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
|
2011-02-19 06:21:07 -05:00
|
|
|
#panelLeft:rtl {
|
|
|
|
padding-left: 4px;
|
|
|
|
}
|
|
|
|
|
2011-03-03 18:48:17 -05:00
|
|
|
#panelRight:ltr {
|
2010-05-20 11:18:46 -04:00
|
|
|
padding-left: 4px;
|
|
|
|
}
|
|
|
|
|
2011-02-19 06:21:07 -05:00
|
|
|
#panelRight:rtl {
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
|
2011-02-08 21:12:10 -05:00
|
|
|
.panel-corner {
|
2012-03-21 10:59:43 -04:00
|
|
|
-panel-corner-radius: 6px;
|
2011-02-08 21:12:10 -05:00
|
|
|
-panel-corner-background-color: black;
|
2012-02-08 08:31:42 -05:00
|
|
|
-panel-corner-border-width: 2px;
|
|
|
|
-panel-corner-border-color: transparent;
|
2011-02-08 21:12:10 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.panel-corner:active,
|
2011-07-14 08:56:14 -04:00
|
|
|
.panel-corner:overview,
|
2011-02-08 21:12:10 -05:00
|
|
|
.panel-corner:focus {
|
2012-02-08 08:31:42 -05:00
|
|
|
-panel-corner-border-color: rgba(255,255,255,0.8);
|
2011-02-08 21:12:10 -05:00
|
|
|
}
|
|
|
|
|
2012-09-21 16:26:23 -04:00
|
|
|
.panel-corner.lock-screen,
|
|
|
|
.panel-corner.unlock-screen,
|
|
|
|
.panel-corner.login-screen {
|
|
|
|
-panel-corner-background-color: transparent;
|
|
|
|
-panel-corner-border-color: transparent;
|
|
|
|
}
|
|
|
|
|
2009-11-17 17:46:20 -05:00
|
|
|
#appMenu {
|
2013-04-16 10:57:46 -04:00
|
|
|
spinner-image: url("process-working.svg");
|
2010-05-05 10:03:48 -04:00
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
2012-02-23 16:44:57 -05:00
|
|
|
/* used for the app menu header only */
|
|
|
|
.label-shadow {
|
|
|
|
color: rgba(0,0,0,0.5);
|
|
|
|
}
|
|
|
|
|
2011-02-24 12:26:40 -05:00
|
|
|
.panel-button #appMenuIcon {
|
|
|
|
app-icon-bottom-clip: 1px;
|
|
|
|
}
|
|
|
|
|
2011-02-18 17:00:04 -05:00
|
|
|
.panel-button:active #appMenuIcon,
|
|
|
|
.panel-button:checked #appMenuIcon,
|
|
|
|
.panel-button:focus #appMenuIcon {
|
|
|
|
app-icon-bottom-clip: 2px;
|
|
|
|
}
|
|
|
|
|
2009-09-30 10:02:08 -04:00
|
|
|
.panel-button {
|
2011-06-09 11:50:24 -04:00
|
|
|
-natural-hpadding: 12px;
|
|
|
|
-minimum-hpadding: 6px;
|
2010-03-22 21:01:04 -04:00
|
|
|
font-weight: bold;
|
2011-02-08 21:11:57 -05:00
|
|
|
color: #ccc;
|
2012-08-07 10:20:43 -04:00
|
|
|
transition-duration: 100ms;
|
2009-09-30 10:02:08 -04:00
|
|
|
}
|
|
|
|
|
2012-09-21 16:26:23 -04:00
|
|
|
#panel.unlock-screen .panel-button,
|
|
|
|
#panel.lock-screen .panel-button,
|
|
|
|
#panel.login-screen .panel-button {
|
|
|
|
color: #e6e6e6;
|
|
|
|
}
|
|
|
|
|
|
|
|
#panel.unlock-screen .panel-button:hover,
|
|
|
|
#panel.lock-screen .panel-button:hover,
|
|
|
|
#panel.login-screen .panel-button:hover,
|
|
|
|
#panel.unlock-screen .panel-button:active,
|
|
|
|
#panel.lock-screen .panel-button:active,
|
|
|
|
#panel.login-screen .panel-button:active,
|
|
|
|
#panel.unlock-screen .panel-button:focus,
|
|
|
|
#panel.lock-screen .panel-button:focus,
|
|
|
|
#panel.login-screen .panel-button:focus {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2011-03-13 21:01:50 -04:00
|
|
|
.panel-button:hover {
|
|
|
|
color: white;
|
|
|
|
text-shadow: black 0px 2px 2px;
|
|
|
|
}
|
|
|
|
|
2011-02-08 21:11:57 -05:00
|
|
|
.panel-button:active,
|
2011-07-14 08:56:14 -04:00
|
|
|
.panel-button:overview,
|
2011-02-08 21:11:57 -05:00
|
|
|
.panel-button:focus {
|
2012-03-21 10:59:43 -04:00
|
|
|
border-image: url("panel-button-border.svg") 6 10 0 2;
|
2011-02-08 21:11:57 -05:00
|
|
|
background-image: url("panel-button-highlight-wide.svg");
|
|
|
|
color: white;
|
|
|
|
text-shadow: black 0px 2px 2px;
|
|
|
|
}
|
|
|
|
|
2011-08-25 11:46:25 -04:00
|
|
|
.panel-status-button:active,
|
|
|
|
.panel-status-button:checked,
|
|
|
|
.panel-status-button:focus {
|
2011-02-08 21:11:57 -05:00
|
|
|
background-image: url("panel-button-highlight-narrow.svg");
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-button:active > .system-status-icon,
|
|
|
|
.panel-button:checked > .system-status-icon,
|
|
|
|
.panel-button:focus > .system-status-icon {
|
|
|
|
icon-shadow: black 0px 2px 2px;
|
2010-02-08 15:00:16 -05:00
|
|
|
}
|
|
|
|
|
2011-07-30 13:24:24 -04:00
|
|
|
.panel-menu {
|
2013-02-14 16:45:16 -05:00
|
|
|
-boxpointer-gap: 4px;
|
2011-07-30 13:24:24 -04:00
|
|
|
}
|
|
|
|
|
2013-06-06 17:27:25 -04:00
|
|
|
.panel-status-indicators-box,
|
2013-06-06 17:26:42 -04:00
|
|
|
.panel-status-menu-box {
|
2013-08-27 14:56:41 -04:00
|
|
|
spacing: 2px;
|
2012-12-16 17:28:11 -05:00
|
|
|
}
|
|
|
|
|
2010-11-02 18:33:22 -04:00
|
|
|
.system-status-icon {
|
2012-03-08 11:29:08 -05:00
|
|
|
icon-size: 1.09em;
|
2013-08-27 14:56:41 -04:00
|
|
|
padding: 0 5px;
|
2010-11-02 18:33:22 -04:00
|
|
|
}
|
|
|
|
|
2013-07-01 14:19:12 -04:00
|
|
|
.aggregate-menu {
|
2013-09-23 11:42:04 -04:00
|
|
|
width: 360px;
|
2013-07-01 14:19:12 -04:00
|
|
|
}
|
|
|
|
|
2013-08-12 13:06:05 -04:00
|
|
|
.aggregate-menu .popup-menu-icon {
|
|
|
|
padding: 0 4px;
|
|
|
|
}
|
|
|
|
|
2013-06-11 15:25:32 -04:00
|
|
|
.system-switch-user-submenu-icon {
|
|
|
|
icon-size: 24px;
|
|
|
|
border: 1px solid #8b8b8b;
|
|
|
|
}
|
|
|
|
|
2013-06-11 17:17:09 -04:00
|
|
|
.system-menu-action {
|
|
|
|
color: #e6e6e6;
|
2013-08-22 13:24:29 -04:00
|
|
|
border-radius: 32px; /* wish we could do 50% */
|
|
|
|
padding: 13px;
|
2014-03-30 06:08:10 -04:00
|
|
|
border: 2px solid #5f5f5f; /* using rgba() is flaky unfortunately */
|
2013-06-11 17:17:09 -04:00
|
|
|
}
|
|
|
|
|
2013-08-16 23:02:11 -04:00
|
|
|
.system-menu-action:hover,
|
|
|
|
.system-menu-action:focus {
|
2013-06-11 17:17:09 -04:00
|
|
|
color: white;
|
2013-08-22 13:24:29 -04:00
|
|
|
background-color: #4c4c4c;
|
|
|
|
border: none;
|
2014-03-30 06:08:10 -04:00
|
|
|
padding: 15px;
|
2013-08-22 13:24:29 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.system-menu-action:active {
|
|
|
|
color: black;
|
|
|
|
background-color: #6f6f6f;
|
|
|
|
|
2013-06-11 17:17:09 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.system-menu-action > StIcon {
|
2013-08-22 13:24:29 -04:00
|
|
|
icon-size: 16px;
|
2013-06-11 17:17:09 -04:00
|
|
|
}
|
|
|
|
|
2013-07-17 15:26:06 -04:00
|
|
|
.screencast-indicator {
|
|
|
|
color: #ff0000;
|
|
|
|
}
|
|
|
|
|
2010-02-09 00:57:42 -05:00
|
|
|
/* Overview */
|
2009-11-11 19:26:52 -05:00
|
|
|
|
2010-07-29 03:55:08 -04:00
|
|
|
#overview {
|
2012-12-07 20:37:30 -05:00
|
|
|
spacing: 24px;
|
2013-02-21 10:44:32 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.overview-controls {
|
2013-02-18 10:25:28 -05:00
|
|
|
padding-bottom: 32px;
|
2010-07-29 03:55:08 -04:00
|
|
|
}
|
|
|
|
|
2013-10-11 21:27:59 -04:00
|
|
|
.workspace-thumbnails {
|
|
|
|
spacing: 11px;
|
|
|
|
visible-width: 32px; /* Amount visible before hovering */
|
2011-02-14 17:58:38 -05:00
|
|
|
border: 1px solid rgba(128, 128, 128, 0.4);
|
2010-10-04 10:42:11 -04:00
|
|
|
border-right: 0px;
|
|
|
|
border-radius: 9px 0px 0px 9px;
|
2011-02-14 17:58:38 -05:00
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
2011-11-26 18:28:51 -05:00
|
|
|
padding: 11px 7px 11px 11px;
|
2011-01-30 21:18:12 -05:00
|
|
|
}
|
|
|
|
|
2013-10-11 21:27:59 -04:00
|
|
|
.workspace-thumbnails:rtl {
|
2011-02-18 09:41:43 -05:00
|
|
|
border-right: 1px;
|
|
|
|
border-left: 0px;
|
|
|
|
border-radius: 0px 9px 9px 0px;
|
2011-11-26 18:28:51 -05:00
|
|
|
padding: 11px 11px 11px 7px;
|
2011-02-18 09:41:43 -05:00
|
|
|
}
|
|
|
|
|
2011-01-30 21:18:12 -05:00
|
|
|
.workspace-thumbnail-indicator {
|
2011-11-26 18:28:51 -05:00
|
|
|
border: 4px solid rgba(255,255,255,0.7);
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 1px;
|
2010-10-04 10:42:11 -04:00
|
|
|
}
|
|
|
|
|
2009-11-11 19:26:52 -05:00
|
|
|
.window-caption {
|
2013-02-18 14:09:49 -05:00
|
|
|
spacing: 25px;
|
2011-12-03 18:05:33 -05:00
|
|
|
background: rgba(0,0,0,0.5);
|
|
|
|
border-radius: 8px;
|
2012-02-13 12:48:24 -05:00
|
|
|
padding: 4px 12px;
|
2011-12-03 18:05:33 -05:00
|
|
|
-shell-caption-spacing: 12px;
|
2012-10-27 12:18:54 -04:00
|
|
|
border: 2px solid rgba(0, 0, 0, 0);
|
2009-11-11 19:26:52 -05:00
|
|
|
}
|
|
|
|
|
2013-02-18 14:09:49 -05:00
|
|
|
.window-caption:hover {
|
|
|
|
border: 2px solid rgba(255, 255, 255, 0);
|
|
|
|
}
|
|
|
|
|
2012-08-20 15:51:52 -04:00
|
|
|
.window-close, .notification-close {
|
2009-11-11 19:26:52 -05:00
|
|
|
background-image: url("close-window.svg");
|
2012-10-25 12:24:30 -04:00
|
|
|
background-size: 32px;
|
|
|
|
height: 32px;
|
|
|
|
width: 32px;
|
2012-08-20 15:51:52 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.window-close {
|
2012-10-27 12:18:54 -04:00
|
|
|
-shell-close-overlap: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.window-clone-border {
|
|
|
|
border: 4px solid rgba(255, 255, 255, 0.5);
|
|
|
|
border-radius: 4px;
|
2009-11-11 19:26:52 -05:00
|
|
|
}
|
|
|
|
|
2012-08-20 15:51:52 -04:00
|
|
|
.notification-close {
|
2012-08-20 16:44:28 -04:00
|
|
|
/* we start out in the top right of the
|
|
|
|
* notification, inset.
|
|
|
|
*
|
2012-10-25 12:28:29 -04:00
|
|
|
* center is 32px/2 = 16px
|
2012-08-20 16:44:28 -04:00
|
|
|
*
|
|
|
|
* adjust left 2px
|
|
|
|
* adjust down 8px */
|
|
|
|
|
2012-10-25 12:28:29 -04:00
|
|
|
-shell-close-overlap-x: 14px;
|
2012-10-16 13:02:48 -04:00
|
|
|
-shell-close-overlap-y: -12px;
|
2012-08-20 15:51:52 -04:00
|
|
|
}
|
|
|
|
|
2012-10-25 11:49:29 -04:00
|
|
|
.notification-close:rtl {
|
|
|
|
/* as above, but starting out in the top left of the
|
|
|
|
* notification. */
|
|
|
|
|
|
|
|
-shell-close-overlap-x: -14px;
|
|
|
|
}
|
|
|
|
|
2011-03-03 18:48:17 -05:00
|
|
|
.window-close:rtl {
|
|
|
|
-st-background-image-shadow: 2px 2px 6px rgba(0,0,0,0.5);
|
|
|
|
}
|
|
|
|
|
2012-08-08 13:27:46 -04:00
|
|
|
.window-picker {
|
2012-12-07 20:37:30 -05:00
|
|
|
-horizontal-spacing: 32px;
|
|
|
|
-vertical-spacing: 32px;
|
2012-12-11 17:26:09 -05:00
|
|
|
padding-left: 32px;
|
|
|
|
padding-right: 32px;
|
2013-02-28 21:19:03 -05:00
|
|
|
padding-bottom: 48px;
|
2012-08-08 13:27:46 -04:00
|
|
|
}
|
|
|
|
|
2012-12-13 13:28:25 -05:00
|
|
|
.window-picker.external-monitor {
|
|
|
|
padding: 32px;
|
|
|
|
}
|
|
|
|
|
2013-02-28 21:19:03 -05:00
|
|
|
.messages-indicator {
|
|
|
|
color: #999999;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.messages-indicator-contents {
|
|
|
|
spacing: 12px;
|
|
|
|
padding-bottom: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.messages-indicator-contents:hover {
|
|
|
|
color: white;
|
|
|
|
text-shadow: black 0px 2px 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.messages-indicator-highlight {
|
|
|
|
background-gradient-start: transparent;
|
|
|
|
background-gradient-end: #999999;
|
|
|
|
background-gradient-direction: vertical;
|
|
|
|
|
|
|
|
height: 6px;
|
|
|
|
}
|
|
|
|
|
2009-10-22 13:33:09 -04:00
|
|
|
/* Dash */
|
|
|
|
|
|
|
|
#dash {
|
|
|
|
color: #5f5f5f;
|
2011-03-04 15:54:19 -05:00
|
|
|
font-size: 9pt;
|
2011-01-31 09:05:23 -05:00
|
|
|
padding: 4px 0px;
|
2010-07-21 19:29:02 -04:00
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
2011-01-31 09:05:23 -05:00
|
|
|
border: 1px solid rgba(128, 128, 128, 0.4);
|
2010-07-21 19:29:02 -04:00
|
|
|
border-left: 0px;
|
|
|
|
border-radius: 0px 9px 9px 0px;
|
|
|
|
}
|
|
|
|
|
2011-02-18 17:59:49 -05:00
|
|
|
#dash:rtl {
|
|
|
|
border-left: 1px;
|
|
|
|
border-right: 0px;
|
|
|
|
border-radius: 9px 0px 0px 9px;
|
|
|
|
}
|
|
|
|
|
2011-05-04 22:47:07 -04:00
|
|
|
.placeholder {
|
2010-11-07 20:51:02 -05:00
|
|
|
background-image: url("dash-placeholder.svg");
|
2011-12-23 12:59:20 -05:00
|
|
|
background-size: contain;
|
2011-05-04 22:47:07 -04:00
|
|
|
height: 24px;
|
2010-11-07 20:51:02 -05:00
|
|
|
}
|
|
|
|
|
2013-05-31 11:59:27 -04:00
|
|
|
.empty-dash-drop-target {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
|
2012-02-23 12:22:22 -05:00
|
|
|
/* Search Box */
|
|
|
|
|
2009-10-22 13:33:09 -04:00
|
|
|
#searchEntry {
|
2012-08-20 05:32:49 -04:00
|
|
|
width: 320px;
|
2009-10-22 13:33:09 -04:00
|
|
|
}
|
|
|
|
|
2011-02-10 16:11:48 -05:00
|
|
|
.search-entry-icon {
|
2012-03-08 11:29:08 -05:00
|
|
|
icon-size: 1em;
|
2012-10-28 20:15:03 -04:00
|
|
|
color: #c0c0c0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchEntry:hover .search-entry-icon,
|
|
|
|
#searchEntry:focus .search-entry-icon {
|
2011-02-10 16:11:48 -05:00
|
|
|
color: #8d8f8a;
|
2009-10-22 13:33:09 -04:00
|
|
|
}
|
|
|
|
|
2012-02-23 12:22:22 -05:00
|
|
|
/* Search Results */
|
|
|
|
|
2010-11-12 12:45:29 -05:00
|
|
|
#searchResults {
|
2013-02-21 10:44:32 -05:00
|
|
|
padding: 20px 10px 0px 10px;
|
2011-02-25 18:00:53 -05:00
|
|
|
spacing: 18px;
|
2009-10-22 13:33:09 -04:00
|
|
|
}
|
|
|
|
|
2013-01-23 14:35:28 -05:00
|
|
|
#searchResultsBin {
|
|
|
|
max-width: 1000px;
|
|
|
|
}
|
|
|
|
|
2010-11-12 12:45:29 -05:00
|
|
|
#searchResultsContent {
|
2013-01-23 23:11:23 -05:00
|
|
|
padding-left: 20px;
|
2011-03-03 18:48:17 -05:00
|
|
|
padding-right: 20px;
|
2012-08-01 21:48:10 -04:00
|
|
|
spacing: 16px;
|
2009-11-06 16:08:07 -05:00
|
|
|
}
|
|
|
|
|
2012-08-01 21:48:10 -04:00
|
|
|
.search-section {
|
|
|
|
/* This should be equal to #searchResultsContent spacing */
|
|
|
|
spacing: 16px;
|
2009-11-29 17:45:30 -05:00
|
|
|
}
|
|
|
|
|
2012-08-01 21:48:10 -04:00
|
|
|
.search-section-separator {
|
|
|
|
-gradient-height: 1px;
|
|
|
|
-gradient-start: rgba(255,255,255,0);
|
|
|
|
-gradient-end: rgba(255,255,255,0.5);
|
|
|
|
-margin-horizontal: 1.5em;
|
|
|
|
height: 1px;
|
2012-08-31 13:27:35 -04:00
|
|
|
}
|
|
|
|
|
2012-08-01 21:48:10 -04:00
|
|
|
.search-section-content {
|
|
|
|
/* This is the space between the provider icon and the results container */
|
|
|
|
spacing: 32px;
|
2009-11-29 17:45:30 -05:00
|
|
|
}
|
|
|
|
|
2012-08-01 21:48:10 -04:00
|
|
|
.search-statustext {
|
|
|
|
color: #efefef;
|
|
|
|
font-size: 2em;
|
|
|
|
font-weight: bold;
|
2009-11-29 17:45:30 -05:00
|
|
|
}
|
|
|
|
|
2012-08-01 21:48:10 -04:00
|
|
|
.list-search-results {
|
|
|
|
spacing: 3px;
|
2010-03-31 16:40:32 -04:00
|
|
|
}
|
|
|
|
|
2011-12-16 17:46:07 -05:00
|
|
|
.dash-label {
|
|
|
|
border-radius: 7px;
|
|
|
|
padding: 4px 12px;
|
|
|
|
background-color: rgba(0,0,0,0.5);
|
|
|
|
text-align: center;
|
|
|
|
-x-offset: 8px;
|
|
|
|
}
|
|
|
|
|
2012-08-01 21:48:10 -04:00
|
|
|
/* Application Launchers, Grid and List results */
|
2009-11-06 16:08:07 -05:00
|
|
|
|
2010-07-20 22:22:19 -04:00
|
|
|
.icon-grid {
|
2013-08-31 09:05:53 -04:00
|
|
|
spacing: 30px;
|
|
|
|
-shell-grid-horizontal-item-size: 136px;
|
|
|
|
-shell-grid-vertical-item-size: 136px;
|
2011-01-13 09:37:15 -05:00
|
|
|
}
|
|
|
|
|
2011-02-25 16:53:53 -05:00
|
|
|
.icon-grid .overview-icon {
|
2011-01-13 09:37:15 -05:00
|
|
|
icon-size: 96px;
|
|
|
|
}
|
|
|
|
|
2013-01-30 17:58:42 -05:00
|
|
|
.app-display {
|
2011-02-25 16:53:53 -05:00
|
|
|
spacing: 20px;
|
|
|
|
}
|
2011-01-13 09:37:15 -05:00
|
|
|
|
2013-02-18 14:18:08 -05:00
|
|
|
.app-view-controls {
|
2013-02-21 10:44:32 -05:00
|
|
|
padding-bottom: 32px;
|
2013-02-18 14:18:08 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.app-view-control {
|
2013-05-24 06:03:00 -04:00
|
|
|
padding: 4px 32px;
|
2013-02-18 14:18:08 -05:00
|
|
|
}
|
|
|
|
|
2013-07-05 19:35:58 -04:00
|
|
|
.app-view-control:focus {
|
|
|
|
padding: 3px 31px;
|
|
|
|
}
|
|
|
|
|
2013-02-25 14:48:06 -05:00
|
|
|
.search-display > StBoxLayout,
|
2013-08-27 15:22:16 -04:00
|
|
|
.all-apps,
|
2013-02-21 17:11:22 -05:00
|
|
|
.frequent-apps > StBoxLayout {
|
2013-03-08 17:58:28 -05:00
|
|
|
/* horizontal padding to make sure scrollbars or dash don't overlap content */
|
2013-08-20 04:12:19 -04:00
|
|
|
padding: 0px 88px 10px 88px;
|
2013-02-21 16:49:42 -05:00
|
|
|
}
|
|
|
|
|
2013-08-12 13:09:43 -04:00
|
|
|
.page-indicator {
|
2013-09-05 08:48:03 -04:00
|
|
|
padding: 15px 20px;
|
2013-09-02 16:33:40 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.page-indicator .page-indicator-icon {
|
2013-08-12 13:09:43 -04:00
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
background-image: url(page-indicator-inactive.svg);
|
|
|
|
}
|
|
|
|
|
2013-09-26 12:09:55 -04:00
|
|
|
.page-indicator:hover .page-indicator-icon {
|
|
|
|
background-image: url(page-indicator-hover.svg);
|
|
|
|
}
|
|
|
|
|
2013-09-27 10:52:29 -04:00
|
|
|
.page-indicator:active .page-indicator-icon {
|
2013-08-12 13:09:43 -04:00
|
|
|
background-image: url(page-indicator-active.svg);
|
|
|
|
}
|
|
|
|
|
2013-09-27 10:52:29 -04:00
|
|
|
.page-indicator:checked .page-indicator-icon,
|
|
|
|
.page-indicator:checked:active .page-indicator-icon {
|
2013-09-26 12:09:55 -04:00
|
|
|
background-image: url(page-indicator-checked.svg);
|
|
|
|
}
|
|
|
|
|
2013-05-03 12:20:21 -04:00
|
|
|
.no-frequent-applications-label {
|
|
|
|
font-size: 18pt;
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
2013-01-31 11:13:37 -05:00
|
|
|
.app-folder-icon {
|
|
|
|
padding: 5px;
|
2014-03-14 12:03:10 -04:00
|
|
|
spacing-rows: 5px;
|
|
|
|
spacing-columns: 5px;
|
2013-01-31 11:13:37 -05:00
|
|
|
}
|
|
|
|
|
2012-08-14 10:34:14 -04:00
|
|
|
.dash-item-container > StButton {
|
2011-01-31 09:05:23 -05:00
|
|
|
padding: 4px 8px;
|
2010-09-30 17:49:07 -04:00
|
|
|
}
|
|
|
|
|
2012-08-01 21:48:10 -04:00
|
|
|
.list-search-result-content {
|
|
|
|
spacing: 12px;
|
|
|
|
padding: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-search-result-title {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14pt;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-search-result-description {
|
|
|
|
color: #eeeeec;
|
|
|
|
}
|
|
|
|
|
2012-08-09 17:52:36 -04:00
|
|
|
.search-provider-icon-more {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
background-image: url("more-results.svg");
|
|
|
|
}
|
|
|
|
|
2013-08-31 09:05:53 -04:00
|
|
|
.app-well-app > .overview-icon.overview-icon-with-label,
|
|
|
|
.grid-search-result .overview-icon.overview-icon-with-label {
|
|
|
|
/* since the label controls its own spacing, it is visually more
|
|
|
|
consistent to use different padding values for top and bottom */
|
|
|
|
padding: 10px 8px 5px 8px;
|
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
2010-10-14 08:27:28 -04:00
|
|
|
.app-well-app > .overview-icon,
|
2012-08-14 10:34:14 -04:00
|
|
|
.show-apps > .overview-icon,
|
2012-08-09 17:52:36 -04:00
|
|
|
.search-provider-icon,
|
2012-08-01 21:48:10 -04:00
|
|
|
.list-search-result,
|
|
|
|
.grid-search-result .overview-icon {
|
2010-01-07 00:40:21 -05:00
|
|
|
border-radius: 4px;
|
2013-08-31 09:05:53 -04:00
|
|
|
padding: 6px;
|
2011-02-03 12:38:03 -05:00
|
|
|
border: 1px rgba(0,0,0,0);
|
2012-08-07 10:20:43 -04:00
|
|
|
transition-duration: 100ms;
|
2010-06-22 16:04:45 -04:00
|
|
|
text-align: center;
|
2009-11-06 16:08:07 -05:00
|
|
|
}
|
|
|
|
|
2013-06-26 08:13:46 -04:00
|
|
|
.search-provider-icon {
|
|
|
|
padding: 15px;
|
|
|
|
}
|
|
|
|
|
2013-01-31 11:13:37 -05:00
|
|
|
.app-folder-popup {
|
|
|
|
-arrow-border-radius: 8px;
|
2013-08-31 09:05:53 -04:00
|
|
|
-arrow-background-color: rgba(0,0,0,0.3);
|
2013-01-31 11:13:37 -05:00
|
|
|
-arrow-base: 24px;
|
|
|
|
-arrow-rise: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app-folder-popup-bin {
|
2013-09-05 20:54:04 -04:00
|
|
|
padding: 5px;
|
2013-01-31 11:13:37 -05:00
|
|
|
}
|
|
|
|
|
2012-02-23 12:23:49 -05:00
|
|
|
.app-well-app.running > .overview-icon {
|
|
|
|
text-shadow: black 0px 2px 2px;
|
|
|
|
background-image: url("running-indicator.svg");
|
|
|
|
background-size: contain;
|
|
|
|
}
|
|
|
|
|
2013-01-31 11:13:37 -05:00
|
|
|
.app-well-app.app-folder > .overview-icon {
|
2013-08-31 09:05:53 -04:00
|
|
|
background-color: rgba(0,0,0,0.3);
|
2013-01-31 11:13:37 -05:00
|
|
|
}
|
|
|
|
|
2012-02-23 12:23:49 -05:00
|
|
|
.app-well-app:hover > .overview-icon,
|
2012-08-14 10:34:14 -04:00
|
|
|
.show-apps:hover > .overview-icon,
|
2012-08-09 17:52:36 -04:00
|
|
|
.search-provider-icon:hover,
|
2012-08-01 21:48:10 -04:00
|
|
|
.list-search-result:hover,
|
|
|
|
.grid-search-result:hover .overview-icon {
|
2012-02-23 12:23:49 -05:00
|
|
|
background-color: rgba(255,255,255,0.1);
|
|
|
|
text-shadow: black 0px 2px 2px;
|
2012-08-07 10:20:43 -04:00
|
|
|
transition-duration: 100ms;
|
2012-08-14 10:34:14 -04:00
|
|
|
color:white;
|
|
|
|
}
|
|
|
|
|
2013-03-14 18:29:43 -04:00
|
|
|
.app-display .app-well-app > .overview-icon {
|
2013-08-31 09:05:53 -04:00
|
|
|
border-radius: 4px;
|
2013-03-07 07:48:38 -05:00
|
|
|
}
|
|
|
|
|
2013-03-01 14:21:07 -05:00
|
|
|
.list-search-result:hover .list-search-result-description {
|
|
|
|
text-shadow: rgba(0,0,0,0.8) 0px 1px 2px;
|
|
|
|
}
|
|
|
|
|
2012-08-14 10:34:14 -04:00
|
|
|
.show-apps {
|
|
|
|
padding: 4px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-apps-icon {
|
|
|
|
color: #a0a0a0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-apps:hover .show-apps-icon {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2013-01-31 11:13:37 -05:00
|
|
|
.app-well-app:checked > .overview-icon,
|
|
|
|
.app-well-app:active > .overview-icon,
|
2013-01-22 14:11:41 -05:00
|
|
|
.show-apps:checked > .overview-icon,
|
2013-08-28 07:56:28 -04:00
|
|
|
.show-apps:active > .overview-icon,
|
|
|
|
.search-provider-icon:active,
|
|
|
|
.list-search-result:active {
|
2012-08-14 10:34:14 -04:00
|
|
|
background-gradient-start: rgba(255, 255, 255, .05);
|
|
|
|
background-gradient-end: rgba(255, 255, 255, .15);
|
|
|
|
background-gradient-direction: vertical;
|
|
|
|
border-radius: 4px;
|
2013-09-09 07:37:36 -04:00
|
|
|
box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.7);
|
2012-08-07 10:20:43 -04:00
|
|
|
transition-duration: 100ms;
|
2012-08-14 10:34:14 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.show-apps:checked .show-apps-icon,
|
|
|
|
.show-apps:focus .show-apps-icon {
|
|
|
|
color: white;
|
2012-08-07 10:20:43 -04:00
|
|
|
transition-duration: 100ms;
|
2012-02-23 12:23:49 -05:00
|
|
|
}
|
|
|
|
|
2012-07-06 10:55:40 -04:00
|
|
|
.app-well-app:focus > .overview-icon,
|
2012-08-01 21:48:10 -04:00
|
|
|
.grid-search-result:focus .overview-icon,
|
2012-08-14 10:34:14 -04:00
|
|
|
.show-apps:focus > .overview-icon,
|
2012-08-09 17:52:36 -04:00
|
|
|
.search-provider-icon:focus,
|
2012-08-01 21:48:10 -04:00
|
|
|
.list-search-result:focus,
|
2012-07-06 10:55:40 -04:00
|
|
|
.app-well-app:selected > .overview-icon,
|
2012-08-01 21:48:10 -04:00
|
|
|
.grid-search-result:selected .overview-icon,
|
|
|
|
.search-provider-icon:selected,
|
|
|
|
.list-search-result:selected {
|
2012-07-06 10:55:40 -04:00
|
|
|
background-color: rgba(255,255,255,0.33);
|
|
|
|
}
|
|
|
|
|
2009-09-10 01:38:13 -04:00
|
|
|
/* LookingGlass */
|
|
|
|
|
2012-08-03 11:21:53 -04:00
|
|
|
#LookingGlassDialog {
|
2011-10-21 00:05:39 -04:00
|
|
|
background-color: rgba(0,0,0,0.80);
|
2011-10-21 00:00:30 -04:00
|
|
|
spacing: 4px;
|
|
|
|
padding: 4px;
|
|
|
|
border: 2px solid grey;
|
|
|
|
border-radius: 4px;
|
2009-09-10 01:38:13 -04:00
|
|
|
}
|
|
|
|
|
2012-08-03 11:21:53 -04:00
|
|
|
#LookingGlassDialog > #Toolbar {
|
2011-10-21 00:00:30 -04:00
|
|
|
border: 1px solid grey;
|
|
|
|
border-radius: 4px;
|
2009-09-10 01:38:13 -04:00
|
|
|
}
|
|
|
|
|
2009-10-27 13:27:00 -04:00
|
|
|
#LookingGlassDialog .labels {
|
2011-10-21 00:00:30 -04:00
|
|
|
spacing: 4px;
|
2009-10-27 13:27:00 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#LookingGlassDialog .notebook-tab {
|
2011-10-21 00:05:39 -04:00
|
|
|
-natural-hpadding: 12px;
|
|
|
|
-minimum-hpadding: 6px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #ccc;
|
2012-08-07 10:20:43 -04:00
|
|
|
transition-duration: 100ms;
|
2011-10-21 00:05:39 -04:00
|
|
|
padding-left: .3em;
|
|
|
|
padding-right: .3em;
|
2009-10-27 13:27:00 -04:00
|
|
|
}
|
|
|
|
|
2010-05-15 12:43:56 -04:00
|
|
|
#LookingGlassDialog .notebook-tab:hover {
|
2011-10-21 00:05:39 -04:00
|
|
|
color: white;
|
|
|
|
text-shadow: black 0px 2px 2px;
|
2010-05-15 12:43:56 -04:00
|
|
|
}
|
|
|
|
|
2009-10-27 13:27:00 -04:00
|
|
|
#LookingGlassDialog .notebook-tab:selected {
|
2011-10-21 00:05:39 -04:00
|
|
|
border-image: url("panel-button-border.svg") 10 10 0 2;
|
|
|
|
background-image: url("panel-button-highlight-wide.svg");
|
|
|
|
color: white;
|
|
|
|
text-shadow: black 0px 2px 2px;
|
2010-05-15 12:43:56 -04:00
|
|
|
}
|
|
|
|
|
2012-08-03 11:21:53 -04:00
|
|
|
.lg-dialog StEntry {
|
2011-10-21 00:05:39 -04:00
|
|
|
selection-background-color: #bbbbbb;
|
|
|
|
selected-color: #333333;
|
2009-09-10 01:38:13 -04:00
|
|
|
}
|
|
|
|
|
2012-08-03 11:21:53 -04:00
|
|
|
.lg-completions-text {
|
2011-10-29 04:20:49 -04:00
|
|
|
font-size: .9em;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2012-08-03 11:21:53 -04:00
|
|
|
.lg-obj-inspector-title {
|
2011-10-21 00:00:30 -04:00
|
|
|
spacing: 4px;
|
2010-05-15 12:43:56 -04:00
|
|
|
}
|
|
|
|
|
2012-08-03 11:21:53 -04:00
|
|
|
.lg-obj-inspector-button {
|
2011-10-21 00:05:39 -04:00
|
|
|
border: 1px solid gray;
|
2011-10-21 00:00:30 -04:00
|
|
|
padding: 4px;
|
|
|
|
border-radius: 4px;
|
2010-05-15 12:43:56 -04:00
|
|
|
}
|
|
|
|
|
2012-08-03 11:21:53 -04:00
|
|
|
.lg-obj-inspector-button:hover {
|
2011-10-21 00:05:39 -04:00
|
|
|
border: 1px solid #ffffff;
|
2010-05-15 12:43:56 -04:00
|
|
|
}
|
|
|
|
|
2012-08-03 11:21:53 -04:00
|
|
|
.lg-dialog .shell-link {
|
2011-10-21 00:05:39 -04:00
|
|
|
color: #999999;
|
2010-05-15 12:43:56 -04:00
|
|
|
}
|
|
|
|
|
2012-08-03 11:21:53 -04:00
|
|
|
.lg-dialog .shell-link:hover {
|
2011-10-21 00:05:39 -04:00
|
|
|
color: #dddddd;
|
2010-05-15 12:43:56 -04:00
|
|
|
}
|
|
|
|
|
2012-08-03 11:21:53 -04:00
|
|
|
#LookingGlassDialog StBoxLayout#EvalBox {
|
2011-10-21 00:00:30 -04:00
|
|
|
padding: 4px;
|
|
|
|
spacing: 4px;
|
2009-09-10 01:38:13 -04:00
|
|
|
}
|
2009-09-30 10:02:08 -04:00
|
|
|
|
2012-08-03 11:21:53 -04:00
|
|
|
#LookingGlassDialog StBoxLayout#ResultsArea {
|
2011-10-21 00:00:30 -04:00
|
|
|
spacing: 4px;
|
2010-03-31 16:40:32 -04:00
|
|
|
}
|
|
|
|
|
2009-10-28 18:05:34 -04:00
|
|
|
#lookingGlassExtensions {
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
2013-07-04 21:40:10 -04:00
|
|
|
.lg-extensions-list {
|
2009-10-28 18:05:34 -04:00
|
|
|
padding: 4px;
|
|
|
|
spacing: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg-extension {
|
|
|
|
border: 1px solid #6f6f6f;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg-extension-name {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2011-09-29 12:34:46 -04:00
|
|
|
.lg-extension-meta {
|
2009-10-28 18:05:34 -04:00
|
|
|
spacing: 6px;
|
|
|
|
}
|
|
|
|
|
2010-05-15 12:43:56 -04:00
|
|
|
#LookingGlassPropertyInspector {
|
2011-10-21 00:05:39 -04:00
|
|
|
background: rgba(0, 0, 0, 0.8);
|
2010-05-15 12:43:56 -04:00
|
|
|
border: 2px solid grey;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 6px;
|
|
|
|
}
|
|
|
|
|
2009-09-30 10:02:08 -04:00
|
|
|
/* Calendar popup */
|
|
|
|
|
2011-01-28 16:35:46 -05:00
|
|
|
.calendar-vertical-separator {
|
|
|
|
-stipple-width: 1px;
|
|
|
|
-stipple-color: #505050;
|
2011-04-15 11:25:03 -04:00
|
|
|
width: 0.3em;
|
2011-01-28 16:35:46 -05:00
|
|
|
}
|
|
|
|
|
2009-09-30 10:02:08 -04:00
|
|
|
.calendar {
|
2012-07-13 10:44:33 -04:00
|
|
|
padding: .4em 1.75em .8em 1.75em;
|
2011-01-28 16:35:46 -05:00
|
|
|
spacing-rows: 0px;
|
|
|
|
spacing-columns: 0px;
|
2009-09-30 10:02:08 -04:00
|
|
|
}
|
|
|
|
|
2011-01-28 16:35:46 -05:00
|
|
|
.calendar-month-label {
|
2012-07-13 10:44:33 -04:00
|
|
|
color: #888a85;
|
|
|
|
font-size: 9.5pt;
|
|
|
|
font-weight: bold;
|
2011-04-15 11:25:03 -04:00
|
|
|
padding-bottom: 8px;
|
|
|
|
padding-top: 8px;
|
2009-09-30 10:02:08 -04:00
|
|
|
}
|
|
|
|
|
2013-08-27 09:17:17 -04:00
|
|
|
.calendar-month-label:focus {
|
|
|
|
background-color: #999999;
|
|
|
|
}
|
|
|
|
|
2011-01-28 16:35:46 -05:00
|
|
|
.calendar-change-month-back {
|
2011-04-15 11:25:03 -04:00
|
|
|
width: 18px;
|
|
|
|
height: 12px;
|
2011-01-28 16:35:46 -05:00
|
|
|
background-image: url("calendar-arrow-left.svg");
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
2011-03-03 18:48:17 -05:00
|
|
|
|
|
|
|
.calendar-change-month-back:rtl {
|
|
|
|
background-image: url("calendar-arrow-right.svg");
|
|
|
|
}
|
|
|
|
|
2013-03-16 17:33:59 -04:00
|
|
|
.calendar-change-month-back:hover,
|
|
|
|
.calendar-change-month-back:focus {
|
2011-01-28 16:35:46 -05:00
|
|
|
background-color: #999999;
|
|
|
|
}
|
|
|
|
.calendar-change-month-back:active {
|
|
|
|
background-color: #aaaaaa;
|
2009-09-30 10:02:08 -04:00
|
|
|
}
|
|
|
|
|
2011-01-28 16:35:46 -05:00
|
|
|
.calendar-change-month-forward {
|
2011-04-15 11:25:03 -04:00
|
|
|
width: 18px;
|
|
|
|
height: 12px;
|
2011-01-28 16:35:46 -05:00
|
|
|
background-image: url("calendar-arrow-right.svg");
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
2011-03-03 18:48:17 -05:00
|
|
|
|
|
|
|
.calendar-change-month-forward:rtl {
|
|
|
|
background-image: url("calendar-arrow-left.svg");
|
|
|
|
}
|
|
|
|
|
2013-03-16 17:33:59 -04:00
|
|
|
.calendar-change-month-forward:hover,
|
|
|
|
.calendar-change-month-forward:focus {
|
2011-01-28 16:35:46 -05:00
|
|
|
background-color: #999999;
|
|
|
|
}
|
|
|
|
.calendar-change-month-forward:active {
|
|
|
|
background-color: #aaaaaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.datemenu-date-label {
|
2012-07-13 10:44:33 -04:00
|
|
|
padding: .4em 1.7em;
|
2011-02-15 19:46:32 -05:00
|
|
|
font-weight: bold;
|
2012-06-26 14:17:11 -04:00
|
|
|
text-align: center;
|
2012-07-13 10:44:33 -04:00
|
|
|
color: #eeeeec;
|
2012-01-16 07:01:18 -05:00
|
|
|
border-radius: 4px;
|
2011-01-28 16:35:46 -05:00
|
|
|
}
|
|
|
|
|
2012-01-16 07:01:18 -05:00
|
|
|
.datemenu-date-label:hover,
|
2013-08-27 09:44:46 -04:00
|
|
|
.datemenu-date-label:focus {
|
|
|
|
background-color: #999999;
|
|
|
|
}
|
|
|
|
|
2012-01-16 07:01:18 -05:00
|
|
|
.datemenu-date-label:active {
|
|
|
|
background-color: #aaaaaa;
|
|
|
|
}
|
|
|
|
|
2011-01-28 16:35:46 -05:00
|
|
|
.calendar-day-base {
|
2012-07-13 10:44:33 -04:00
|
|
|
font-size: 9pt;
|
2011-01-28 16:35:46 -05:00
|
|
|
text-align: center;
|
2011-03-04 15:54:19 -05:00
|
|
|
width: 2.4em;
|
|
|
|
height: 2.4em;
|
2009-09-30 10:02:08 -04:00
|
|
|
}
|
|
|
|
|
2013-03-16 17:33:59 -04:00
|
|
|
.calendar-day-base:hover,
|
|
|
|
.calendar-day-base:focus {
|
2011-02-08 21:18:46 -05:00
|
|
|
background-color: #777777;
|
2011-01-28 16:35:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.calendar-day-base:active {
|
2012-07-13 10:44:33 -04:00
|
|
|
font-size: 9pt;
|
2011-02-08 21:18:46 -05:00
|
|
|
background-color: #555555;
|
2012-07-13 10:44:33 -04:00
|
|
|
color: white;
|
2011-01-28 16:35:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.calendar-day-heading {
|
2012-07-13 10:44:33 -04:00
|
|
|
color: #888a85;
|
|
|
|
padding-top: .2em;
|
|
|
|
height: 1.7em;
|
2011-01-28 16:35:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.calendar-week-number {
|
2012-07-13 10:44:33 -04:00
|
|
|
color: #babdb6;
|
2011-01-28 16:35:46 -05:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Hack used in lieu of border-collapse - see calendar.js */
|
2009-09-30 10:02:08 -04:00
|
|
|
.calendar-day {
|
2012-07-13 10:44:33 -04:00
|
|
|
border: 1px solid #505050;
|
|
|
|
color: #babdb6;
|
2011-01-28 16:35:46 -05:00
|
|
|
border-top-width: 0;
|
|
|
|
border-left-width: 0;
|
|
|
|
}
|
2012-07-13 10:44:33 -04:00
|
|
|
|
2011-01-28 16:35:46 -05:00
|
|
|
.calendar-day-top {
|
|
|
|
border-top-width: 1px;
|
|
|
|
}
|
2012-07-13 10:44:33 -04:00
|
|
|
|
2011-01-28 16:35:46 -05:00
|
|
|
.calendar-day-left {
|
|
|
|
border-left-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.calendar-work-day {
|
|
|
|
}
|
|
|
|
|
|
|
|
.calendar-nonwork-day {
|
|
|
|
background-color: rgba(128, 128, 128, .1);
|
2009-09-30 10:02:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.calendar-today {
|
2011-02-08 21:18:46 -05:00
|
|
|
background-image: url("calendar-today.svg");
|
|
|
|
text-shadow: black 0px 2px 2px;
|
2009-09-30 10:02:08 -04:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2011-01-28 16:35:46 -05:00
|
|
|
.calendar-day-with-events {
|
|
|
|
font-weight: bold;
|
2012-07-13 10:44:33 -04:00
|
|
|
color: white;
|
2011-01-28 16:35:46 -05:00
|
|
|
}
|
|
|
|
|
2012-12-17 16:26:26 -05:00
|
|
|
.calendar-other-month-day {
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
|
2013-06-08 12:31:30 -04:00
|
|
|
.events-table {
|
2013-07-14 11:18:01 -04:00
|
|
|
width: 320px;
|
2013-06-08 12:31:30 -04:00
|
|
|
spacing-columns: 6pt;
|
|
|
|
padding: 0 1.4em;
|
2011-01-28 16:35:46 -05:00
|
|
|
}
|
|
|
|
|
2013-06-08 12:31:30 -04:00
|
|
|
.events-table:ltr {
|
|
|
|
padding-right: 1.9em;
|
2011-01-28 16:35:46 -05:00
|
|
|
}
|
|
|
|
|
2013-06-08 12:31:30 -04:00
|
|
|
.events-table:rtl {
|
|
|
|
padding-left: 1.9em;
|
2011-01-28 16:35:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.events-day-header {
|
2011-02-15 19:46:32 -05:00
|
|
|
font-weight: bold;
|
2012-07-13 10:44:33 -04:00
|
|
|
color: #999999;
|
2013-06-08 12:31:30 -04:00
|
|
|
padding-left: 0.4em;
|
|
|
|
padding-top: 1.2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.events-day-header:first-child {
|
|
|
|
padding-top: 0;
|
2011-01-28 16:35:46 -05:00
|
|
|
}
|
|
|
|
|
2011-03-03 18:48:17 -05:00
|
|
|
.events-day-header:rtl {
|
2013-06-08 12:31:30 -04:00
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0.4em;
|
2011-03-03 18:48:17 -05:00
|
|
|
}
|
|
|
|
|
2011-01-28 16:35:46 -05:00
|
|
|
.events-day-dayname {
|
|
|
|
color: rgba(153, 153, 153, 1.0);
|
|
|
|
text-align: left;
|
2013-06-08 12:31:30 -04:00
|
|
|
min-width: 20px;
|
2011-01-28 16:35:46 -05:00
|
|
|
}
|
|
|
|
|
2011-03-03 18:48:17 -05:00
|
|
|
.events-day-dayname:rtl {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2011-01-28 16:35:46 -05:00
|
|
|
.events-day-time {
|
|
|
|
color: #fff;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2011-03-03 18:48:17 -05:00
|
|
|
.events-day-time:rtl {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2011-01-28 16:35:46 -05:00
|
|
|
.events-day-task {
|
|
|
|
color: rgba(153, 153, 153, 1.0);
|
2013-06-08 12:31:30 -04:00
|
|
|
padding-left: 8pt;
|
2011-01-28 16:35:46 -05:00
|
|
|
}
|
|
|
|
|
2013-06-08 12:31:30 -04:00
|
|
|
.events-day-task:rtl {
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 8pt;
|
2009-09-30 10:02:08 -04:00
|
|
|
}
|
2009-09-29 12:19:16 -04:00
|
|
|
|
2010-11-23 18:27:47 -05:00
|
|
|
.url-highlighter {
|
|
|
|
link-color: #ccccff;
|
|
|
|
}
|
|
|
|
|
2010-01-13 15:05:20 -05:00
|
|
|
/* Message Tray */
|
|
|
|
#message-tray {
|
2012-08-12 06:35:41 -04:00
|
|
|
background: #2e3436 url(message-tray-background.png);
|
|
|
|
background-repeat: repeat;
|
2012-08-07 10:20:43 -04:00
|
|
|
height: 72px;
|
2010-01-13 15:05:20 -05:00
|
|
|
}
|
|
|
|
|
2012-12-13 17:47:16 -05:00
|
|
|
.message-tray-summary {
|
|
|
|
height: 72px;
|
|
|
|
}
|
|
|
|
|
2013-08-19 11:25:43 -04:00
|
|
|
.message-tray-menu-button StIcon {
|
|
|
|
padding: 0 20px;
|
2013-04-19 11:12:39 -04:00
|
|
|
color: #aaaaaa;
|
2013-08-19 11:25:43 -04:00
|
|
|
icon-size: 24px;
|
2013-04-19 11:12:39 -04:00
|
|
|
}
|
|
|
|
|
2013-08-19 11:25:43 -04:00
|
|
|
.message-tray-menu-button:hover StIcon,
|
|
|
|
.message-tray-menu-button:active StIcon,
|
|
|
|
.message-tray-menu-button:focus StIcon {
|
2013-04-19 11:12:39 -04:00
|
|
|
color: #eeeeee;
|
|
|
|
}
|
|
|
|
|
2013-08-12 13:19:32 -04:00
|
|
|
.no-messages-label,
|
|
|
|
.no-networks-label {
|
2012-11-12 20:44:01 -05:00
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
2014-01-28 17:18:10 -05:00
|
|
|
.no-networks-box {
|
|
|
|
spacing: 12px;
|
|
|
|
}
|
|
|
|
|
2011-10-12 18:49:04 -04:00
|
|
|
.notification {
|
2011-08-09 10:51:37 -04:00
|
|
|
border-radius: 10px 10px 0px 0px;
|
2012-12-11 10:23:31 -05:00
|
|
|
background: rgba(0,0,0,0.9);
|
Fix various details of how notifications are shown
This patch ensures the following notifications behavior:
- Urgent notifications that have long title or banner text are auto-expanded
correctly.
- Single-line notifications that have _expandNotification() called (e.g.
because the user mouses over to them), are treated as expanded, which means
they get fully expanded if they are updated with more content and the user
can escape them.
- The position of expanded notifications is updated when they are updated.
- Notification banner is shown again on the first line if it can fully fit
there after a notification is updated, even if it was previously hidden
because the notification was expanded and the old banner did not fully fit.
- New notifications are immediately hidden if the user mouses away from them.
- If a new notification is updated while it is shown, we extend the time it
will be shown.
- If a new notification is updated while it is hiding, we stop hiding it and
show it again.
- If a summary notification is updated while it is hiding, we let it finish
hiding and show a new notification with the updated information.
Implementation details:
- Single-line notifications now have 4px bottom padding instead of 8px, which
means that their height matches the tray height, they are fully shown in the
banner mode, and don't pop out by 4px when the notification is expanded.
- Notification keeps a flag that indicates whether it is expanded, updates
its expanded look when it is updated, and emits an 'expanded' signal
indicating that its layout has possibly changed. The message tray connects
to this 'expanded' signal when it is showing a notification in the expanded
state and updates the position of the notification accordingly when this
signal is received so that the notification is fully shown. This is better
than connecting to 'notify::height' signal on the notification bin, since
it results in fewer callbacks.
https://bugzilla.gnome.org/show_bug.cgi?id=617209
2010-09-10 15:47:12 -04:00
|
|
|
padding: 8px 8px 4px 8px;
|
2012-11-29 11:44:40 -05:00
|
|
|
spacing-rows: 4px;
|
2010-02-01 12:10:38 -05:00
|
|
|
spacing-columns: 10px;
|
2012-08-20 16:32:10 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.notification, #notification-container {
|
|
|
|
font-size: 11pt;
|
2010-07-21 02:41:45 -04:00
|
|
|
width: 34em;
|
2010-01-13 15:05:20 -05:00
|
|
|
}
|
|
|
|
|
2011-10-12 18:49:04 -04:00
|
|
|
.notification.multi-line-notification {
|
Fix various details of how notifications are shown
This patch ensures the following notifications behavior:
- Urgent notifications that have long title or banner text are auto-expanded
correctly.
- Single-line notifications that have _expandNotification() called (e.g.
because the user mouses over to them), are treated as expanded, which means
they get fully expanded if they are updated with more content and the user
can escape them.
- The position of expanded notifications is updated when they are updated.
- Notification banner is shown again on the first line if it can fully fit
there after a notification is updated, even if it was previously hidden
because the notification was expanded and the old banner did not fully fit.
- New notifications are immediately hidden if the user mouses away from them.
- If a new notification is updated while it is shown, we extend the time it
will be shown.
- If a new notification is updated while it is hiding, we stop hiding it and
show it again.
- If a summary notification is updated while it is hiding, we let it finish
hiding and show a new notification with the updated information.
Implementation details:
- Single-line notifications now have 4px bottom padding instead of 8px, which
means that their height matches the tray height, they are fully shown in the
banner mode, and don't pop out by 4px when the notification is expanded.
- Notification keeps a flag that indicates whether it is expanded, updates
its expanded look when it is updated, and emits an 'expanded' signal
indicating that its layout has possibly changed. The message tray connects
to this 'expanded' signal when it is showing a notification in the expanded
state and updates the position of the notification accordingly when this
signal is received so that the notification is fully shown. This is better
than connecting to 'notify::height' signal on the notification bin, since
it results in fewer callbacks.
https://bugzilla.gnome.org/show_bug.cgi?id=617209
2010-09-10 15:47:12 -04:00
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
2012-08-26 14:27:06 -04:00
|
|
|
.notification-unexpanded {
|
|
|
|
/* We want to force the actor at a specific size, irrespective
|
|
|
|
of its minimum and preferred size, so we override both */
|
|
|
|
min-height: 36px;
|
|
|
|
height: 36px;
|
|
|
|
}
|
|
|
|
|
2011-08-29 13:11:24 -04:00
|
|
|
/* We use row-span = 2 for the image cell, which prevents its height preferences to be
|
|
|
|
taken into account during allocation, so its height ends up being limited by the height
|
|
|
|
of the content in the other rows. To avoid showing a stretched image, we set the minimum
|
|
|
|
height of the table to be ICON_SIZE + IMAGE_SIZE + spacing-rows = 24 + 125 + 10 = 159 */
|
|
|
|
.notification-with-image {
|
|
|
|
min-height: 159px;
|
|
|
|
}
|
|
|
|
|
2011-02-11 14:43:01 -05:00
|
|
|
.summary-boxpointer {
|
2012-11-19 07:22:40 -05:00
|
|
|
-arrow-border-radius: 15px;
|
2012-12-11 10:23:31 -05:00
|
|
|
-arrow-background-color: rgba(0,0,0,0.9);
|
2012-07-13 16:29:56 -04:00
|
|
|
-arrow-base: 36px;
|
|
|
|
-arrow-rise: 18px;
|
2011-07-27 10:03:30 -04:00
|
|
|
color: white;
|
2012-08-13 14:06:55 -04:00
|
|
|
-boxpointer-gap: 4px;
|
2010-10-19 15:17:36 -04:00
|
|
|
}
|
|
|
|
|
2011-10-12 18:49:04 -04:00
|
|
|
.summary-boxpointer .notification {
|
2010-10-19 15:17:36 -04:00
|
|
|
border-radius: 9px;
|
|
|
|
background: rgba(0,0,0,0) !important;
|
|
|
|
padding-bottom: 12px;
|
2010-02-25 14:42:18 -05:00
|
|
|
}
|
|
|
|
|
2011-02-11 14:43:01 -05:00
|
|
|
.summary-boxpointer #summary-right-click-menu {
|
|
|
|
padding-top: 12px;
|
|
|
|
padding-bottom: 12px;
|
|
|
|
}
|
|
|
|
|
2012-08-06 14:44:07 -04:00
|
|
|
.summary-notification-stack-scrollview {
|
2011-03-22 03:40:53 -04:00
|
|
|
max-height: 18em;
|
2012-11-19 07:22:40 -05:00
|
|
|
padding-top: 8px;
|
|
|
|
padding-bottom: 8px;
|
2011-03-22 03:40:53 -04:00
|
|
|
}
|
|
|
|
|
2012-08-06 14:44:07 -04:00
|
|
|
.summary-notification-stack-scrollview:ltr {
|
2011-03-22 03:40:53 -04:00
|
|
|
padding-right: 8px;
|
|
|
|
}
|
|
|
|
|
2012-08-06 14:44:07 -04:00
|
|
|
.summary-notification-stack-scrollview:rtl {
|
2011-03-22 03:40:53 -04:00
|
|
|
padding-left: 8px;
|
|
|
|
}
|
|
|
|
|
2011-10-12 18:49:04 -04:00
|
|
|
.notification-scrollview {
|
2010-02-22 14:23:36 -05:00
|
|
|
max-height: 10em;
|
2011-10-27 13:52:17 -04:00
|
|
|
-st-vfade-offset: 24px;
|
2010-02-22 14:23:36 -05:00
|
|
|
}
|
|
|
|
|
2011-10-12 18:49:04 -04:00
|
|
|
.notification-scrollview:ltr > StScrollBar {
|
2010-11-25 01:40:56 -05:00
|
|
|
padding-left: 6px;
|
|
|
|
}
|
|
|
|
|
2011-10-12 18:49:04 -04:00
|
|
|
.notification-scrollview:rtl > StScrollBar {
|
2011-03-03 18:48:17 -05:00
|
|
|
padding-right: 6px;
|
|
|
|
}
|
|
|
|
|
2011-10-12 18:49:04 -04:00
|
|
|
.notification-body {
|
2010-02-22 14:23:36 -05:00
|
|
|
spacing: 5px;
|
|
|
|
}
|
|
|
|
|
2011-10-12 18:49:04 -04:00
|
|
|
.notification-actions {
|
2012-11-29 11:44:40 -05:00
|
|
|
padding-top: 18px;
|
2011-08-04 09:52:41 -04:00
|
|
|
spacing: 10px;
|
2010-02-01 15:41:22 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.notification-button {
|
2012-11-29 09:29:09 -05:00
|
|
|
-st-natural-width: 140px;
|
|
|
|
padding: 4px 4px 5px;
|
2010-02-01 15:41:22 -05:00
|
|
|
}
|
|
|
|
|
2011-01-20 00:16:47 -05:00
|
|
|
.notification-button:focus {
|
2012-11-29 09:29:09 -05:00
|
|
|
-st-natural-width: 138px;
|
|
|
|
padding: 3px 4px 4px;
|
2010-02-01 15:41:22 -05:00
|
|
|
}
|
|
|
|
|
2010-06-11 17:19:18 -04:00
|
|
|
.notification-icon-button {
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
2010-07-21 02:41:45 -04:00
|
|
|
|
2011-01-20 00:16:47 -05:00
|
|
|
.notification-icon-button:focus {
|
2011-08-04 09:52:41 -04:00
|
|
|
padding: 4px;
|
2010-06-11 17:19:18 -04:00
|
|
|
}
|
|
|
|
|
2010-11-02 18:33:22 -04:00
|
|
|
.notification-icon-button > StIcon {
|
2011-11-21 09:39:36 -05:00
|
|
|
icon-size: 16px;
|
|
|
|
padding: 8px;
|
2010-11-02 18:33:22 -04:00
|
|
|
}
|
|
|
|
|
2012-07-05 13:47:13 -04:00
|
|
|
.secondary-icon {
|
|
|
|
icon-size: 1.09em;
|
|
|
|
}
|
|
|
|
|
2011-07-12 09:47:43 -04:00
|
|
|
.hotplug-transient-box {
|
|
|
|
spacing: 6px;
|
|
|
|
padding: 2px 72px 2px 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hotplug-notification-item {
|
2011-08-04 09:52:41 -04:00
|
|
|
padding: 2px 10px;
|
2011-07-12 09:47:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.hotplug-notification-item:focus {
|
2011-08-04 09:52:41 -04:00
|
|
|
padding: 1px 71px 1px 11px;
|
2011-07-12 09:47:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.hotplug-notification-item-icon {
|
|
|
|
icon-size: 24px;
|
|
|
|
padding: 2px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hotplug-resident-box {
|
|
|
|
spacing: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hotplug-resident-mount {
|
|
|
|
spacing: 8px;
|
|
|
|
border-radius: 4px;
|
|
|
|
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hotplug-resident-mount:hover {
|
|
|
|
background-gradient-direction: horizontal;
|
|
|
|
background-gradient-start: rgba(255, 255, 255, 0.1);
|
|
|
|
background-gradient-end: rgba(255, 255, 255, 0);
|
|
|
|
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hotplug-resident-mount-label {
|
|
|
|
color: inherit;
|
|
|
|
padding-left: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hotplug-resident-mount-icon {
|
|
|
|
icon-size: 24px;
|
|
|
|
padding-left: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hotplug-resident-eject-icon {
|
|
|
|
icon-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hotplug-resident-eject-button {
|
2011-08-04 09:52:41 -04:00
|
|
|
padding: 7px;
|
2011-07-12 09:47:43 -04:00
|
|
|
border-radius: 5px;
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
2011-03-24 07:11:17 -04:00
|
|
|
.chat-log-message {
|
|
|
|
color: #888888;
|
|
|
|
}
|
|
|
|
|
2013-09-13 08:55:07 -04:00
|
|
|
.chat-empty-line {
|
|
|
|
font-size: 4px;
|
2011-08-24 10:33:44 -04:00
|
|
|
}
|
2010-02-22 14:23:36 -05:00
|
|
|
|
2011-09-02 16:01:24 -04:00
|
|
|
.chat-received {
|
2010-07-21 02:41:45 -04:00
|
|
|
padding-left: 4px;
|
2010-02-22 14:23:36 -05:00
|
|
|
}
|
|
|
|
|
2011-03-03 18:48:17 -05:00
|
|
|
.chat-received:rtl {
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
|
2010-02-22 14:23:36 -05:00
|
|
|
.chat-sent {
|
2011-08-24 10:33:44 -04:00
|
|
|
padding-left: 18pt;
|
2011-09-02 16:01:24 -04:00
|
|
|
color: #959595;
|
2010-02-22 14:23:36 -05:00
|
|
|
}
|
|
|
|
|
2011-03-03 18:48:17 -05:00
|
|
|
.chat-sent:rtl {
|
|
|
|
padding-left: 0px;
|
2011-08-24 10:33:44 -04:00
|
|
|
padding-right: 18pt;
|
2011-03-03 18:48:17 -05:00
|
|
|
}
|
|
|
|
|
2010-11-25 09:29:41 -05:00
|
|
|
.chat-meta-message {
|
|
|
|
padding-left: 4px;
|
2011-08-17 06:40:28 -04:00
|
|
|
font-size: 9pt;
|
2013-09-13 08:55:07 -04:00
|
|
|
font-weight: bold;
|
2010-11-25 09:29:41 -05:00
|
|
|
color: #bbbbbb;
|
|
|
|
}
|
|
|
|
|
2011-03-03 18:48:17 -05:00
|
|
|
.chat-meta-message:rtl {
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
|
2012-11-04 18:06:47 -05:00
|
|
|
.chat-notification-scrollview{
|
2013-09-04 03:48:07 -04:00
|
|
|
max-height: 22em;
|
2012-11-04 18:06:47 -05:00
|
|
|
}
|
|
|
|
|
2011-08-26 06:27:40 -04:00
|
|
|
.subscription-message {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2011-10-12 18:49:04 -04:00
|
|
|
.notification StEntry {
|
2010-07-21 02:41:45 -04:00
|
|
|
border-radius: 4px;
|
2010-02-22 14:23:36 -05:00
|
|
|
}
|
|
|
|
|
2011-03-21 21:22:02 -04:00
|
|
|
.summary-source-button {
|
2012-10-26 00:03:53 -04:00
|
|
|
padding: 6px 3px 6px 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.summary-source-button:last-child:ltr {
|
|
|
|
padding-right: 6px;
|
2011-03-21 21:22:02 -04:00
|
|
|
}
|
|
|
|
|
2012-10-26 00:03:53 -04:00
|
|
|
.summary-source-button:last-child:rtl {
|
|
|
|
padding-left: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.summary-source-button:hover .summary-source {
|
2012-08-10 14:24:22 -04:00
|
|
|
background-color: rgba(255,255,255,0.1);
|
2011-03-21 21:22:02 -04:00
|
|
|
}
|
|
|
|
|
2012-10-26 00:03:53 -04:00
|
|
|
.summary-source-button:focus .summary-source,
|
|
|
|
.summary-source-button:selected .summary-source {
|
2012-08-14 14:55:41 -04:00
|
|
|
background-color: rgba(255,255,255,0.33);
|
2011-03-03 18:48:17 -05:00
|
|
|
}
|
|
|
|
|
2011-03-21 21:22:02 -04:00
|
|
|
.summary-source {
|
2012-10-26 00:03:53 -04:00
|
|
|
border-radius: 4px;
|
|
|
|
padding: 0 6px 0 6px;
|
2012-08-07 10:20:43 -04:00
|
|
|
transition-duration: 100ms;
|
2011-03-21 21:22:02 -04:00
|
|
|
}
|
|
|
|
|
2011-06-24 15:46:55 -04:00
|
|
|
.summary-source-counter {
|
2012-09-10 11:41:30 -04:00
|
|
|
background-image: url("summary-counter.svg");
|
2012-11-28 14:51:56 -05:00
|
|
|
background-size: 2.4em;
|
2012-09-10 11:41:30 -04:00
|
|
|
font-size: 10pt;
|
|
|
|
font-weight: bold;
|
2012-11-28 14:51:56 -05:00
|
|
|
height: 2.4em;
|
|
|
|
width: 2.4em;
|
|
|
|
-shell-counter-overlap-x: 13px;
|
|
|
|
-shell-counter-overlap-y: 13px;
|
2011-06-24 15:46:55 -04:00
|
|
|
}
|
|
|
|
|
2013-03-02 04:48:25 -05:00
|
|
|
/* OSD */
|
|
|
|
.osd-window {
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
spacing: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.osd-window .level {
|
|
|
|
height: 0.6em;
|
|
|
|
border-radius: 0.3em;
|
|
|
|
background-color: rgba(190,190,190,0.2);
|
|
|
|
}
|
|
|
|
|
2009-09-29 12:19:16 -04:00
|
|
|
/* App Switcher */
|
2012-11-30 10:16:48 -05:00
|
|
|
.switcher-popup {
|
2010-03-26 12:47:12 -04:00
|
|
|
padding: 8px;
|
|
|
|
spacing: 16px;
|
|
|
|
}
|
|
|
|
|
2013-03-02 04:48:25 -05:00
|
|
|
.osd-window,
|
2009-10-02 11:02:46 -04:00
|
|
|
.switcher-list {
|
2009-09-29 12:19:16 -04:00
|
|
|
background: rgba(0,0,0,0.8);
|
|
|
|
border: 1px solid rgba(128,128,128,0.40);
|
2010-10-31 12:14:17 -04:00
|
|
|
border-radius: 24px;
|
|
|
|
padding: 20px;
|
2009-10-02 11:02:46 -04:00
|
|
|
}
|
|
|
|
|
2010-03-26 12:47:12 -04:00
|
|
|
.switcher-list-item-container {
|
|
|
|
spacing: 8px;
|
|
|
|
}
|
|
|
|
|
2009-10-02 11:02:46 -04:00
|
|
|
.switcher-list .item-box {
|
|
|
|
padding: 8px;
|
2010-10-31 12:14:17 -04:00
|
|
|
border-radius: 8px;
|
2009-10-02 11:02:46 -04:00
|
|
|
}
|
|
|
|
|
2010-12-22 09:36:23 -05:00
|
|
|
.switcher-list .item-box:outlined {
|
|
|
|
padding: 6px;
|
|
|
|
border: 2px solid rgba(85,85,85,1.0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.switcher-list .item-box:selected {
|
|
|
|
background: rgba(255,255,255,0.33);
|
|
|
|
}
|
|
|
|
|
2009-10-09 09:43:31 -04:00
|
|
|
.switcher-list .thumbnail-box {
|
|
|
|
padding: 2px;
|
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
2009-12-18 18:50:40 -05:00
|
|
|
.switcher-list .thumbnail {
|
|
|
|
width: 256px;
|
|
|
|
}
|
|
|
|
|
2009-10-15 18:34:23 -04:00
|
|
|
.switcher-list .separator {
|
|
|
|
width: 1px;
|
|
|
|
background: rgba(255,255,255,0.33);
|
2009-10-22 13:33:09 -04:00
|
|
|
}
|
2009-11-10 12:13:58 -05:00
|
|
|
|
2010-01-13 21:48:12 -05:00
|
|
|
.ripple-box {
|
|
|
|
width: 52px;
|
|
|
|
height: 52px;
|
2010-11-30 10:12:22 -05:00
|
|
|
background-image: url("corner-ripple-ltr.png");
|
2011-12-23 12:59:20 -05:00
|
|
|
background-size: contain;
|
2010-11-30 10:12:22 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ripple-box:rtl {
|
|
|
|
background-image: url("corner-ripple-rtl.png");
|
2010-01-13 21:48:12 -05:00
|
|
|
}
|
2010-02-12 17:52:15 -05:00
|
|
|
|
2010-03-31 16:01:34 -04:00
|
|
|
.switcher-arrow {
|
|
|
|
border-color: rgba(0,0,0,0);
|
|
|
|
color: #808080;
|
|
|
|
}
|
|
|
|
|
|
|
|
.switcher-arrow:highlighted {
|
|
|
|
border-color: rgba(0,0,0,0);
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2010-02-12 17:52:15 -05:00
|
|
|
/* Workspace Switcher */
|
2010-06-09 13:09:48 -04:00
|
|
|
.workspace-switcher-group {
|
|
|
|
padding: 12px;
|
|
|
|
}
|
|
|
|
|
2010-02-12 17:52:15 -05:00
|
|
|
.workspace-switcher-container {
|
|
|
|
background: rgba(0,0,0,0.8);
|
|
|
|
border: 1px solid rgba(128,128,128,0.40);
|
2010-10-31 12:14:17 -04:00
|
|
|
border-radius: 24px;
|
|
|
|
padding: 20px;
|
2010-02-12 17:52:15 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.workspace-switcher {
|
|
|
|
background: transparent;
|
|
|
|
border: 0px;
|
|
|
|
border-radius: 0px;
|
2010-10-31 12:14:17 -04:00
|
|
|
padding: 0px;
|
|
|
|
spacing: 8px;
|
2010-02-12 17:52:15 -05:00
|
|
|
}
|
|
|
|
|
2011-02-09 10:00:29 -05:00
|
|
|
.ws-switcher-active-up {
|
2010-06-09 13:09:48 -04:00
|
|
|
height: 100px;
|
2010-02-12 17:52:15 -05:00
|
|
|
border: 0px;
|
|
|
|
background: rgba(255,255,255,0.5);
|
2012-08-09 14:53:28 -04:00
|
|
|
background-image: url("ws-switch-arrow-up.png");
|
2010-10-31 12:14:17 -04:00
|
|
|
border-radius: 8px;
|
2010-02-12 17:52:15 -05:00
|
|
|
}
|
|
|
|
|
2011-02-09 10:00:29 -05:00
|
|
|
.ws-switcher-active-down {
|
2010-06-09 13:09:48 -04:00
|
|
|
height: 100px;
|
2010-02-12 17:52:15 -05:00
|
|
|
border: 0px;
|
|
|
|
background: rgba(255,255,255,0.5);
|
2012-08-09 14:53:28 -04:00
|
|
|
background-image: url("ws-switch-arrow-down.png");
|
2010-10-31 12:14:17 -04:00
|
|
|
border-radius: 8px;
|
2010-02-12 17:52:15 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ws-switcher-box {
|
|
|
|
height: 96px;
|
|
|
|
border: 2px solid rgba(85,85,85,0.5);
|
|
|
|
background: transparent;
|
2010-10-31 12:14:17 -04:00
|
|
|
border-radius: 8px;
|
2010-02-12 17:52:15 -05:00
|
|
|
}
|
2010-02-26 11:32:38 -05:00
|
|
|
|
2013-09-01 18:26:12 -04:00
|
|
|
/* Tile previews */
|
|
|
|
.tile-preview {
|
|
|
|
background-color: rgba(74, 144, 217, 0.35);
|
|
|
|
border: 1px solid #4a90d9; /* Adwaita selected bg color */
|
|
|
|
}
|
|
|
|
|
|
|
|
.tile-preview-left.on-primary {
|
|
|
|
/* keep in sync with -panel-corner-radius */
|
|
|
|
border-radius: 6px 0 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tile-preview-right.on-primary {
|
|
|
|
/* keep in sync with -panel-corner-radius */
|
|
|
|
border-radius: 0 6px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tile-preview-left.tile-preview-right.on-primary {
|
|
|
|
/* keep in sync with -panel-corner-radius */
|
|
|
|
border-radius: 6px 6px 0 0;
|
|
|
|
}
|
|
|
|
|
2010-10-20 20:46:38 -04:00
|
|
|
/* Modal Dialogs */
|
2012-02-29 02:58:56 -05:00
|
|
|
|
|
|
|
/* Dialog Subject Text Style */
|
|
|
|
.show-processes-dialog-subject,
|
|
|
|
.mount-question-dialog-subject,
|
|
|
|
.end-session-dialog-subject {
|
|
|
|
font-size: 14pt;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
2010-10-20 20:46:38 -04:00
|
|
|
.modal-dialog {
|
|
|
|
border-radius: 24px;
|
|
|
|
background-color: rgba(0.0, 0.0, 0.0, 0.9);
|
|
|
|
border: 2px solid #868686;
|
|
|
|
|
|
|
|
padding-right: 42px;
|
|
|
|
padding-left: 42px;
|
|
|
|
padding-bottom: 30px;
|
|
|
|
padding-top: 30px;
|
|
|
|
}
|
|
|
|
|
2011-03-21 16:07:22 -04:00
|
|
|
.modal-dialog-button-box {
|
|
|
|
spacing: 21px;
|
2012-02-29 03:00:17 -05:00
|
|
|
padding-top: 50px;
|
2011-03-21 16:07:22 -04:00
|
|
|
}
|
|
|
|
|
2010-10-20 20:46:38 -04:00
|
|
|
.modal-dialog-button {
|
2011-08-04 09:52:41 -04:00
|
|
|
padding: 4px 32px 5px;
|
2010-10-20 20:46:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.modal-dialog-button:focus {
|
2011-08-04 09:52:41 -04:00
|
|
|
padding: 3px 31px 4px;
|
2010-10-20 20:46:38 -04:00
|
|
|
}
|
|
|
|
|
2010-02-26 11:32:38 -05:00
|
|
|
/* Run Dialog */
|
|
|
|
|
2012-10-29 12:33:21 -04:00
|
|
|
.run-dialog-label {
|
|
|
|
font-size: 12pt;
|
|
|
|
font-weight: bold;
|
2012-10-30 05:19:02 -04:00
|
|
|
color: #999999;
|
|
|
|
padding-bottom: .4em;
|
2012-10-29 12:33:21 -04:00
|
|
|
}
|
|
|
|
|
2011-01-27 15:26:58 -05:00
|
|
|
.run-dialog-error-box {
|
|
|
|
padding-top: 15px;
|
|
|
|
spacing: 5px;
|
|
|
|
}
|
|
|
|
|
2012-10-29 12:33:21 -04:00
|
|
|
.modal-dialog .run-dialog-entry {
|
2012-10-30 05:19:02 -04:00
|
|
|
width: 20em;
|
2010-02-26 11:32:38 -05:00
|
|
|
}
|
2010-02-26 15:13:11 -05:00
|
|
|
|
|
|
|
.lightbox {
|
2012-02-06 17:28:48 -05:00
|
|
|
background-color: black;
|
2010-02-26 15:13:11 -05:00
|
|
|
}
|
2010-05-10 12:40:03 -04:00
|
|
|
|
2012-01-24 16:29:56 -05:00
|
|
|
.flashspot {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
2011-01-06 10:30:15 -05:00
|
|
|
/* End Session Dialog */
|
2011-03-21 16:07:22 -04:00
|
|
|
.end-session-dialog {
|
|
|
|
spacing: 42px;
|
|
|
|
}
|
|
|
|
|
2013-08-23 12:13:35 -04:00
|
|
|
.end-session-dialog-list {
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
|
2014-02-18 15:49:33 -05:00
|
|
|
.end-session-dialog-layout {
|
|
|
|
padding-left: 17px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.end-session-dialog-layout:rtl {
|
2011-03-03 18:48:17 -05:00
|
|
|
padding-right: 17px;
|
|
|
|
}
|
|
|
|
|
2011-01-06 10:30:15 -05:00
|
|
|
.end-session-dialog-description {
|
2011-03-21 16:07:22 -04:00
|
|
|
width: 28em;
|
2014-02-19 13:58:50 -05:00
|
|
|
padding-bottom: 10px;
|
2011-01-06 10:30:15 -05:00
|
|
|
}
|
|
|
|
|
2011-03-03 18:48:17 -05:00
|
|
|
.end-session-dialog-description:rtl {
|
2014-02-19 13:58:50 -05:00
|
|
|
width: 28em;
|
|
|
|
padding-bottom: 10px;
|
2013-12-11 15:42:01 -05:00
|
|
|
text-align: right;
|
2011-03-03 18:48:17 -05:00
|
|
|
}
|
|
|
|
|
2014-02-19 13:59:47 -05:00
|
|
|
.end-session-dialog-warning {
|
|
|
|
width: 28em;
|
|
|
|
color: #f57900;
|
|
|
|
padding-top: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.end-session-dialog-warning:rtl {
|
|
|
|
width: 28em;
|
|
|
|
color: #f57900;
|
|
|
|
padding-top: 6px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2011-01-06 10:30:15 -05:00
|
|
|
.end-session-dialog-logout-icon {
|
|
|
|
border: 2px solid #8b8b8b;
|
|
|
|
border-radius: 5px;
|
2014-02-18 15:41:30 -05:00
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
2012-08-31 17:18:26 -04:00
|
|
|
background-size: contain;
|
2011-01-06 10:30:15 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.end-session-dialog-shutdown-icon {
|
2012-02-29 02:58:56 -05:00
|
|
|
color: #bebebe;
|
2014-02-18 15:41:30 -05:00
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
2011-01-06 10:30:15 -05:00
|
|
|
}
|
|
|
|
|
2013-08-23 12:13:35 -04:00
|
|
|
.end-session-dialog-inhibitor-layout {
|
|
|
|
spacing: 16px;
|
2011-01-06 10:30:15 -05:00
|
|
|
max-height: 200px;
|
2014-02-18 15:41:30 -05:00
|
|
|
padding-right: 65px;
|
|
|
|
padding-left: 65px;
|
2011-03-22 00:17:15 -04:00
|
|
|
}
|
|
|
|
|
2013-10-20 09:03:18 -04:00
|
|
|
.end-session-dialog-session-list,
|
|
|
|
.end-session-dialog-app-list {
|
|
|
|
spacing: 1em;
|
|
|
|
}
|
|
|
|
|
2013-08-23 12:13:35 -04:00
|
|
|
.end-session-dialog-list-header {
|
|
|
|
font-weight: bold;
|
2011-01-06 10:30:15 -05:00
|
|
|
}
|
|
|
|
|
2013-12-11 15:42:01 -05:00
|
|
|
.end-session-dialog-list-header:rtl {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2013-08-23 12:13:35 -04:00
|
|
|
.end-session-dialog-app-list-item,
|
|
|
|
.end-session-dialog-session-list-item {
|
|
|
|
spacing: 1em;
|
2011-03-03 18:48:17 -05:00
|
|
|
}
|
|
|
|
|
2013-08-23 12:13:35 -04:00
|
|
|
.end-session-dialog-app-list-item-name,
|
|
|
|
.end-session-dialog-session-list-item-name {
|
|
|
|
font-weight: bold;
|
2011-01-06 10:30:15 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.end-session-dialog-app-list-item-description {
|
2013-08-23 12:13:35 -04:00
|
|
|
color: #cccccc;
|
|
|
|
font-size: 10pt;
|
2011-01-06 10:30:15 -05:00
|
|
|
}
|
|
|
|
|
2011-07-12 11:44:08 -04:00
|
|
|
/* ShellMountOperation Dialogs */
|
2011-06-22 16:43:16 -04:00
|
|
|
.shell-mount-operation-icon {
|
|
|
|
icon-size: 48px;
|
|
|
|
}
|
|
|
|
|
2011-07-12 11:44:08 -04:00
|
|
|
.show-processes-dialog,
|
|
|
|
.mount-question-dialog {
|
2011-06-22 16:43:16 -04:00
|
|
|
spacing: 24px;
|
|
|
|
}
|
|
|
|
|
2011-07-12 11:44:08 -04:00
|
|
|
.show-processes-dialog-subject,
|
|
|
|
.mount-question-dialog-subject {
|
2011-06-22 16:43:16 -04:00
|
|
|
padding-top: 10px;
|
|
|
|
padding-left: 17px;
|
|
|
|
padding-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
2011-12-01 15:40:11 -05:00
|
|
|
.mount-question-dialog-subject {
|
|
|
|
max-width: 500px;
|
|
|
|
}
|
|
|
|
|
2011-07-12 11:44:08 -04:00
|
|
|
.show-processes-dialog-subject:rtl,
|
|
|
|
.mount-question-dialog-subject:rtl {
|
2011-06-22 16:43:16 -04:00
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 17px;
|
|
|
|
}
|
|
|
|
|
2011-07-12 11:44:08 -04:00
|
|
|
.show-processes-dialog-description,
|
|
|
|
.mount-question-dialog-description {
|
2011-06-22 16:43:16 -04:00
|
|
|
padding-left: 17px;
|
|
|
|
width: 28em;
|
|
|
|
}
|
|
|
|
|
2011-07-12 11:44:08 -04:00
|
|
|
.show-processes-dialog-description:rtl,
|
|
|
|
.mount-question-dialog-description:rtl {
|
2011-06-22 16:43:16 -04:00
|
|
|
padding-right: 17px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-processes-dialog-app-list {
|
|
|
|
font-size: 10pt;
|
|
|
|
max-height: 200px;
|
|
|
|
padding-top: 24px;
|
|
|
|
padding-left: 49px;
|
|
|
|
padding-right: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-processes-dialog-app-list:rtl {
|
|
|
|
padding-right: 49px;
|
|
|
|
padding-left: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-processes-dialog-app-list-item {
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-processes-dialog-app-list-item:hover {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-processes-dialog-app-list-item:ltr {
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-processes-dialog-app-list-item:rtl {
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-processes-dialog-app-list-item-icon:ltr {
|
|
|
|
padding-right: 17px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-processes-dialog-app-list-item-icon:rtl {
|
|
|
|
padding-left: 17px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-processes-dialog-app-list-item-name {
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
|
2012-02-09 15:52:21 -05:00
|
|
|
/* Password or Authentication Dialog */
|
|
|
|
.prompt-dialog {
|
2011-02-21 12:17:34 -05:00
|
|
|
/* this is the width of the entire modal popup */
|
|
|
|
width: 500px;
|
|
|
|
}
|
|
|
|
|
2012-02-09 15:52:21 -05:00
|
|
|
.prompt-dialog-main-layout {
|
2011-03-14 12:18:03 -04:00
|
|
|
spacing: 24px;
|
2011-02-21 12:17:34 -05:00
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
2012-02-09 15:52:21 -05:00
|
|
|
.prompt-dialog-message-layout {
|
2011-03-14 12:18:03 -04:00
|
|
|
spacing: 16px;
|
2011-02-21 12:17:34 -05:00
|
|
|
}
|
|
|
|
|
2012-02-09 15:52:21 -05:00
|
|
|
.prompt-dialog-headline {
|
2011-02-21 12:17:34 -05:00
|
|
|
font-size: 12pt;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
|
2013-12-11 15:40:18 -05:00
|
|
|
.prompt-dialog-description:rtl {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2012-08-01 16:37:31 -04:00
|
|
|
.prompt-dialog-password-box {
|
|
|
|
spacing: 1em;
|
2012-08-27 21:12:26 -04:00
|
|
|
padding-bottom: 1em;
|
2011-03-03 18:48:17 -05:00
|
|
|
}
|
|
|
|
|
2012-02-09 15:52:21 -05:00
|
|
|
.prompt-dialog-error-label {
|
2011-03-14 12:18:03 -04:00
|
|
|
font-size: 10pt;
|
|
|
|
color: #ffff00;
|
|
|
|
padding-bottom: 8px;
|
2011-02-21 12:17:34 -05:00
|
|
|
}
|
|
|
|
|
2012-02-09 15:52:21 -05:00
|
|
|
.prompt-dialog-info-label {
|
2011-03-14 12:18:03 -04:00
|
|
|
font-size: 10pt;
|
|
|
|
padding-bottom: 8px;
|
2011-02-21 12:17:34 -05:00
|
|
|
}
|
|
|
|
|
2012-06-04 12:21:20 -04:00
|
|
|
.hidden {
|
|
|
|
color: rgba(0,0,0,0);
|
|
|
|
}
|
|
|
|
|
2012-02-09 15:52:21 -05:00
|
|
|
.prompt-dialog-null-label {
|
2011-03-14 12:18:03 -04:00
|
|
|
font-size: 10pt;
|
|
|
|
padding-bottom: 8px;
|
2011-02-21 12:17:34 -05:00
|
|
|
}
|
|
|
|
|
2012-02-09 15:52:21 -05:00
|
|
|
/* Polkit Dialog */
|
|
|
|
|
|
|
|
.polkit-dialog-user-layout {
|
|
|
|
padding-left: 10px;
|
|
|
|
spacing: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.polkit-dialog-user-layout:rtl {
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.polkit-dialog-user-root-label {
|
|
|
|
color: #ff0000;
|
|
|
|
}
|
|
|
|
|
2012-08-31 17:18:26 -04:00
|
|
|
.polkit-dialog-user-icon {
|
|
|
|
border: 2px solid #8b8b8b;
|
|
|
|
border-radius: 5px;
|
|
|
|
background-size: contain;
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
}
|
|
|
|
|
2012-02-09 15:52:21 -05:00
|
|
|
/* Network Agent Dialog */
|
|
|
|
|
2011-08-19 14:29:39 -04:00
|
|
|
.network-dialog-secret-table {
|
|
|
|
spacing-rows: 15px;
|
2012-08-21 22:23:56 -04:00
|
|
|
spacing-columns: 1em;
|
2011-08-19 14:29:39 -04:00
|
|
|
}
|
2011-02-21 12:17:34 -05:00
|
|
|
|
2012-01-10 10:37:26 -05:00
|
|
|
.keyring-dialog-control-table {
|
|
|
|
spacing-rows: 15px;
|
2012-08-14 12:05:34 -04:00
|
|
|
spacing-columns: 1em;
|
2012-01-10 10:37:26 -05:00
|
|
|
}
|
|
|
|
|
2010-05-10 12:40:03 -04:00
|
|
|
/* Magnifier */
|
|
|
|
|
|
|
|
.magnifier-zoom-region {
|
|
|
|
border: 2px solid rgba(128, 0, 0, 255);
|
|
|
|
}
|
|
|
|
|
|
|
|
.magnifier-zoom-region.full-screen {
|
|
|
|
border-width: 0px;
|
|
|
|
}
|
2011-08-29 11:11:22 -04:00
|
|
|
|
|
|
|
/* On-screen Keyboard */
|
|
|
|
|
|
|
|
#keyboard {
|
|
|
|
background: rgba(0,0,0,0.8);
|
|
|
|
}
|
|
|
|
|
|
|
|
.keyboard-layout {
|
|
|
|
spacing: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.keyboard-row {
|
|
|
|
spacing: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.keyboard-key {
|
|
|
|
min-height: 30px;
|
|
|
|
min-width: 30px;
|
|
|
|
background-gradient-start: rgba(255,245,245,0.4);
|
|
|
|
background-gradient-end: rgba(105,105,105,0.1);
|
|
|
|
background-gradient-direction: vertical;
|
|
|
|
font-size: 14pt;
|
|
|
|
font-weight: bold;
|
|
|
|
border-radius: 10px;
|
|
|
|
border: 2px solid #a0a0a0;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.keyboard-key:grayed {
|
|
|
|
color: #808080;
|
|
|
|
border-color: #808080;
|
|
|
|
}
|
|
|
|
|
|
|
|
.keyboard-key:checked,
|
|
|
|
.keyboard-key:hover {
|
|
|
|
background: #303030;
|
|
|
|
border: 3px solid white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.keyboard-key:active {
|
|
|
|
background: #808080;
|
|
|
|
}
|
|
|
|
|
|
|
|
.keyboard-subkeys {
|
|
|
|
color: white;
|
|
|
|
padding: 5px;
|
|
|
|
-arrow-border-radius: 10px;
|
|
|
|
-arrow-background-color: #090909;
|
|
|
|
-arrow-border-width: 2px;
|
|
|
|
-arrow-border-color: white;
|
|
|
|
-arrow-base: 20px;
|
|
|
|
-arrow-rise: 10px;
|
|
|
|
-boxpointer-gap: 5px;
|
|
|
|
}
|
2012-05-29 13:30:46 -04:00
|
|
|
|
|
|
|
/* IBus Candidate Popup */
|
2013-01-02 08:24:37 -05:00
|
|
|
|
|
|
|
.candidate-popup-content {
|
|
|
|
padding: 0.5em;
|
|
|
|
spacing: 0.3em;
|
|
|
|
}
|
|
|
|
|
2012-05-29 13:30:46 -04:00
|
|
|
.candidate-index {
|
2013-01-02 08:24:37 -05:00
|
|
|
padding: 0 0.5em 0 0;
|
|
|
|
color: #cccccc;
|
2012-05-29 13:30:46 -04:00
|
|
|
}
|
|
|
|
|
2013-01-02 08:24:37 -05:00
|
|
|
.candidate-box {
|
|
|
|
padding: 0.3em 0.5em 0.3em 0.5em;
|
2012-05-29 13:30:46 -04:00
|
|
|
}
|
|
|
|
|
2013-01-02 08:24:37 -05:00
|
|
|
.candidate-box:selected {
|
2012-05-29 13:30:46 -04:00
|
|
|
border-radius: 4px;
|
2013-01-02 08:24:37 -05:00
|
|
|
background-color: rgba(255,255,255,0.2);
|
2012-05-29 13:30:46 -04:00
|
|
|
}
|
2012-05-20 12:30:14 -04:00
|
|
|
|
2013-01-16 18:21:14 -05:00
|
|
|
.candidate-box:hover {
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: rgba(255,255,255,0.1);
|
|
|
|
}
|
2013-02-14 17:36:32 -05:00
|
|
|
.candidate-page-button-box {
|
|
|
|
height: 2em;
|
|
|
|
width: 80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vertical .candidate-page-button-box {
|
|
|
|
padding-top: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.horizontal .candidate-page-button-box {
|
|
|
|
padding-left: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.candidate-page-button-previous {
|
|
|
|
border-radius: 4px 0px 0px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.candidate-page-button-next {
|
|
|
|
border-radius: 0px 4px 4px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.candidate-page-button-icon {
|
|
|
|
icon-size: 1em;
|
|
|
|
}
|
|
|
|
|
2012-05-20 12:30:14 -04:00
|
|
|
/* Login Dialog */
|
|
|
|
|
2013-06-11 15:00:35 -04:00
|
|
|
.framed-user-icon {
|
|
|
|
border: 2px solid #8b8b8b;
|
2013-10-02 15:53:55 -04:00
|
|
|
border-radius: 3px;
|
2013-06-11 15:00:35 -04:00
|
|
|
background-size: contain;
|
|
|
|
}
|
|
|
|
|
|
|
|
.framed-user-icon:hover {
|
|
|
|
border: 2px solid #bbbbbb;
|
|
|
|
}
|
|
|
|
|
2012-05-20 12:30:14 -04:00
|
|
|
.login-dialog-banner {
|
|
|
|
font-size: 10pt;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
color: #666666;
|
|
|
|
padding-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog {
|
2012-06-03 13:31:34 -04:00
|
|
|
/* Reset border and background */
|
|
|
|
border: none;
|
|
|
|
background-color: transparent;
|
2012-05-20 12:30:14 -04:00
|
|
|
}
|
|
|
|
|
2013-06-19 09:23:14 -04:00
|
|
|
.login-dialog-button-box {
|
|
|
|
spacing: 5px;
|
|
|
|
}
|
|
|
|
|
2012-05-20 12:30:14 -04:00
|
|
|
.login-dialog-user-list-view {
|
|
|
|
-st-vfade-offset: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-user-list {
|
|
|
|
spacing: 12px;
|
2012-07-09 17:46:35 -04:00
|
|
|
padding: .2em;
|
2013-08-26 15:47:52 -04:00
|
|
|
width: 23em;
|
2012-05-20 12:30:14 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-user-list-item {
|
2013-10-02 15:53:55 -04:00
|
|
|
border-radius: 5px;
|
2012-07-09 17:46:35 -04:00
|
|
|
padding: .2em;
|
2013-11-15 11:14:32 -05:00
|
|
|
color: #bfbfbf;
|
|
|
|
text-shadow: black 0px 2px 2px;
|
2012-05-20 12:30:14 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-user-list-item:ltr {
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-user-list-item:rtl {
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
|
2012-07-09 17:46:35 -04:00
|
|
|
.login-dialog-user-list-item:hover {
|
|
|
|
background-color: rgba(255,255,255,0.1);
|
|
|
|
}
|
|
|
|
|
2012-08-01 11:14:00 -04:00
|
|
|
.login-dialog-user-list:expanded .login-dialog-user-list-item:focus {
|
2012-07-09 17:46:35 -04:00
|
|
|
background-color: rgba(255,255,255,0.33);
|
|
|
|
}
|
|
|
|
|
2012-07-09 14:04:23 -04:00
|
|
|
.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in {
|
|
|
|
background-image: url("logged-in-indicator.svg");
|
|
|
|
background-size: contain;
|
|
|
|
}
|
|
|
|
|
2012-07-13 18:43:58 -04:00
|
|
|
.login-dialog-user-list-item .login-dialog-timed-login-indicator {
|
2012-05-20 12:30:14 -04:00
|
|
|
background-color: rgba(0,0,0,0.0);
|
|
|
|
height: 2px;
|
|
|
|
}
|
|
|
|
|
2012-07-13 18:43:58 -04:00
|
|
|
.login-dialog-user-list-item:focus .login-dialog-timed-login-indicator {
|
|
|
|
background-color: #8b8b8b;
|
2012-05-20 12:30:14 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-not-listed-label {
|
2012-06-03 13:31:34 -04:00
|
|
|
font-size: 10.5pt;
|
2012-05-20 12:30:14 -04:00
|
|
|
font-weight: bold;
|
|
|
|
color: #666666;
|
2012-08-07 11:38:12 -04:00
|
|
|
padding-top: 1em;
|
2013-07-16 08:42:32 -04:00
|
|
|
}
|
|
|
|
|
2013-10-24 11:33:51 -04:00
|
|
|
.login-dialog-user-selection-box {
|
|
|
|
padding: 100px 0;
|
|
|
|
}
|
|
|
|
|
2013-07-16 08:42:32 -04:00
|
|
|
.login-dialog-user-selection-box .login-dialog-not-listed-label {
|
2013-06-23 22:42:22 -04:00
|
|
|
padding-left: 2px;
|
2012-05-20 12:30:14 -04:00
|
|
|
}
|
|
|
|
|
2012-10-05 13:06:20 -04:00
|
|
|
.login-dialog-not-listed-button:focus .login-dialog-not-listed-label,
|
2012-05-20 12:30:14 -04:00
|
|
|
.login-dialog-not-listed-button:hover .login-dialog-not-listed-label {
|
|
|
|
color: #E8E8E8;
|
|
|
|
}
|
|
|
|
|
2014-02-07 08:31:55 -05:00
|
|
|
.login-dialog-username,
|
|
|
|
.user-widget-label {
|
2012-06-03 13:31:34 -04:00
|
|
|
font-size: 16pt;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: left;
|
|
|
|
padding-left: 15px;
|
2014-02-07 08:31:55 -05:00
|
|
|
text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 1px 0px;
|
2012-06-03 13:31:34 -04:00
|
|
|
}
|
|
|
|
|
2012-05-20 12:30:14 -04:00
|
|
|
.login-dialog-prompt-layout {
|
2012-06-03 13:31:34 -04:00
|
|
|
padding-top: 24px;
|
|
|
|
padding-bottom: 12px;
|
|
|
|
spacing: 8px;
|
2013-07-28 12:40:55 -04:00
|
|
|
width: 23em;
|
2012-05-20 12:30:14 -04:00
|
|
|
}
|
2012-06-03 13:31:34 -04:00
|
|
|
|
2012-05-20 12:30:14 -04:00
|
|
|
.login-dialog-prompt-label {
|
2012-06-03 13:31:34 -04:00
|
|
|
color: #eeeeee;
|
|
|
|
font-size: 14px;
|
2013-08-16 08:48:35 -04:00
|
|
|
padding-top: 11px;
|
2012-05-20 12:30:14 -04:00
|
|
|
}
|
|
|
|
|
2013-06-23 23:14:10 -04:00
|
|
|
.login-dialog-session-list-button StIcon {
|
|
|
|
icon-size: 1.25em;
|
2012-05-20 12:30:14 -04:00
|
|
|
}
|
|
|
|
|
2013-05-19 15:25:03 -04:00
|
|
|
.login-dialog-session-list-button {
|
2013-06-23 23:14:10 -04:00
|
|
|
color: #8b8b8b;
|
2012-05-20 12:30:14 -04:00
|
|
|
}
|
|
|
|
|
2013-06-23 23:14:10 -04:00
|
|
|
.login-dialog-session-list-button:hover,
|
2013-10-20 06:59:23 -04:00
|
|
|
.login-dialog-session-list-button:focus,
|
2013-06-23 23:14:10 -04:00
|
|
|
.login-dialog-session-list-button:active {
|
|
|
|
color: white;
|
2012-05-20 12:30:14 -04:00
|
|
|
}
|
|
|
|
|
2013-03-22 20:27:22 -04:00
|
|
|
.login-dialog-logo-bin {
|
|
|
|
padding: 24px 0px;
|
|
|
|
}
|
|
|
|
|
2012-11-18 16:49:54 -05:00
|
|
|
.login-dialog .modal-dialog-button-box {
|
|
|
|
spacing: 3px;
|
|
|
|
}
|
|
|
|
|
2012-06-03 13:31:34 -04:00
|
|
|
.login-dialog .modal-dialog-button {
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 3px 18px;
|
|
|
|
}
|
|
|
|
|
2012-10-05 13:06:20 -04:00
|
|
|
.login-dialog .modal-dialog-button:focus {
|
|
|
|
padding: 2px 17px;
|
|
|
|
}
|
|
|
|
|
2012-06-03 13:31:34 -04:00
|
|
|
.login-dialog .modal-dialog-button:default {
|
2012-08-01 04:46:20 -04:00
|
|
|
background-gradient-start: #6793c4;
|
|
|
|
background-gradient-end: #335d8f;
|
2012-06-03 13:31:34 -04:00
|
|
|
background-gradient-direction: vertical;
|
2012-10-30 08:07:58 -04:00
|
|
|
border-color: #16335d;
|
2012-06-03 13:31:34 -04:00
|
|
|
}
|
|
|
|
|
2012-10-05 13:06:20 -04:00
|
|
|
.login-dialog .modal-dialog-button:default:focus {
|
|
|
|
border: 2px solid #377fe7;
|
|
|
|
}
|
|
|
|
|
2012-08-16 16:53:21 -04:00
|
|
|
.login-dialog .modal-dialog-button:default:hover {
|
2012-08-01 04:46:20 -04:00
|
|
|
background-gradient-start: #74a0d0;
|
|
|
|
background-gradient-end: #436d9f;
|
2012-06-03 13:31:34 -04:00
|
|
|
}
|
|
|
|
|
2012-08-16 16:53:21 -04:00
|
|
|
.login-dialog .modal-dialog-button:default:active,
|
|
|
|
.login-dialog .modal-dialog-button:default:pressed {
|
2012-08-01 04:46:20 -04:00
|
|
|
background-gradient-start: #436d9f;
|
|
|
|
background-gradient-end: #74a0d0;
|
2012-05-20 12:30:14 -04:00
|
|
|
}
|
|
|
|
|
2012-10-30 08:07:58 -04:00
|
|
|
.login-dialog .modal-dialog-button:default:insensitive {
|
|
|
|
border-color: #666666;
|
|
|
|
color: #9f9f9f;
|
|
|
|
background-gradient-direction: none;
|
|
|
|
background-color: rgba(102, 102, 102, 0.15);
|
|
|
|
}
|
|
|
|
|
2013-08-27 10:17:26 -04:00
|
|
|
.login-dialog-message {
|
2013-08-19 12:00:33 -04:00
|
|
|
padding-top: 4px;
|
|
|
|
padding-bottom: 16px;
|
|
|
|
min-height: 2em;
|
|
|
|
}
|
|
|
|
|
2012-08-07 10:49:22 -04:00
|
|
|
.login-dialog-message-warning {
|
|
|
|
color: orange;
|
|
|
|
}
|
|
|
|
|
2013-08-19 12:00:33 -04:00
|
|
|
.login-dialog-message-hint {
|
2013-08-27 10:17:26 -04:00
|
|
|
padding-top: 0px;
|
2013-08-27 10:28:26 -04:00
|
|
|
padding-bottom: 20px;
|
2013-08-19 12:00:33 -04:00
|
|
|
}
|
|
|
|
|
2013-02-17 20:54:46 -05:00
|
|
|
.user-widget-label {
|
|
|
|
}
|
|
|
|
|
2013-12-11 15:35:44 -05:00
|
|
|
.user-widget-label:ltr {
|
|
|
|
padding-left: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-widget-label:rtl {
|
|
|
|
padding-right: 18px;
|
|
|
|
}
|
|
|
|
|
2012-05-24 16:47:48 -04:00
|
|
|
/* Screen shield */
|
|
|
|
|
2013-07-15 14:09:56 -04:00
|
|
|
#panel.lock-screen,
|
|
|
|
#screenShieldNotifications {
|
|
|
|
background-color: rgba(0,0,0,0.3);
|
|
|
|
}
|
|
|
|
|
2012-09-13 12:45:55 -04:00
|
|
|
.screen-shield-background {
|
|
|
|
background: black;
|
2013-04-20 10:25:44 -04:00
|
|
|
box-shadow: 0px 4px 8px rgba(0,0,0,0.9);
|
2012-09-13 12:45:55 -04:00
|
|
|
}
|
|
|
|
|
2012-08-03 13:42:43 -04:00
|
|
|
#lockDialogGroup {
|
2012-07-31 11:56:46 -04:00
|
|
|
background: #2e3436 url(noise-texture.png);
|
|
|
|
background-repeat: repeat;
|
2012-05-24 16:47:48 -04:00
|
|
|
}
|
|
|
|
|
2012-08-20 13:56:08 -04:00
|
|
|
.screen-shield-arrows {
|
|
|
|
padding-bottom: 3em;
|
|
|
|
}
|
|
|
|
|
2012-08-21 15:13:33 -04:00
|
|
|
.screen-shield-arrows Gjs_Arrow {
|
2012-08-20 13:56:08 -04:00
|
|
|
color: white;
|
|
|
|
width: 80px;
|
|
|
|
height: 48px;
|
|
|
|
-arrow-thickness: 12px;
|
2012-08-21 15:13:33 -04:00
|
|
|
-arrow-shadow: 0 1px 1px rgba(0,0,0,0.4);
|
2012-05-24 16:47:48 -04:00
|
|
|
}
|
2012-05-27 18:50:56 -04:00
|
|
|
|
2012-10-10 17:17:38 -04:00
|
|
|
.screen-shield-contents-box {
|
|
|
|
spacing: 48px;
|
|
|
|
}
|
|
|
|
|
2012-05-27 18:50:56 -04:00
|
|
|
.screen-shield-clock {
|
|
|
|
color: white;
|
2012-08-01 09:12:12 -04:00
|
|
|
text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
|
2012-05-27 18:50:56 -04:00
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
2012-08-06 14:44:07 -04:00
|
|
|
padding-bottom: 1.5em;
|
2012-05-27 18:50:56 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.screen-shield-clock-time {
|
2012-10-10 17:18:26 -04:00
|
|
|
font-size: 72pt;
|
2012-08-01 09:12:12 -04:00
|
|
|
text-shadow: 0px 2px 2px rgba(0,0,0,0.4);
|
2012-05-27 18:50:56 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.screen-shield-clock-date {
|
2012-10-10 17:18:26 -04:00
|
|
|
font-size: 28pt;
|
2012-05-27 18:50:56 -04:00
|
|
|
}
|
2012-05-22 18:02:00 -04:00
|
|
|
|
|
|
|
#screenShieldNotifications {
|
2012-08-06 13:02:12 -04:00
|
|
|
max-height: 500px;
|
2013-07-16 08:48:15 -04:00
|
|
|
padding: 12px;
|
2012-05-22 18:02:00 -04:00
|
|
|
}
|
|
|
|
|
2012-08-06 13:02:12 -04:00
|
|
|
.screen-shield-notifications-box {
|
2013-07-16 08:48:15 -04:00
|
|
|
spacing: 12px;
|
|
|
|
width: 30em;
|
2012-05-22 18:02:00 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.screen-shield-notification-source {
|
2013-07-16 08:48:15 -04:00
|
|
|
padding: 3px 6px;
|
2012-05-22 18:02:00 -04:00
|
|
|
spacing: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.screen-shield-notification-label {
|
|
|
|
font-weight: bold;
|
2013-07-16 08:48:15 -04:00
|
|
|
padding: 0px 0px 0px 12px;
|
2012-05-22 18:02:00 -04:00
|
|
|
}
|
|
|
|
|
2012-11-28 14:51:56 -05:00
|
|
|
.screen-shield-notification-count-text {
|
2013-07-16 08:48:15 -04:00
|
|
|
padding: 0px 0px 0px 12px;
|
2012-11-28 14:51:56 -05:00
|
|
|
}
|
|
|
|
|
2012-05-22 18:02:00 -04:00
|
|
|
/* Remove background from notifications, otherwise
|
|
|
|
opacity is doubled and they look darker
|
|
|
|
*/
|
|
|
|
.screen-shield-notifications-box .notification {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
2012-08-06 14:44:07 -04:00
|
|
|
|
|
|
|
/* Override padding on resident notifications, since
|
|
|
|
the notifications box has its own spacing
|
|
|
|
*/
|
|
|
|
.screen-shield-notifications-box .summary-notification-stack-scrollview {
|
|
|
|
padding-top: 0px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2013-07-16 08:42:53 -04:00
|
|
|
#screenShieldNotifications .notification-button,
|
|
|
|
#screenShieldNotifications .notification-icon-button {
|
|
|
|
border: 1px rgba(255,255,255,0.5);
|
|
|
|
}
|
|
|
|
|
2013-07-16 10:14:14 -04:00
|
|
|
#screenShieldNotifications StScrollBar StBin#trough {
|
|
|
|
background-color: rgba(0,0,0,0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
#screenShieldNotifications StScrollBar StButton#vhandle,
|
|
|
|
#screenShieldNotifications StScrollBar StButton#hhandle {
|
|
|
|
background-color: rgba(0,0,0,0.3);
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#screenShieldNotifications StScrollBar StButton#vhandle:hover,
|
|
|
|
#screenShieldNotifications StScrollBar StButton#hhandle {
|
|
|
|
background-color: rgba(0,0,0,0.6);
|
|
|
|
}
|
|
|
|
|
|
|
|
#screenShieldNotifications StScrollBar StButton#vhandle:active,
|
|
|
|
#screenShieldNotifications StScrollBar StButton#hhandle {
|
|
|
|
background-color: rgba(0,0,0,0.8);
|
|
|
|
}
|
|
|
|
|
2012-12-10 14:35:29 -05:00
|
|
|
.input-source-switcher-symbol {
|
2013-03-02 10:46:29 -05:00
|
|
|
font-size: 34pt;
|
2012-12-10 14:35:29 -05:00
|
|
|
width: 96px;
|
|
|
|
height: 96px;
|
|
|
|
}
|
2012-12-21 07:55:00 -05:00
|
|
|
|
|
|
|
/* Background menu */
|
|
|
|
|
|
|
|
.background-menu {
|
|
|
|
-boxpointer-gap: 4px;
|
2013-10-01 02:13:23 -04:00
|
|
|
-arrow-rise: 0px;
|
2012-12-21 07:55:00 -05:00
|
|
|
}
|