[gnome-shell/wip/sass: 55/58] theme: fix borders on the dash



commit 17628e48471c3d414266bd8bb17a50eb2f43e2b8
Author: Jakub Steiner <jimmac gmail com>
Date:   Tue Feb 17 13:02:40 2015 +0100

    theme: fix borders on the dash
    
    - the goal is to have the items activate even on the edge
      sadly this Fitzsiness is only working on the app vault icon
      at the bottom, not the regular icons so far.

 data/theme/_common.scss    |   11 ++++++-----
 data/theme/gnome-shell.css |   12 +++++++-----
 2 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index d6c8c7d..3050063 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -1054,14 +1054,15 @@ StScrollBar {
   /* DASHBOARD */
   
   #dash {
-    @extend %overview-panel;
-    padding: 4px;
+    font-size: 9pt;
+    color: $_bubble_fg_color;
+    background-color: $_bubble_bg_color;
+    padding: 4px 0;
+    border: 1px solid rgba(128, 128, 128, 0.4);
     border-left: 0px;
     border-radius: 0px 9px 9px 0px;
     
     &:rtl {
-      border-left-width: 1px;
-      border-right-width: 0;
       border-radius: 9px 0 0 9px;
     }
     
@@ -1079,7 +1080,7 @@ StScrollBar {
   }
 
   .dash-item-container > StWidget {
-    padding: 4px;
+    padding: 4px 8px;
   }
 
   .dash-label { //osd tooltip
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 0a2955f..5c7e3fc 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -921,12 +921,14 @@ StScrollBar {
 
 /* DASHBOARD */
 #dash {
-  padding: 4px;
+  font-size: 9pt;
+  color: #eeeeec;
+  background-color: #2e3436;
+  padding: 4px 0;
+  border: 1px solid rgba(128, 128, 128, 0.4);
   border-left: 0px;
   border-radius: 0px 9px 9px 0px; }
   #dash:rtl {
-    border-left-width: 1px;
-    border-right-width: 0;
     border-radius: 9px 0 0 9px; }
   #dash .placeholder {
     background-image: url("dash-placeholder.svg");
@@ -937,7 +939,7 @@ StScrollBar {
     height: 24px; }
 
 .dash-item-container > StWidget {
-  padding: 4px; }
+  padding: 4px 8px; }
 
 .dash-label {
   border-radius: 7px;
@@ -1086,7 +1088,7 @@ StScrollBar {
 .frequent-apps > StBoxLayout {
   padding: 0px 88px 10px 88px; }
 
-#dash, .workspace-thumbnails {
+.workspace-thumbnails {
   color: #eeeeec;
   background-color: #2e3436;
   border: 1px solid rgba(238, 238, 236, 0.2); }


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