fc0acc9e37
Change the look of panel buttons to match the running indicators used in the app well. https://bugzilla.gnome.org/show_bug.cgi?id=609357
671 lines
11 KiB
CSS
671 lines
11 KiB
CSS
/* 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.
|
|
*/
|
|
|
|
.shell-link {
|
|
color: #0000ff;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.shell-link:hover {
|
|
color: #0000e0;
|
|
}
|
|
|
|
.label-shadow {
|
|
color: rgba(0,0,0,0.5);
|
|
}
|
|
|
|
StScrollBar
|
|
{
|
|
padding: 0px;
|
|
}
|
|
|
|
StScrollView
|
|
{
|
|
scrollbar-width: 16px;
|
|
scrollbar-height: 16px;
|
|
}
|
|
|
|
StButton#up-stepper
|
|
{
|
|
border-image: url("scroll-button-up.png") 5;
|
|
}
|
|
|
|
StButton#up-stepper:hover,
|
|
StButton#up-stepper:active
|
|
{
|
|
border-image: url("scroll-button-up-hover.png") 5;
|
|
}
|
|
|
|
StButton#down-stepper
|
|
{
|
|
border-image: url("scroll-button-down.png") 5;
|
|
}
|
|
|
|
StButton#down-stepper:hover,
|
|
StButton#down-stepper:active
|
|
{
|
|
border-image: url("scroll-button-down-hover.png") 5;
|
|
}
|
|
|
|
StScrollBar StButton#vhandle
|
|
{
|
|
border-image: url("scroll-vhandle.png") 5;
|
|
}
|
|
|
|
StScrollBar StButton#vhandle:hover
|
|
{
|
|
border-image: url("scroll-vhandle.png") 5;
|
|
}
|
|
|
|
StTooltip {
|
|
border: 1px solid rgba(79,111,173,0.9);
|
|
border-radius: 5px;
|
|
padding: 4px;
|
|
background-color: rgba(79,111,173,0.9);
|
|
color: #ffffff;
|
|
}
|
|
|
|
/* Panel */
|
|
|
|
#panel {
|
|
color: #ffffff;
|
|
font-size: 16px;
|
|
background-gradient-direction: vertical;
|
|
background-gradient-start: #161616;
|
|
background-gradient-end: #000000;
|
|
}
|
|
|
|
#panelLeft, #panelCenter, #panelRight {
|
|
spacing: 4px;
|
|
}
|
|
|
|
#panelLeft {
|
|
padding-right: 4px;
|
|
}
|
|
|
|
#panelRight {
|
|
padding-left: 4px;
|
|
}
|
|
|
|
#appMenu {
|
|
spacing: 4px;
|
|
}
|
|
|
|
.app-menu-icon {
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
|
|
.panel-button {
|
|
padding: 4px 12px 3px;
|
|
border-radius: 5px;
|
|
border-radius-bottomleft: 0px;
|
|
border-radius-bottomright: 0px;
|
|
font: 16px sans-serif;
|
|
}
|
|
|
|
.panel-button:active, .panel-button:checked, .panel-button:pressed {
|
|
background-gradient-direction: vertical;
|
|
background-gradient-start: #3c3c3c;
|
|
background-gradient-end: #131313;
|
|
}
|
|
|
|
#panelActivities {
|
|
border-radius-topleft: 0px;
|
|
}
|
|
|
|
#panelStatus {
|
|
border-radius-topright: 0px;
|
|
}
|
|
|
|
#statusMenu {
|
|
spacing: 4px;
|
|
}
|
|
|
|
/* Overlay */
|
|
|
|
.info-bar {
|
|
color: #cccccc;
|
|
font-size: 14px;
|
|
spacing: 8px;
|
|
}
|
|
|
|
.info-bar-panel {
|
|
padding: 11px;
|
|
}
|
|
|
|
.info-bar-panel > StBin {
|
|
border-radius: 3px;
|
|
border: 1px solid #5c5c5c;
|
|
background: #1e1e1e;
|
|
height: 26px;
|
|
}
|
|
|
|
.info-bar-link-button {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.info-bar-link-button:hover {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.workspaces {
|
|
color: white;
|
|
}
|
|
|
|
.workspaces-bar {
|
|
height: 48px;
|
|
}
|
|
|
|
.workspaces-bar StBoxLayout {
|
|
spacing: 5px;
|
|
}
|
|
|
|
.workspace-indicator {
|
|
width: 24px;
|
|
height: 16px;
|
|
background: rgba(155,155,155,0.8);
|
|
border-spacing: 16px;
|
|
}
|
|
|
|
.workspace-indicator.active {
|
|
background: rgba(255,255,255,0.8);
|
|
}
|
|
|
|
.window-caption {
|
|
background: rgba(0,0,0,0.8);
|
|
border: 1px solid rgba(128,128,128,0.40);
|
|
border-radius: 10px;
|
|
font-size: 12px;
|
|
padding: 2px 8px;
|
|
-shell-caption-spacing: 4px;
|
|
}
|
|
|
|
.window-close {
|
|
background-image: url("close-window.svg");
|
|
height: 24px;
|
|
width: 24px;
|
|
-st-shadow: -2px 2px 6px rgba(0,0,0,0.5);
|
|
-shell-close-overlap: 16px;
|
|
}
|
|
|
|
.workspace-controls {
|
|
width: 24px;
|
|
height: 16px;
|
|
}
|
|
|
|
.workspace-controls.add {
|
|
background-image: url("add-workspace.svg");
|
|
}
|
|
|
|
.workspace-controls.remove {
|
|
background-image: url("remove-workspace.svg");
|
|
}
|
|
|
|
.workspace-controls.switch-single {
|
|
background-image: url("single-view.svg");
|
|
}
|
|
|
|
.workspace-controls.switch-mosaic {
|
|
background-image: url("mosaic-view.svg");
|
|
}
|
|
|
|
.workspace-controls.switch-single:checked {
|
|
background-image: url("single-view-active.svg");
|
|
}
|
|
|
|
.workspace-controls.switch-mosaic:checked {
|
|
background-image: url("mosaic-view-active.svg");
|
|
}
|
|
|
|
#SwitchScroll {
|
|
height: 16px;
|
|
}
|
|
|
|
#SwitchScroll StBin{
|
|
border: 1px solid rgba(128,128,128,0.40);
|
|
border-radius: 8px;
|
|
}
|
|
|
|
#SwitchScroll StButton#hhandle {
|
|
border-image: url("switch-scroll-hhandle.svg") 5;
|
|
}
|
|
|
|
#SwitchScroll StButton#hhandle:hover {
|
|
border-image: url("switch-scroll-hhandle-hover.svg") 5;
|
|
}
|
|
|
|
#SwitchScroll StButton#backward-stepper,
|
|
#SwitchScroll StButton#forward-stepper
|
|
{
|
|
width: 0px;
|
|
border: 0px;
|
|
}
|
|
|
|
/* Dash */
|
|
|
|
#dash {
|
|
color: #5f5f5f;
|
|
font-size: 12px;
|
|
background-color: rgba(0,0,0,0.75);
|
|
padding: 0px 14px;
|
|
}
|
|
|
|
#dashSections {
|
|
spacing: 12px;
|
|
}
|
|
|
|
#searchEntry {
|
|
padding: 4px;
|
|
border-bottom: 1px solid #262626;
|
|
}
|
|
|
|
#searchEntry:active {
|
|
background-color: #c4c4c4;
|
|
}
|
|
|
|
.dash-section {
|
|
spacing: 8px;
|
|
}
|
|
|
|
.section-header {
|
|
}
|
|
|
|
.section-header-inner {
|
|
spacing: 4px;
|
|
}
|
|
|
|
.section-text-content {
|
|
padding: 4px 0px;
|
|
}
|
|
|
|
.section-header-back {
|
|
padding: 0px 4px 0px 0px;
|
|
border-right: 1px solid #262626;
|
|
}
|
|
|
|
.section-header-back-image {
|
|
background-image: url("section-back.svg");
|
|
width: 12px;
|
|
height: 16px;
|
|
}
|
|
|
|
.section-count {
|
|
}
|
|
|
|
.dash-section-content {
|
|
color: #ffffff;
|
|
spacing: 8px;
|
|
}
|
|
|
|
.more-link {
|
|
}
|
|
|
|
.more-link-expander {
|
|
background-image: url("section-more.svg");
|
|
width: 9px;
|
|
height: 9px;
|
|
}
|
|
|
|
.dash-pane {
|
|
background-color: rgba(0,0,0,0.95);
|
|
border: 1px solid #262626;
|
|
padding: 4px;
|
|
spacing: 4px;
|
|
}
|
|
|
|
.dash-pane-close {
|
|
background-image: url("close.svg");
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
.dash-search-section-header {
|
|
padding: 6px 0px;
|
|
spacing: 4px;
|
|
}
|
|
|
|
.dash-search-section-results {
|
|
color: #ffffff;
|
|
padding-left: 4px;
|
|
}
|
|
|
|
.dash-search-section-list-results {
|
|
spacing: 4px;
|
|
}
|
|
|
|
.dash-search-result-content {
|
|
padding: 3px;
|
|
}
|
|
|
|
.dash-search-result-content:selected {
|
|
padding: 2px;
|
|
border: 1px solid #5c5c5c;
|
|
border-radius: 2px;
|
|
background-color: #1e1e1e;
|
|
}
|
|
|
|
/* GenericDisplay */
|
|
|
|
.generic-display-container {
|
|
spacing: 4px;
|
|
}
|
|
|
|
.generic-display-item {
|
|
height: 50px;
|
|
border-radius: 4px;
|
|
color: #ffffff;
|
|
font-size: 14px;
|
|
spacing: 4px;
|
|
}
|
|
|
|
.generic-display-item:selected {
|
|
background-color: rgba(79,111,173,0.66);
|
|
}
|
|
|
|
.generic-display-item-text {
|
|
spacing: 4px;
|
|
}
|
|
|
|
.generic-display-item-description {
|
|
font-size: 12px;
|
|
color: #bababa;
|
|
}
|
|
|
|
.generic-display-details {
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.generic-display-details-name {
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* Apps */
|
|
|
|
#dashAppWell {
|
|
spacing: 6px;
|
|
-shell-grid-item-size: 70px;
|
|
}
|
|
|
|
.app-well-app {
|
|
border: 1px solid #080808;
|
|
border-radius: 4px;
|
|
padding: 2px;
|
|
width: 70px;
|
|
height: 70px;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.app-well-app.running {
|
|
background-gradient-direction: vertical;
|
|
background-gradient-start: #3c3c3c;
|
|
background-gradient-end: #000000;
|
|
}
|
|
|
|
.app-well-app:hover {
|
|
border: 1px solid #666666;
|
|
}
|
|
|
|
.app-well-app:active {
|
|
background-color: #1e1e1e;
|
|
border: 1px solid #5f5f5f;
|
|
}
|
|
|
|
.app-well-menu {
|
|
border: 1px solid #5f5f5f;
|
|
border-radius: 4px;
|
|
padding: 4px;
|
|
background-color: rgba(0,0,0,0.9);
|
|
color: #ffffff;
|
|
-shell-arrow-width: 12px;
|
|
-shell-menu-spacing: 4px;
|
|
}
|
|
|
|
.app-well-menu-item:hover {
|
|
background-color: #1e1e1e;
|
|
}
|
|
|
|
.app-well-menu-separator {
|
|
padding-top: 1px;
|
|
border-bottom: 1px solid #5f5f5f;
|
|
height: 1px;
|
|
}
|
|
|
|
/* Places */
|
|
|
|
.places-actions {
|
|
spacing: 4px;
|
|
}
|
|
|
|
#placesDevices {
|
|
padding-top: 4px;
|
|
}
|
|
|
|
/* LookingGlass */
|
|
|
|
#LookingGlassDialog
|
|
{
|
|
background-color: rgba(0,0,0,0.85);
|
|
spacing: 4px;
|
|
padding: 4px;
|
|
border: 1px solid rgba(0,0,172,0.85);
|
|
border-radius: 4px;
|
|
|
|
color: #88ff66;
|
|
}
|
|
|
|
#LookingGlassDialog > #Toolbar
|
|
{
|
|
border: 1px solid grey;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
#LookingGlassDialog .labels {
|
|
spacing: 4px;
|
|
}
|
|
|
|
#LookingGlassDialog .notebook-tab {
|
|
padding: 2px;
|
|
}
|
|
|
|
#LookingGlassDialog .notebook-tab:selected {
|
|
border: 1px solid #88ff66;
|
|
padding: 1px;
|
|
}
|
|
|
|
#LookingGlassDialog StLabel
|
|
{
|
|
color: #88ff66;
|
|
}
|
|
|
|
#LookingGlassDialog StEntry
|
|
{
|
|
color: #88ff66;
|
|
}
|
|
|
|
#LookingGlassDialog StBoxLayout#EvalBox
|
|
{
|
|
padding: 4px;
|
|
spacing: 4px;
|
|
}
|
|
|
|
#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;
|
|
}
|
|
|
|
.lg-extension-actions {
|
|
spacing: 6px;
|
|
}
|
|
|
|
/* Calendar popup */
|
|
|
|
#calendarPopup {
|
|
border-radius: 5px;
|
|
background: rgba(0,0,0,0.9);
|
|
border: 1px solid rgba(128,128,128,0.45);
|
|
color: white;
|
|
}
|
|
|
|
#calendarPopup .calendar {
|
|
padding: 10px;
|
|
}
|
|
|
|
.calendar {
|
|
spacing-rows: 5px;
|
|
spacing-columns: 3px;
|
|
}
|
|
|
|
.calendar-change-month {
|
|
padding: 2px;
|
|
}
|
|
|
|
.calendar-change-month:hover {
|
|
background: #314a6c;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.calendar-change-month:active {
|
|
background: #213050;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.calendar-day {
|
|
padding: 1px 2px;
|
|
}
|
|
|
|
.calendar-today {
|
|
font-weight: bold;
|
|
background: #ffffff;
|
|
color: black;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.calendar-other-month-day {
|
|
color: #cccccc;
|
|
}
|
|
|
|
/* Message Tray */
|
|
#message-tray {
|
|
background-gradient-direction: vertical;
|
|
background-gradient-start: rgba(0,0,0,0.01);
|
|
background-gradient-end: rgba(0,0,0,0.95);
|
|
height: 28px;
|
|
}
|
|
|
|
#notification {
|
|
border-radius: 5px;
|
|
background: rgba(0,0,0,0.9);
|
|
color: white;
|
|
padding: 2px 10px 10px 10px;
|
|
spacing-rows: 5px;
|
|
spacing-columns: 10px;
|
|
}
|
|
|
|
#notification-actions {
|
|
spacing: 5px;
|
|
}
|
|
|
|
.notification-button {
|
|
border: 2px rgba(0,0,0,0.0);
|
|
border-radius: 5px;
|
|
padding: 5px;
|
|
background: #c0c0c0;
|
|
color: black;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.notification-button:hover {
|
|
border: 2px solid white;
|
|
}
|
|
|
|
.notification-button:active {
|
|
border: 2px solid white;
|
|
background: #808080;
|
|
}
|
|
|
|
#summary-mode {
|
|
spacing: 10px;
|
|
padding: 2px 4px;
|
|
}
|
|
|
|
/* App Switcher */
|
|
.switcher-list {
|
|
background: rgba(0,0,0,0.8);
|
|
border: 1px solid rgba(128,128,128,0.40);
|
|
border-radius: 8px;
|
|
padding: 18px;
|
|
|
|
font: 12px sans-serif;
|
|
color: white;
|
|
}
|
|
|
|
.switcher-list .item-box {
|
|
padding: 8px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.switcher-list .thumbnail-box {
|
|
padding: 2px;
|
|
spacing: 4px;
|
|
}
|
|
|
|
.switcher-list .thumbnail {
|
|
width: 256px;
|
|
height: 256px;
|
|
}
|
|
|
|
.switcher-list .outlined-item-box {
|
|
padding: 6px;
|
|
border: 2px solid rgba(85,85,85,1.0);
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.switcher-list .selected-item-box {
|
|
padding: 8px;
|
|
border-radius: 4px;
|
|
background: rgba(255,255,255,0.33);
|
|
}
|
|
|
|
.switcher-list .separator {
|
|
width: 1px;
|
|
background: rgba(255,255,255,0.33);
|
|
}
|
|
|
|
.ripple-box {
|
|
width: 52px;
|
|
height: 52px;
|
|
background-image: url("corner-ripple.png");
|
|
}
|