[gnome-shell/wip/fmuellner/notification-redux+sass: 80/141] theme: tweaks



commit b235e66f1a92002eeb5e9fcec45e059161e042ac
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed Feb 11 16:05:50 2015 +0100

    theme: tweaks
    
    - popover separators
    - ws switcher osd colors

 data/theme/_common.scss                  |    6 +++---
 data/theme/gnome-shell-high-contrast.css |    5 ++---
 data/theme/gnome-shell.css               |    5 ++---
 3 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index c929657..038fcae 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -463,9 +463,9 @@ StScrollBar {
   }
   
   .popup-separator-menu-item {
-    -margin-horizontal: 24px;
+    //-margin-horizontal: 24px;
     height: 1px; //not really the whole box
-    padding: 0; //not really centered
+    margin: 6px 64px;
     background-color: transparent;
     border-color: lighten($borders_color,10%);
     border-bottom-width: 1px;
@@ -579,7 +579,7 @@ StScrollBar {
 
   .ws-switcher-box {
       height: 50px;
-      border: 1px solid transparentize($fg_color,0.5);
+      border: 1px solid transparentize($osd_fg_color,0.9);
       background: transparent;
       border-radius: 8px;
   }
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index 4f6f898..232745a 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -418,9 +418,8 @@ StScrollBar {
   -arrow-box-shadow: 0 1px 3px red; }
 
 .popup-separator-menu-item {
-  -margin-horizontal: 24px;
   height: 1px;
-  padding: 0;
+  margin: 6px 64px;
   background-color: transparent;
   border-color: #1a1a1a;
   border-bottom-width: 1px;
@@ -508,7 +507,7 @@ StScrollBar {
 
 .ws-switcher-box {
   height: 50px;
-  border: 1px solid rgba(255, 255, 255, 0.5);
+  border: 1px solid rgba(238, 238, 236, 0.1);
   background: transparent;
   border-radius: 8px; }
 
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index ab2b1b5..1f13eb6 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -418,9 +418,8 @@ StScrollBar {
   -arrow-box-shadow: 0 1px 3px red; }
 
 .popup-separator-menu-item {
-  -margin-horizontal: 24px;
   height: 1px;
-  padding: 0;
+  margin: 6px 64px;
   background-color: transparent;
   border-color: #343a3a;
   border-bottom-width: 1px;
@@ -508,7 +507,7 @@ StScrollBar {
 
 .ws-switcher-box {
   height: 50px;
-  border: 1px solid rgba(238, 238, 236, 0.5);
+  border: 1px solid rgba(238, 238, 236, 0.1);
   background: transparent;
   border-radius: 8px; }
 


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