theme: minor OSD tweak

This commit is contained in:
Jakub Steiner 2015-01-14 14:35:32 +01:00 committed by Florian Müllner
parent aebf641d2d
commit cbeebbf264
3 changed files with 3 additions and 3 deletions

View File

@ -330,7 +330,7 @@ StScrollBar {
.level { .level {
height: 0.6em; height: 0.6em;
border-radius: 0.3em; border-radius: 0.3em;
background-color: darken($bg_color,15%); background-color: transparentize(darken($bg_color,15%),0.5);
color: $fg_color; color: $fg_color;
} }
} }

View File

@ -843,7 +843,7 @@ StScrollBar {
.osd-window .level { .osd-window .level {
height: 0.6em; height: 0.6em;
border-radius: 0.3em; border-radius: 0.3em;
background-color: black; background-color: rgba(0, 0, 0, 0.5);
color: #fff; } color: #fff; }
/* App Switcher */ /* App Switcher */

View File

@ -843,7 +843,7 @@ StScrollBar {
.osd-window .level { .osd-window .level {
height: 0.6em; height: 0.6em;
border-radius: 0.3em; border-radius: 0.3em;
background-color: #151717; background-color: rgba(21, 23, 23, 0.5);
color: #eeeeec; } color: #eeeeec; }
/* App Switcher */ /* App Switcher */