Refined shell theme.

This commit is contained in:
Sam Hewitt 2015-03-21 18:52:21 -04:00
parent 4ef5ed03e5
commit aa3a31385f
1 changed files with 22 additions and 16 deletions

View File

@ -123,13 +123,13 @@ StScrollBar {
/* Slider */
.slider {
height: 1em;
-slider-height: 4px;
height: 1.09em;
-slider-height: 3px;
-slider-background-color: #323636;
-slider-border-color: #454d50;
-slider-border-color: #323636;
-slider-active-background-color: #9FB0B9;
-slider-active-border-color: #454d50;
-slider-border-width: 1px;
-slider-active-border-color: #9FB0B9;
-slider-border-width: 0px;
-slider-handle-radius: 6px; }
/* Check Boxes */
@ -793,7 +793,7 @@ StScrollBar {
.message {
background-color: #454d50;
margin: 4px;
border-radius: 0px; }
border-radius: 0px;}
.message:hover, .message:focus {
background-color: #515a5e;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
@ -816,7 +816,7 @@ StScrollBar {
icon-size: 48px; }
.message-secondary-bin {
color: rgba(255,255,255,0.3); }
color: rgba(255,255,255,0.3);}
.message-secondary-bin > StIcon {
icon-size: 16px; }
@ -1054,11 +1054,13 @@ StScrollBar {
/*background-color: #636E73; */
background-color: #454d50;
padding: 4px 0;
border: 1px solid rgba(255,255,255,0.1);
border: 1px solid rgba(0,0,0,0.05);
box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
border-left: 0px;
border-radius: 0px 4px 4px 0px; }
border-radius: 0px 6px 6px 0px; }
#dash:rtl {
border-radius: 4px 0 0 4px; }
border-radius: 6px 0 0 6px;
border-right: 0px; }
#dash .placeholder {
background-image: url("assets/dash-placeholder.svg");
background-size: contain;
@ -1230,12 +1232,13 @@ StScrollBar {
visible-width: 32px;
spacing: 11px;
padding: 8px;
border-radius: 4px 0 0 4px;
border-radius: 6px 0 0 6px;
color: #dbdee0;
background-color: #454d50;
border: 1px solid rgba(255,255,255,0.1); }
border: 1px solid rgba(0,0,0,0.05);
box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05); }
.workspace-thumbnails:rtl {
border-radius: 0 4px 4px 0; }
border-radius: 0 6px 6px 0; }
.workspace-thumbnail-indicator {
border: 3px solid #9FB0B9;
@ -1266,9 +1269,11 @@ StScrollBar {
background-color: #ffffff;
border: none;
border-width: 0px;
box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5); }
box-shadow: 0 3px 8px 0 rgba(0,0,0,0.5); }
.notification-banner:hover, .notification-banner:focus {
background-color: #ffffff; }
margin: 5px;
background-color: #ffffff;
box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5); }
.notification-banner .notification-icon {
padding: 5px; }
.notification-banner .notification-content {
@ -1474,7 +1479,8 @@ StScrollBar {
.legacy-tray {
background-color: #454d50;
border: 1px solid rgba(0,0,0,0.7);
border-bottom-width: 0; }
border-bottom-width: 0;
box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2); }
.legacy-tray:ltr {
border-radius: 0 6px 0 0;
border-left-width: 0; }