theme: more osd fixes

This commit is contained in:
Jakub Steiner 2015-02-09 16:08:33 +01:00 committed by Florian Müllner
parent 4d12baea02
commit 94438e9d69
3 changed files with 20 additions and 20 deletions

View File

@ -31,7 +31,7 @@ $font-size: 11;
$font-family: Cantarell, Sans-Serif;
$_bubble_bg_color: opacify($osd_bg_color,0.25);
$_bubble_fg_color: $osd_fg_color;
$_bubble_borders_color: transparentize($osd_fg_color,0.5);
$_bubble_borders_color: transparentize($osd_fg_color,0.8);
stage {
font-family: $font-family;
@ -491,8 +491,8 @@ StScrollBar {
.level {
height: 0.6em;
border-radius: 0.3em;
background-color: transparentize(darken($bg_color,15%),0.5);
color: $fg_color;
background-color: transparentize(darken($osd_bg_color,15%),0.5);
color: $osd_fg_color;
}
}

View File

@ -186,7 +186,7 @@ StScrollBar {
/* End Session Dialog */
.end-session-dialog {
spacing: 42px;
border: 3px solid rgba(238, 238, 236, 0.5); }
border: 3px solid rgba(238, 238, 236, 0.2); }
.end-session-dialog-list {
padding-top: 20px; }
@ -308,7 +308,7 @@ StScrollBar {
/* Password or Authentication Dialog */
.prompt-dialog {
width: 500px;
border: 3px solid rgba(238, 238, 236, 0.5); }
border: 3px solid rgba(238, 238, 236, 0.2); }
.prompt-dialog-main-layout {
spacing: 24px;
@ -442,8 +442,8 @@ StScrollBar {
.osd-window .level {
height: 0.6em;
border-radius: 0.3em;
background-color: rgba(0, 0, 0, 0.5);
color: #fff; }
background-color: rgba(11, 12, 13, 0.5);
color: #eeeeec; }
/* App Switcher */
.switcher-popup {
@ -516,7 +516,7 @@ StScrollBar {
.switcher-list, .workspace-switcher-container {
color: #eeeeec;
background-color: #2e3436;
border: 1px solid rgba(238, 238, 236, 0.5);
border: 1px solid rgba(238, 238, 236, 0.2);
border-radius: 12px;
padding: 12px; }
@ -602,7 +602,7 @@ StScrollBar {
.calendar-vertical-separator {
width: .3em;
-stipple-width: 1px;
-stipple-color: rgba(238, 238, 236, 0.5); }
-stipple-color: rgba(238, 238, 236, 0.2); }
.calendar-month-label {
color: #f2f2f2;
@ -1086,7 +1086,7 @@ StScrollBar {
#dash, .workspace-thumbnails {
color: #eeeeec;
background-color: #2e3436;
border: 1px solid rgba(238, 238, 236, 0.5); }
border: 1px solid rgba(238, 238, 236, 0.2); }
.search-statustext, .no-frequent-applications-label {
font-size: 2em;
@ -1353,7 +1353,7 @@ StScrollBar {
-arrow-border-radius: 10px;
-arrow-background-color: rgba(46, 52, 54, 0.7);
-arrow-border-width: 2px;
-arrow-border-color: rgba(238, 238, 236, 0.5);
-arrow-border-color: rgba(238, 238, 236, 0.2);
-arrow-base: 20px;
-arrow-rise: 10px;
-boxpointer-gap: 5px; }
@ -1564,7 +1564,7 @@ StScrollBar {
padding-bottom: 0; }
.screen-shield-notifications-container .screen-shield-notification-source {
padding: 12px 6px;
border: 1px solid rgba(238, 238, 236, 0.5);
border: 1px solid rgba(238, 238, 236, 0.2);
background-color: rgba(46, 52, 54, 0.5);
color: #eeeeec;
border-radius: 4px; }

View File

@ -186,7 +186,7 @@ StScrollBar {
/* End Session Dialog */
.end-session-dialog {
spacing: 42px;
border: 3px solid rgba(238, 238, 236, 0.5); }
border: 3px solid rgba(238, 238, 236, 0.2); }
.end-session-dialog-list {
padding-top: 20px; }
@ -308,7 +308,7 @@ StScrollBar {
/* Password or Authentication Dialog */
.prompt-dialog {
width: 500px;
border: 3px solid rgba(238, 238, 236, 0.5); }
border: 3px solid rgba(238, 238, 236, 0.2); }
.prompt-dialog-main-layout {
spacing: 24px;
@ -442,7 +442,7 @@ StScrollBar {
.osd-window .level {
height: 0.6em;
border-radius: 0.3em;
background-color: rgba(21, 23, 23, 0.5);
background-color: rgba(11, 12, 13, 0.5);
color: #eeeeec; }
/* App Switcher */
@ -516,7 +516,7 @@ StScrollBar {
.switcher-list, .workspace-switcher-container {
color: #eeeeec;
background-color: #2e3436;
border: 1px solid rgba(238, 238, 236, 0.5);
border: 1px solid rgba(238, 238, 236, 0.2);
border-radius: 12px;
padding: 12px; }
@ -602,7 +602,7 @@ StScrollBar {
.calendar-vertical-separator {
width: .3em;
-stipple-width: 1px;
-stipple-color: rgba(238, 238, 236, 0.5); }
-stipple-color: rgba(238, 238, 236, 0.2); }
.calendar-month-label {
color: #e2e2df;
@ -1086,7 +1086,7 @@ StScrollBar {
#dash, .workspace-thumbnails {
color: #eeeeec;
background-color: #2e3436;
border: 1px solid rgba(238, 238, 236, 0.5); }
border: 1px solid rgba(238, 238, 236, 0.2); }
.search-statustext, .no-frequent-applications-label {
font-size: 2em;
@ -1353,7 +1353,7 @@ StScrollBar {
-arrow-border-radius: 10px;
-arrow-background-color: rgba(46, 52, 54, 0.7);
-arrow-border-width: 2px;
-arrow-border-color: rgba(238, 238, 236, 0.5);
-arrow-border-color: rgba(238, 238, 236, 0.2);
-arrow-base: 20px;
-arrow-rise: 10px;
-boxpointer-gap: 5px; }
@ -1564,7 +1564,7 @@ StScrollBar {
padding-bottom: 0; }
.screen-shield-notifications-container .screen-shield-notification-source {
padding: 12px 6px;
border: 1px solid rgba(238, 238, 236, 0.5);
border: 1px solid rgba(238, 238, 236, 0.2);
background-color: rgba(46, 52, 54, 0.5);
color: #eeeeec;
border-radius: 4px; }