[gnome-shell/wip/sass: 46/84] theme: minor OSD tweak



commit 5b7c7f499637f1a84050eb8ff4131cc7374e2f4c
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed Jan 14 14:35:32 2015 +0100

    theme: minor OSD tweak

 data/theme/_common.scss                  |    2 +-
 data/theme/gnome-shell-high-contrast.css |    2 +-
 data/theme/gnome-shell.css               |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index f51b9c4..a2cbe01 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -330,7 +330,7 @@ StScrollBar {
   .level {
     height: 0.6em;
     border-radius: 0.3em;
-    background-color: darken($bg_color,15%);
+    background-color: transparentize(darken($bg_color,15%),0.5);
     color: $fg_color;
   }
 }
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index c83f6ec..2054cae 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -843,7 +843,7 @@ StScrollBar {
   .osd-window .level {
     height: 0.6em;
     border-radius: 0.3em;
-    background-color: black;
+    background-color: rgba(0, 0, 0, 0.5);
     color: #fff; }
 
 /* App Switcher */
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index fddd1ea..2650388 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -843,7 +843,7 @@ StScrollBar {
   .osd-window .level {
     height: 0.6em;
     border-radius: 0.3em;
-    background-color: #151717;
+    background-color: rgba(21, 23, 23, 0.5);
     color: #eeeeec; }
 
 /* App Switcher */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]