[gtk+] Adwaita: minor fixes



commit 75b71869ae546f2a5d64af9084cb17b220a5345a
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Tue Jul 8 21:33:48 2014 +0200

    Adwaita: minor fixes

 gtk/resources/theme/Adwaita/_common.scss           |    7 +++++--
 gtk/resources/theme/Adwaita/gtk-contained-dark.css |    4 ++++
 gtk/resources/theme/Adwaita/gtk-contained.css      |    4 ++++
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/gtk/resources/theme/Adwaita/_common.scss b/gtk/resources/theme/Adwaita/_common.scss
index a68a115..cdf0784 100644
--- a/gtk/resources/theme/Adwaita/_common.scss
+++ b/gtk/resources/theme/Adwaita/_common.scss
@@ -917,6 +917,7 @@ GtkTreeView.view.progressbar { //Progressbar in treeview cells
   background-color: $base_color;
   //border: 1px solid $borders_color;
   .menuitem {
+    text-shadow: none;
     padding: 4px;
     &:hover {
       color: $selected_fg_color;
@@ -932,7 +933,7 @@ GtkTreeView.view.progressbar { //Progressbar in treeview cells
     }
     //submenu indicators
     &.arrow { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic'); }
-    &.arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic-rtl'); }
+    &.arrow:dir(rtl) {-gtk-icon-source:-gtk-icontheme('pan-end-symbolic-rtl'); }
   }
 }
 
@@ -2190,7 +2191,7 @@ GtkColorChooserWidget #add-color-button {
  * Misc *
  ********/
 
-.scale-popup .button { 
+.scale-popup .button { // +/- buttons on GtkVolumeButton popup
   padding: 6px;
   &:hover {
     @extend %undecorated_button;
@@ -2202,6 +2203,8 @@ GtkColorChooserWidget #add-color-button {
   &:backdrop:insensitive { @extend %undecorated_button; }
 }
 
+GtkVolumeButton.button { padding: 8px; }
+
 /**********************
  * Window Decorations *
  *********************/
diff --git a/gtk/resources/theme/Adwaita/gtk-contained-dark.css 
b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
index c359012..fa5118d 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
@@ -1075,6 +1075,7 @@ GtkTreeView.view.progressbar {
   padding: 0px;
   background-color: #292929; }
   .menu .menuitem {
+    text-shadow: none;
     padding: 4px; }
     .menu .menuitem:hover {
       color: white;
@@ -2800,6 +2801,9 @@ GtkColorChooserWidget #add-color-button {
     background-color: rgba(238, 238, 236, 0.1);
     border-radius: 4px; }
 
+GtkVolumeButton.button {
+  padding: 8px; }
+
 /**********************
  * Window Decorations *
  *********************/
diff --git a/gtk/resources/theme/Adwaita/gtk-contained.css b/gtk/resources/theme/Adwaita/gtk-contained.css
index 4bd7042..0dfca69 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained.css
@@ -1068,6 +1068,7 @@ GtkTreeView.view.progressbar {
   padding: 0px;
   background-color: white; }
   .menu .menuitem {
+    text-shadow: none;
     padding: 4px; }
     .menu .menuitem:hover {
       color: white;
@@ -2792,6 +2793,9 @@ GtkColorChooserWidget #add-color-button {
     background-color: rgba(46, 52, 54, 0.1);
     border-radius: 4px; }
 
+GtkVolumeButton.button {
+  padding: 8px; }
+
 /**********************
  * Window Decorations *
  *********************/


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