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,
|
|
|
|
.contact-details-status,
|
|
|
|
.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 */
|
|
|
|
|
2012-02-13 18:13:57 -05:00
|
|
|
.check-box ShellGenericContainer {
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2010-05-20 11:18:46 -04:00
|
|
|
/* PopupMenu */
|
2009-11-17 17:46:20 -05:00
|
|
|
|
2010-05-20 11:18:46 -04:00
|
|
|
.popup-menu-boxpointer {
|
2011-07-30 08:00:16 -04:00
|
|
|
-arrow-border-radius: 8px;
|
2012-07-13 16:29:56 -04:00
|
|
|
-arrow-background-color: black;
|
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
|
|
|
}
|
|
|
|
|
2011-04-04 11:38:52 -04:00
|
|
|
.popup-submenu-menu-item:open {
|
|
|
|
background-color: #4c4c4c;
|
|
|
|
}
|
|
|
|
|
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);
|
|
|
|
background-gradient-end: rgba(80,80,80,0.7);
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2011-07-20 23:17:05 -04:00
|
|
|
.popup-combo-menu {
|
|
|
|
background-color: rgba(0,0,0,0.9);
|
|
|
|
padding: 1em 0em;
|
|
|
|
border: 1px solid #5f5f5f;
|
|
|
|
border-radius: 9px;
|
|
|
|
}
|
|
|
|
|
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 {
|
2010-10-20 12:43:22 -04:00
|
|
|
padding: .4em 1.75em;
|
2010-10-19 13:41:41 -04:00
|
|
|
spacing: 1em;
|
2010-05-05 10:03:48 -04:00
|
|
|
}
|
|
|
|
|
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-image-menu-item {
|
2010-09-18 11:30:54 -04:00
|
|
|
}
|
|
|
|
|
2011-07-20 23:17:05 -04:00
|
|
|
.popup-combobox-item {
|
|
|
|
spacing: 1em;
|
|
|
|
}
|
|
|
|
|
2010-05-20 11:18:46 -04:00
|
|
|
.popup-separator-menu-item {
|
2010-05-12 17:07:41 -04:00
|
|
|
-gradient-height: 2px;
|
|
|
|
-gradient-start: rgba(8,8,8,0);
|
|
|
|
-gradient-end: #333333;
|
2010-05-20 11:18:46 -04:00
|
|
|
-margin-horizontal: 1.5em;
|
|
|
|
height: 1em;
|
|
|
|
}
|
|
|
|
|
2011-02-21 15:25:56 -05:00
|
|
|
.popup-alternating-menu-item:alternate {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2010-07-22 08:34:02 -04:00
|
|
|
.popup-slider-menu-item {
|
|
|
|
height: 1em;
|
2010-11-22 14:11:43 -05:00
|
|
|
min-width: 15em;
|
2010-07-22 08:34:02 -04:00
|
|
|
-slider-height: 0.3em;
|
|
|
|
-slider-background-color: #333333;
|
|
|
|
-slider-border-color: #5f5f5f;
|
2011-03-12 17:49:03 -05:00
|
|
|
-slider-active-background-color: #76b0ec;
|
|
|
|
-slider-active-border-color: #1f6dbc;
|
2010-07-22 08:34:02 -04:00
|
|
|
-slider-border-width: 1px;
|
|
|
|
-slider-handle-radius: 0.5em;
|
|
|
|
}
|
|
|
|
|
2010-11-15 16:45:17 -05:00
|
|
|
.popup-device-menu-item {
|
|
|
|
spacing: .5em;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup-subtitle-menu-item, .popup-subtitle-menu-item:insensitive {
|
2011-01-25 16:08:12 -05:00
|
|
|
font-weight: bold;
|
2012-09-11 08:00:22 -04:00
|
|
|
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
|
|
|
}
|
|
|
|
|
2011-03-25 11:27:56 -04:00
|
|
|
.nm-menu-item-icons {
|
|
|
|
spacing: .5em;
|
|
|
|
}
|
|
|
|
|
2012-02-23 12:22:22 -05:00
|
|
|
/* Buttons */
|
2011-08-04 09:52:41 -04:00
|
|
|
|
2012-02-23 12:22:22 -05:00
|
|
|
.dash-search-button,
|
|
|
|
.notification-button,
|
|
|
|
.notification-icon-button,
|
|
|
|
.hotplug-notification-item,
|
|
|
|
.hotplug-resident-eject-button,
|
2011-08-04 09:52:41 -04:00
|
|
|
.modal-dialog-button {
|
2012-02-29 03:00:17 -05:00
|
|
|
font-weight: bold;
|
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-02-23 12:22:22 -05:00
|
|
|
.dash-search-button:hover,
|
|
|
|
.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
|
|
|
.dash-search-button:selected,
|
2011-11-11 23:40:56 -05:00
|
|
|
.dash-search-button:focus,
|
2012-02-23 12:22:22 -05:00
|
|
|
.notification-button:focus,
|
|
|
|
.notification-icon-button:focus,
|
|
|
|
.hotplug-notification-item:focus,
|
2011-08-04 09:52:41 -04:00
|
|
|
.modal-dialog-button:focus {
|
2012-10-30 08:07:58 -04:00
|
|
|
border-width: 2px;
|
2011-08-04 09:52:41 -04:00
|
|
|
}
|
|
|
|
|
2012-02-23 12:22:22 -05:00
|
|
|
.dash-search-button:active,
|
|
|
|
.dash-search-button:pressed,
|
|
|
|
.notification-button:active,
|
|
|
|
.notification-icon-button:active,
|
|
|
|
.hotplug-notification-item:active,
|
|
|
|
.hotplug-resident-eject-button:active,
|
|
|
|
.modal-dialog-button:active,
|
|
|
|
.modal-dialog-button:pressed {
|
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);
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2012-08-01 07:14:07 -04:00
|
|
|
/* Entries */
|
|
|
|
|
|
|
|
#searchEntry,
|
|
|
|
.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,
|
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;
|
|
|
|
transition-duration: 300;
|
|
|
|
box-shadow: inset 0px 2px 4px rgba(0,0,0,0.6);
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchEntry:focus,
|
|
|
|
#searchEntry:hover,
|
|
|
|
.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);
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
transition-duration: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
transition-duration: 250;
|
|
|
|
}
|
|
|
|
|
|
|
|
#panel.lock-screen {
|
|
|
|
height: 2em;
|
|
|
|
background-color: rgba(0,0,0,0.3);
|
|
|
|
}
|
|
|
|
|
|
|
|
#panel.unlock-screen,
|
|
|
|
#panel.login-screen {
|
|
|
|
height: 2em;
|
|
|
|
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 {
|
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;
|
|
|
|
}
|
|
|
|
|
2010-05-05 10:03:48 -04:00
|
|
|
.app-menu-icon {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
2009-11-17 17:46:20 -05:00
|
|
|
}
|
|
|
|
|
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;
|
2010-06-01 11:04:09 -04:00
|
|
|
transition-duration: 100;
|
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 {
|
|
|
|
-boxpointer-gap: 4px
|
|
|
|
}
|
|
|
|
|
2012-08-26 09:49:18 -04:00
|
|
|
.panel-status-button-box {
|
2012-06-19 13:50:37 -04:00
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
2012-02-23 12:22:22 -05:00
|
|
|
/* User Menu */
|
|
|
|
|
2011-09-07 12:23:27 -04:00
|
|
|
#panelUserMenu {
|
2009-11-17 17:46:20 -05:00
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
2011-07-28 10:59:03 -04:00
|
|
|
.status-chooser {
|
|
|
|
spacing: .4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-chooser .popup-menu-item,
|
|
|
|
.status-chooser-combo .popup-menu-item {
|
|
|
|
padding: .4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-chooser-user-icon {
|
|
|
|
border: 2px solid #8b8b8b;
|
|
|
|
border-radius: 5px;
|
|
|
|
width: 48pt;
|
|
|
|
height: 48pt;
|
2012-07-14 11:12:54 -04:00
|
|
|
background-size: contain;
|
2011-07-28 10:59:03 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.status-chooser-user-icon:hover {
|
|
|
|
border: 2px solid #bbbbbb;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-chooser-user-name {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.3em;
|
2011-08-23 13:15:31 -04:00
|
|
|
min-width: 120pt;
|
2011-07-28 10:59:03 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.status-chooser-combo {
|
|
|
|
border: 1px solid transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-chooser-combo.popup-combo-menu {
|
|
|
|
padding: .4em 0em;
|
|
|
|
border-radius: 4px;
|
|
|
|
border: 1px solid #5f5f5f;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-chooser-status-item,
|
2011-09-19 15:58:53 -04:00
|
|
|
.status-chooser-combo .popup-combobox-item {
|
2011-07-28 10:59:03 -04:00
|
|
|
spacing: .4em;
|
|
|
|
}
|
|
|
|
|
2010-11-02 18:33:22 -04:00
|
|
|
.system-status-icon {
|
2012-03-08 11:29:08 -05:00
|
|
|
icon-size: 1.09em;
|
2010-11-02 18:33:22 -04:00
|
|
|
}
|
|
|
|
|
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-08-20 18:30:04 -04:00
|
|
|
spacing: 40px;
|
2010-07-29 03:55:08 -04:00
|
|
|
}
|
|
|
|
|
2011-03-03 16:31:10 -05:00
|
|
|
.window-caption {
|
2010-02-10 01:00:02 -05:00
|
|
|
spacing: 25px;
|
|
|
|
}
|
|
|
|
|
2010-10-04 10:42:11 -04:00
|
|
|
.workspace-controls {
|
2011-02-12 15:23:27 -05:00
|
|
|
visible-width: 32px; /* Amount visible before hovering */
|
|
|
|
}
|
|
|
|
|
|
|
|
.workspace-thumbnails-background {
|
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
|
|
|
}
|
|
|
|
|
2011-02-18 09:41:43 -05:00
|
|
|
.workspace-thumbnails-background:rtl {
|
|
|
|
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-thumbnails {
|
2011-11-26 18:28:51 -05:00
|
|
|
spacing: 11px;
|
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 {
|
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
|
|
|
}
|
|
|
|
|
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-caption:hover {
|
|
|
|
border: 2px solid rgba(255, 255, 255, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.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 {
|
|
|
|
-horizontal-spacing: 40px;
|
|
|
|
-vertical-spacing: 40px;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2010-11-12 12:45:29 -05:00
|
|
|
#viewSelector {
|
2011-03-04 15:54:19 -05:00
|
|
|
spacing: 1em;
|
2010-11-12 12:45:29 -05:00
|
|
|
}
|
|
|
|
|
2012-02-23 12:22:22 -05:00
|
|
|
/* Search Box */
|
|
|
|
|
2009-10-22 13:33:09 -04:00
|
|
|
#searchEntry {
|
2011-02-10 16:11:48 -05:00
|
|
|
border-radius: 17px;
|
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 {
|
|
|
|
padding: 20px 10px 10px 10px;
|
2011-02-25 18:00:53 -05:00
|
|
|
spacing: 18px;
|
2009-10-22 13:33:09 -04:00
|
|
|
}
|
|
|
|
|
2010-11-12 12:45:29 -05:00
|
|
|
#searchResultsContent {
|
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
|
|
|
}
|
|
|
|
|
2011-03-03 18:48:17 -05:00
|
|
|
#searchResultsContent:rtl {
|
|
|
|
padding-right: 0px;
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
|
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-08-04 09:52:41 -04:00
|
|
|
/* Text labels are an odd number of pixels tall. The uneven top and bottom
|
|
|
|
* padding compensates for this and ensures that the label is vertically
|
|
|
|
* centered */
|
2011-01-17 16:38:47 -05:00
|
|
|
.dash-search-button {
|
2011-02-25 18:00:53 -05:00
|
|
|
border-radius: 16px;
|
2011-08-04 09:52:41 -04:00
|
|
|
padding-top: 4px;
|
|
|
|
padding-bottom: 5px;
|
2011-01-17 16:38:47 -05:00
|
|
|
width: 300px;
|
2011-02-25 18:00:53 -05:00
|
|
|
font-weight: bold;
|
2011-01-17 16:38:47 -05:00
|
|
|
}
|
|
|
|
|
2011-11-11 23:40:56 -05:00
|
|
|
.dash-search-button:focus,
|
2011-08-04 09:52:41 -04:00
|
|
|
.dash-search-button:selected {
|
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 4px;
|
|
|
|
width: 298px;
|
2011-01-17 16:38:47 -05: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 {
|
2010-11-29 13:16:20 -05:00
|
|
|
spacing: 36px;
|
2012-02-14 10:30:40 -05:00
|
|
|
-shell-grid-horizontal-item-size: 118px;
|
|
|
|
-shell-grid-vertical-item-size: 118px;
|
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;
|
|
|
|
}
|
|
|
|
|
2011-02-25 16:53:53 -05:00
|
|
|
.all-app {
|
|
|
|
padding: 16px 25px 16px 16px;
|
|
|
|
spacing: 20px;
|
|
|
|
}
|
2011-01-13 09:37:15 -05:00
|
|
|
|
2011-03-03 18:48:17 -05:00
|
|
|
.all-app:rtl {
|
|
|
|
padding-right: 16px;
|
|
|
|
padding-left: 25px;
|
|
|
|
}
|
|
|
|
|
2010-12-18 14:18:10 -05:00
|
|
|
.app-filter {
|
|
|
|
font-weight: bold;
|
2011-03-04 15:54:19 -05:00
|
|
|
height: 2.85em;
|
2010-12-18 14:18:10 -05:00
|
|
|
color: #aaa;
|
|
|
|
width: 200px;
|
2010-06-04 18:01:32 -04:00
|
|
|
}
|
|
|
|
|
2011-03-07 15:05:56 -05:00
|
|
|
.app-filter:hover {
|
|
|
|
color: #eee;
|
|
|
|
}
|
|
|
|
|
2010-12-18 14:18:10 -05:00
|
|
|
.app-filter:selected {
|
|
|
|
color: #ffffff;
|
2011-03-03 18:48:17 -05:00
|
|
|
background-image: url("filter-selected-ltr.svg");
|
2010-12-18 14:18:10 -05:00
|
|
|
background-position: 190px 10px;
|
2010-06-04 18:01:32 -04:00
|
|
|
}
|
|
|
|
|
2011-03-03 18:48:17 -05:00
|
|
|
.app-filter:selected:rtl {
|
|
|
|
background-image: url("filter-selected-rtl.svg");
|
|
|
|
background-position: 10px 10px;
|
|
|
|
}
|
|
|
|
|
2011-02-23 14:21:47 -05:00
|
|
|
.app-filter:focus {
|
|
|
|
outline: 1px solid #aaa;
|
|
|
|
}
|
|
|
|
|
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 {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 12pt;
|
|
|
|
color: #eeeeec;
|
|
|
|
}
|
|
|
|
|
2012-08-09 17:52:36 -04:00
|
|
|
.search-provider-icon-more {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
background-image: url("more-results.svg");
|
|
|
|
}
|
|
|
|
|
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;
|
2011-02-03 12:38:03 -05:00
|
|
|
padding: 3px;
|
|
|
|
border: 1px rgba(0,0,0,0);
|
2010-06-10 10:33:26 -04:00
|
|
|
transition-duration: 100;
|
2010-06-22 16:04:45 -04:00
|
|
|
text-align: center;
|
2009-11-06 16:08:07 -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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
transition-duration: 100;
|
2012-08-14 10:34:14 -04:00
|
|
|
color:white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-apps {
|
|
|
|
padding: 4px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-apps-icon {
|
|
|
|
color: #a0a0a0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-apps:hover .show-apps-icon {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-apps:checked > .overview-icon {
|
|
|
|
background-gradient-start: rgba(255, 255, 255, .05);
|
|
|
|
background-gradient-end: rgba(255, 255, 255, .15);
|
|
|
|
background-gradient-direction: vertical;
|
|
|
|
border-radius: 4px;
|
|
|
|
box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 1);
|
|
|
|
transition-duration: 100;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-apps:checked .show-apps-icon,
|
|
|
|
.show-apps:focus .show-apps-icon {
|
|
|
|
color: white;
|
|
|
|
transition-duration: 100;
|
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;
|
|
|
|
transition-duration: 100;
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
#LookingGlassDialog .lg-inspector-title {
|
|
|
|
font-weight: bold;
|
|
|
|
padding-bottom: 8px;
|
2009-10-27 13:27:00 -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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg-extension-list {
|
|
|
|
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-06-28 08:57:19 -04:00
|
|
|
#calendarEventsArea {
|
|
|
|
/* this is the width of the second column of the popup */
|
2012-07-13 10:44:33 -04:00
|
|
|
min-width: 320px;
|
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-10-01 15:18:20 -04:00
|
|
|
#calendarPopup .calendar {
|
2009-09-30 10:02:08 -04:00
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
}
|
|
|
|
|
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");
|
|
|
|
}
|
|
|
|
|
2011-01-28 16:35:46 -05:00
|
|
|
.calendar-change-month-back:hover {
|
|
|
|
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");
|
|
|
|
}
|
|
|
|
|
2011-01-28 16:35:46 -05:00
|
|
|
.calendar-change-month-forward:hover {
|
|
|
|
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;
|
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
|
|
|
}
|
|
|
|
|
2011-01-28 16:35:46 -05:00
|
|
|
.calendar-day-base:hover {
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.calendar-other-month-day {
|
2011-01-28 16:35:46 -05:00
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
}
|
|
|
|
|
|
|
|
.events-header-vbox {
|
2011-03-30 12:36:10 -04:00
|
|
|
spacing: 6pt;
|
2012-07-13 10:44:33 -04:00
|
|
|
padding-right: .5em;
|
2011-01-28 16:35:46 -05:00
|
|
|
}
|
|
|
|
|
2011-03-30 12:36:10 -04:00
|
|
|
.events-header-vbox:rtl {
|
2012-07-13 10:44:33 -04:00
|
|
|
padding-left: .5em;
|
2011-01-28 16:35:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.events-header-hbox {
|
2012-07-13 10:44:33 -04:00
|
|
|
padding: 0.3em 1.4em;
|
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;
|
|
|
|
padding: 0.4em 1.4em 0em 1.4em;
|
2011-01-28 16:35:46 -05:00
|
|
|
}
|
|
|
|
|
2011-03-03 18:48:17 -05:00
|
|
|
.events-day-header:rtl {
|
2012-07-13 10:44:33 -04:00
|
|
|
padding: 0em 1.4em 0.4em 1.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;
|
|
|
|
}
|
|
|
|
|
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);
|
|
|
|
}
|
|
|
|
|
|
|
|
.events-day-name-box {
|
2011-03-30 12:36:10 -04:00
|
|
|
min-width: 15pt;
|
2011-01-28 16:35:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.events-time-box {
|
2012-07-13 10:44:33 -04:00
|
|
|
min-width: 48pt;
|
|
|
|
padding-right: 12pt;
|
2011-01-28 16:35:46 -05:00
|
|
|
}
|
|
|
|
|
2011-03-03 18:48:17 -05:00
|
|
|
.events-time-box:rtl {
|
|
|
|
padding-right: 0px;
|
2012-07-13 10:44:33 -04:00
|
|
|
padding-left: 12pt;
|
2011-03-03 18:48:17 -05:00
|
|
|
}
|
|
|
|
|
2011-01-28 16:35:46 -05:00
|
|
|
.events-event-box {
|
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-20 14:59:51 -04:00
|
|
|
transition-duration: 250;
|
2010-01-13 15:05:20 -05:00
|
|
|
}
|
|
|
|
|
2012-09-08 14:01:30 -04:00
|
|
|
#message-tray:keyboard {
|
|
|
|
/* Same as the OSK */
|
|
|
|
background: rgba(0, 0, 0, 0.8);
|
|
|
|
}
|
|
|
|
|
2012-07-31 10:11:56 -04:00
|
|
|
#message-tray:overview {
|
2012-08-21 06:39:13 -04:00
|
|
|
background: rgba(0, 0, 0, 0.1);
|
2012-10-26 00:03:53 -04:00
|
|
|
outline: 1px solid rgba(128, 128, 128, 0.3);
|
2012-07-31 10:11:56 -04:00
|
|
|
}
|
|
|
|
|
2012-11-12 20:44:01 -05:00
|
|
|
.no-messages-label {
|
|
|
|
font-family: cantarell, sans-serif;
|
|
|
|
font-size: 11pt;
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
2011-10-12 18:49:04 -04:00
|
|
|
.notification {
|
2011-08-09 10:51:37 -04:00
|
|
|
border-radius: 10px 10px 0px 0px;
|
|
|
|
background: rgba(0,0,0,0.8);
|
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;
|
2010-07-21 02:41:45 -04:00
|
|
|
spacing-rows: 10px;
|
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-07-13 16:29:56 -04:00
|
|
|
-arrow-background-color: rgba(0,0,0,0.8);
|
|
|
|
-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 {
|
2011-08-04 09:52:41 -04:00
|
|
|
spacing: 10px;
|
2010-02-01 15:41:22 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.notification-button {
|
2011-08-04 09:52:41 -04:00
|
|
|
border-radius: 18px;
|
|
|
|
padding: 4px 42px 5px;
|
2010-02-01 15:41:22 -05:00
|
|
|
}
|
|
|
|
|
2011-01-20 00:16:47 -05:00
|
|
|
.notification-button:focus {
|
2011-08-04 09:52:41 -04:00
|
|
|
padding: 3px 41px 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;
|
|
|
|
border-radius: 18px;
|
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;
|
|
|
|
}
|
|
|
|
|
2011-08-24 10:33:44 -04:00
|
|
|
.chat-group-sent, .chat-group-meta {
|
|
|
|
padding: 8px 0;
|
|
|
|
}
|
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;
|
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{
|
|
|
|
max-height: 22em;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2010-01-13 15:05:20 -05:00
|
|
|
#summary-mode {
|
2012-10-26 00:03:53 -04:00
|
|
|
height: 72px;
|
2010-06-23 15:20:39 -04: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;
|
|
|
|
transition-duration: 100;
|
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
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2010-03-17 13:31:03 -04:00
|
|
|
.thumbnail-scroll-gradient-left {
|
|
|
|
background-gradient-direction: horizontal;
|
|
|
|
background-gradient-start: rgba(51, 51, 51, 1.0);
|
|
|
|
background-gradient-end: rgba(51, 51, 51, 0);
|
2010-10-31 12:14:17 -04:00
|
|
|
border-radius: 24px;
|
|
|
|
border-radius-topright: 0px;
|
|
|
|
border-radius-bottomright: 0px;
|
2010-03-17 13:31:03 -04:00
|
|
|
width: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumbnail-scroll-gradient-right {
|
|
|
|
background-gradient-direction: horizontal;
|
|
|
|
background-gradient-start: rgba(51, 51, 51, 0);
|
|
|
|
background-gradient-end: rgba(51, 51, 51, 1.0);
|
2010-10-31 12:14:17 -04:00
|
|
|
border-radius: 24px;
|
|
|
|
border-radius-topleft: 0px;
|
|
|
|
border-radius-bottomleft: 0px;
|
2010-03-17 13:31:03 -04:00
|
|
|
width: 60px;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
|
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 {
|
|
|
|
border-radius: 18px;
|
|
|
|
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
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;
|
|
|
|
}
|
|
|
|
|
2011-01-06 10:30:15 -05:00
|
|
|
.end-session-dialog-subject {
|
|
|
|
padding-left: 17px;
|
2012-02-29 03:00:17 -05:00
|
|
|
padding-bottom: 20px;
|
2011-01-06 10:30:15 -05:00
|
|
|
}
|
|
|
|
|
2011-03-03 18:48:17 -05:00
|
|
|
.end-session-dialog-subject:rtl {
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 17px;
|
|
|
|
}
|
|
|
|
|
2011-01-06 10:30:15 -05:00
|
|
|
.end-session-dialog-description {
|
|
|
|
padding-left: 17px;
|
2011-03-21 16:07:22 -04:00
|
|
|
width: 28em;
|
2011-01-06 10:30:15 -05:00
|
|
|
}
|
|
|
|
|
2011-03-03 18:48:17 -05:00
|
|
|
.end-session-dialog-description:rtl {
|
|
|
|
padding-right: 17px;
|
|
|
|
}
|
|
|
|
|
2011-01-06 10:30:15 -05:00
|
|
|
.end-session-dialog-logout-icon {
|
|
|
|
border: 2px solid #8b8b8b;
|
|
|
|
border-radius: 5px;
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
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;
|
2011-01-06 10:30:15 -05:00
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.end-session-dialog-app-list {
|
2010-12-13 20:50:19 -05:00
|
|
|
font-size: 10pt;
|
2011-01-06 10:30:15 -05:00
|
|
|
max-height: 200px;
|
|
|
|
padding-top: 42px;
|
2011-03-21 16:07:22 -04:00
|
|
|
padding-left: 49px;
|
2011-01-06 10:30:15 -05:00
|
|
|
padding-right: 32px;
|
|
|
|
}
|
|
|
|
|
2011-03-03 18:48:17 -05:00
|
|
|
.end-session-dialog-app-list:rtl {
|
2011-03-21 16:07:22 -04:00
|
|
|
padding-right: 49px;
|
2011-03-03 18:48:17 -05:00
|
|
|
padding-left: 32px;
|
|
|
|
}
|
|
|
|
|
2011-03-22 00:17:15 -04:00
|
|
|
.end-session-dialog-app-list-item {
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.end-session-dialog-app-list-item:hover {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2011-03-03 18:48:17 -05:00
|
|
|
.end-session-dialog-app-list-item:ltr {
|
2011-01-06 10:30:15 -05:00
|
|
|
padding-right: 1em;
|
|
|
|
}
|
|
|
|
|
2011-03-03 18:48:17 -05:00
|
|
|
.end-session-dialog-app-list-item:rtl {
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.end-session-dialog-app-list-item-icon:ltr {
|
2011-01-06 10:30:15 -05:00
|
|
|
padding-right: 17px;
|
|
|
|
}
|
|
|
|
|
2011-03-03 18:48:17 -05:00
|
|
|
.end-session-dialog-app-list-item-icon:rtl {
|
|
|
|
padding-left: 17px;
|
|
|
|
}
|
|
|
|
|
2011-01-06 10:30:15 -05:00
|
|
|
.end-session-dialog-app-list-item-name {
|
2010-12-13 20:50:19 -05:00
|
|
|
font-size: 10pt;
|
2011-01-06 10:30:15 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.end-session-dialog-app-list-item-description {
|
2010-12-13 20:50:19 -05:00
|
|
|
font-size: 8pt;
|
2011-01-06 10:30:15 -05:00
|
|
|
color: #444444;
|
|
|
|
}
|
|
|
|
|
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:29:49 -04:00
|
|
|
.mount-password-reask {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
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 */
|
|
|
|
.candidate-index {
|
|
|
|
padding: 0.5em 0.5em 0.5em 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.candidate-label {
|
|
|
|
padding: 0.5em 0.5em 0.5em 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.candidate-label:selected {
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: rgba(255,255,255,0.33);
|
|
|
|
}
|
2012-05-20 12:30:14 -04:00
|
|
|
|
|
|
|
/* Login Dialog */
|
|
|
|
|
|
|
|
.login-dialog-banner {
|
|
|
|
font-size: 10pt;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
color: #666666;
|
|
|
|
padding-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-title {
|
|
|
|
font-size: 14pt;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #666666;
|
|
|
|
padding-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
border-radius: 16px;
|
|
|
|
min-height: 150px;
|
|
|
|
max-height: 700px;
|
|
|
|
min-width: 350px;
|
|
|
|
}
|
|
|
|
|
2012-08-19 20:15:18 -04:00
|
|
|
.login-dialog-prompt-login-hint-message {
|
2012-05-20 12:30:14 -04:00
|
|
|
font-size: 10.5pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
2012-05-20 12:30:14 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-user-list-item {
|
2012-07-09 17:46:35 -04:00
|
|
|
border-radius: 10px;
|
|
|
|
padding: .2em;
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-user-list-item .login-dialog-user-list-item-name {
|
|
|
|
font-size: 20pt;
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
|
2012-10-04 12:31:50 -04:00
|
|
|
.login-dialog-user-list:expanded .login-dialog-user-list-item {
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-user-list-item,
|
2012-07-09 17:46:35 -04:00
|
|
|
.login-dialog-user-list-item:hover .login-dialog-user-list-item-name,
|
2012-07-09 14:04:23 -04:00
|
|
|
.login-dialog-user-list:expanded .login-dialog-user-list-item:focus .login-dialog-user-list-item-name,
|
|
|
|
.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in {
|
2012-05-20 12:30:14 -04:00
|
|
|
color: white;
|
|
|
|
text-shadow: black 0px 2px 2px;
|
|
|
|
}
|
|
|
|
|
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-text-box {
|
|
|
|
padding: 0 0.5em;
|
2012-05-20 12:30:14 -04:00
|
|
|
}
|
|
|
|
|
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-user-list-item-icon {
|
|
|
|
border: 2px solid #8b8b8b;
|
|
|
|
border-radius: 8px;
|
|
|
|
width: 64px;
|
|
|
|
height: 64px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
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;
|
|
|
|
}
|
|
|
|
|
2012-06-03 13:31:34 -04:00
|
|
|
.login-dialog-username {
|
|
|
|
font-size: 16pt;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: left;
|
|
|
|
padding-left: 15px;
|
2012-11-17 18:06:48 -05:00
|
|
|
text-shadow: black 0px 4px 3px 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;
|
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;
|
2012-05-20 12:30:14 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-prompt-entry {
|
|
|
|
width: 15em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-session-list {
|
|
|
|
color: #ffffff;
|
|
|
|
font-size: 10.5pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-session-list-button {
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-session-list-button:focus {
|
|
|
|
background-color: #4c4c4c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-session-list-button:active {
|
|
|
|
background-color: #4c4c4c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-session-list-button:hover {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-session-list-scroll-view {
|
|
|
|
background-gradient-start: rgba(80,80,80,0.3);
|
|
|
|
background-gradient-end: rgba(80,80,80,0.7);
|
|
|
|
background-gradient-direction: vertical;
|
|
|
|
box-shadow: inset 0px 2px 4px rgba(0,0,0,0.9);
|
|
|
|
border-radius: 8px;
|
|
|
|
border: 1px solid rgba(80,80,80,1.0);
|
|
|
|
padding: .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-session-list-item:focus {
|
|
|
|
background-color: #666666;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-session-list-triangle {
|
|
|
|
padding-right: .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-session-list-item-box {
|
|
|
|
spacing: .25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-session-list-item-dot {
|
|
|
|
width: .75em;
|
|
|
|
height: .75em;
|
|
|
|
}
|
|
|
|
|
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);
|
|
|
|
}
|
|
|
|
|
2012-08-07 10:49:22 -04:00
|
|
|
.login-dialog-message-warning {
|
|
|
|
color: orange;
|
|
|
|
}
|
|
|
|
|
2012-05-20 12:30:14 -04:00
|
|
|
.unlock-dialog-user-name-container {
|
|
|
|
spacing: .4em;
|
|
|
|
}
|
2012-05-24 16:47:48 -04:00
|
|
|
|
|
|
|
/* Screen shield */
|
|
|
|
|
2012-09-13 12:45:55 -04:00
|
|
|
.screen-shield-background {
|
|
|
|
background: black;
|
|
|
|
box-shadow: 0px 4px 8px rgba(0,0,0,0.9);
|
|
|
|
}
|
|
|
|
|
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
|
|
|
border-radius: 8px;
|
2012-05-22 18:02:00 -04:00
|
|
|
background-color: rgba(0.0, 0.0, 0.0, 0.9);
|
|
|
|
border: 2px solid #868686;
|
2012-08-06 13:02:12 -04:00
|
|
|
max-height: 500px;
|
2012-10-10 17:18:26 -04:00
|
|
|
padding: 18px 0;
|
|
|
|
box-shadow: .5em .5em 20px rgba(0, 0, 0, 0.5);
|
2012-05-22 18:02:00 -04:00
|
|
|
}
|
|
|
|
|
2012-08-06 13:02:12 -04:00
|
|
|
.screen-shield-notifications-box {
|
2012-10-10 17:18:26 -04:00
|
|
|
spacing: 18px;
|
2012-05-22 18:02:00 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.screen-shield-notification-source {
|
2012-11-28 14:51:56 -05:00
|
|
|
padding: 13px 24px;
|
2012-05-22 18:02:00 -04:00
|
|
|
spacing: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.screen-shield-notification-label {
|
|
|
|
font-size: 1.2em;
|
|
|
|
font-weight: bold;
|
2012-11-28 14:51:56 -05:00
|
|
|
padding: 0px 18px;
|
2012-10-10 17:18:26 -04:00
|
|
|
color: #babdb6;
|
2012-05-22 18:02:00 -04:00
|
|
|
}
|
|
|
|
|
2012-11-28 14:51:56 -05:00
|
|
|
.screen-shield-notification-count-text {
|
|
|
|
padding: 0px 18px;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|