[gnome-shell] dash: Minor style fixes



commit d33958ceee849f949eccc5d5dda519694c00eecc
Author: Florian Müllner <fmuellner gnome org>
Date:   Mon Jan 31 15:05:23 2011 +0100

    dash: Minor style fixes
    
    - 1px border rather than 2
     - less padding around launchers
     - icon prelight was too bright, bring it down a notch
    
    Based on an original patch by Jakub Steiner.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=636156

 data/theme/gnome-shell.css |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 8983358..b0a638d 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -301,9 +301,9 @@ StTooltip StLabel {
 #dash {
     color: #5f5f5f;
     font-size: 12px;
-    padding: 6px 0px;
+    padding: 4px 0px;
     background-color: rgba(0, 0, 0, 0.5);
-    border: 2px solid rgba(128, 128, 128, 0.4);
+    border: 1px solid rgba(128, 128, 128, 0.4);
     border-left: 0px;
     border-radius: 0px 9px 9px 0px;
 }
@@ -480,7 +480,7 @@ StTooltip StLabel {
 }
 
 .dash-item-container > .app-well-app {
-    padding: 6px 12px;
+    padding: 4px 8px;
 }
 
 .remove-favorite-icon {
@@ -516,7 +516,7 @@ StTooltip StLabel {
 .app-well-app:hover > .overview-icon,
 .remove-favorite:hover > .overview-icon,
 .search-result-content:hover > .overview-icon {
-    background: rgba(255,255,255,0.33);
+    background: rgba(255,255,255,0.1);
     text-shadow: black 0px 2px 2px;
     transition-duration: 100;
 }



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