[gnome-shell-sass] theme: SASS changes to the previous 2 commits



commit 0ad977685ea1856afc791e0a3f88ef2e09f1f91e
Author: Jakub Steiner <jimmac gmail com>
Date:   Tue Mar 3 18:58:24 2015 +0100

    theme: SASS changes to the previous 2 commits
    
    - somehow I managed to lose these changes to the git submodule

 _common.scss |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 5bdd5ec..b3ced7d 100644
--- a/_common.scss
+++ b/_common.scss
@@ -435,9 +435,10 @@ StScrollBar {
       box-shadow: inset 0 1px 0px lighten($borders_color,5%);
       font-weight: bold;
     }
-    &:hover { background-color: $selected_bg_color; color: $selected_fg_color; }
+    &:focus { background-color: $selected_bg_color; color: $selected_fg_color; }
+    &:hover { background-color: transparentize($fg_color,0.9); color: $fg_color; }
     &:active { background-color: darken($selected_bg_color,5%); color: $selected_fg_color; }
-    &:insensitive { background-color: transparentize($bg_color,.5); }
+    &:insensitive { color: transparentize($fg_color,.5); }
   }
 
   .active {
@@ -1587,12 +1588,15 @@ $legacy_icon_size: 24px;
 
   .candidate-page-button-box {
     height: 2em;
-    width: 80px;
     .vertical & { padding-top: 0.5em; }
     .horizontal & { padding-left: 0.5em; }
   }
+  
+  .candidate-page-button {
+    padding: 4px;
+  }
 
-  .candidate-page-button-previous { border-radius: 4px 0px 0px 4px; }
+  .candidate-page-button-previous { border-radius: 4px 0px 0px 4px; border-right-width: 0; }
   .candidate-page-button-next { border-radius: 0px 4px 4px 0px;  }
   .candidate-page-button-icon { icon-size: 1em; }
 


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