[gnome-themes-standard] minor fixes



commit 67870949753208e0c2a38c8f76e3fbac3fb7deed
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Mon Jun 9 16:16:08 2014 +0200

    minor fixes

 themes/Adwaita/gtk-3.0/_common.scss           |   13 ++++++++++---
 themes/Adwaita/gtk-3.0/gtk-contained-dark.css |   15 +++++++++++++--
 themes/Adwaita/gtk-3.0/gtk-contained.css      |   15 +++++++++++++--
 3 files changed, 36 insertions(+), 7 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index a0ee73f..47208e0 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -1061,6 +1061,7 @@ $asset_suffix: if($variant=='dark', '-dark', '');
     &:hover, &:selected { background-image: none; }
     &:active, &:active:hover { -gtk-icon-source: -gtk-icontheme('#{$a}-checked-symbolic'); color: $fg_color; 
}
     &:inconsistent { -gtk-icon-source: -gtk-icontheme('#{$a}-mixed-symbolic'); }
+    &:backdrop { background-image: none; }
   }
   .menuitem.#{$w} {
     &:hover, &:active:hover { color: $selected_fg_color; }
@@ -1194,9 +1195,9 @@ GtkProgressBar.trough {
   }
 }
 
-/****************
+/*************
  * Level Bar *
- ****************/
+ *************/
 
 GtkLevelBar {
   -GtkLevelBar-min-block-width: 34;
@@ -1428,7 +1429,13 @@ GtkInfoBar {
     &:backdrop:insensitive { @include button(backdrop-insensitive, $selected_bg_color, $selected_fg_color, 
noedge); }
   }
 }
- 
+
+/************
+ * Tooltips *
+ ************/
+
+//FIXME
+
 /**********************
  * Window Decorations *
  *********************/
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
index 1290a0d..30b383c 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
@@ -1156,6 +1156,10 @@ GtkTreeView.check {
   .menuitem.check:inconsistent,
   GtkTreeView.check:inconsistent {
     -gtk-icon-source: -gtk-icontheme("checkbox-mixed-symbolic"); }
+  GtkPopover GtkModelButton.button.check:backdrop,
+  .menuitem.check:backdrop,
+  GtkTreeView.check:backdrop {
+    background-image: none; }
 
 .menuitem.check:hover, .menuitem.check:active:hover {
   color: white; }
@@ -1270,6 +1274,10 @@ GtkTreeView.radio {
   .menuitem.radio:inconsistent,
   GtkTreeView.radio:inconsistent {
     -gtk-icon-source: -gtk-icontheme("radio-mixed-symbolic"); }
+  GtkPopover GtkModelButton.button.radio:backdrop,
+  .menuitem.radio:backdrop,
+  GtkTreeView.radio:backdrop {
+    background-image: none; }
 
 .menuitem.radio:hover, .menuitem.radio:active:hover {
   color: white; }
@@ -1383,9 +1391,9 @@ GtkProgressBar.trough {
     background-color: #2e3333;
     box-shadow: 0 1px rgba(255, 255, 255, 0); }
 
-/****************
+/*************
  * Level Bar *
- ****************/
+ *************/
 GtkLevelBar {
   -GtkLevelBar-min-block-width: 34;
   -GtkLevelBar-min-block-height: 3; }
@@ -1662,6 +1670,9 @@ GtkInfoBar {
       background-image: linear-gradient(to bottom, #393f3f);
       box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
 
+/************
+ * Tooltips *
+ ************/
 /**********************
  * Window Decorations *
  *********************/
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained.css b/themes/Adwaita/gtk-3.0/gtk-contained.css
index 225cc45..c8c0eed 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained.css
@@ -1156,6 +1156,10 @@ GtkTreeView.check {
   .menuitem.check:inconsistent,
   GtkTreeView.check:inconsistent {
     -gtk-icon-source: -gtk-icontheme("checkbox-mixed-symbolic"); }
+  GtkPopover GtkModelButton.button.check:backdrop,
+  .menuitem.check:backdrop,
+  GtkTreeView.check:backdrop {
+    background-image: none; }
 
 .menuitem.check:hover, .menuitem.check:active:hover {
   color: white; }
@@ -1270,6 +1274,10 @@ GtkTreeView.radio {
   .menuitem.radio:inconsistent,
   GtkTreeView.radio:inconsistent {
     -gtk-icon-source: -gtk-icontheme("radio-mixed-symbolic"); }
+  GtkPopover GtkModelButton.button.radio:backdrop,
+  .menuitem.radio:backdrop,
+  GtkTreeView.radio:backdrop {
+    background-image: none; }
 
 .menuitem.radio:hover, .menuitem.radio:active:hover {
   color: white; }
@@ -1383,9 +1391,9 @@ GtkProgressBar.trough {
     background-color: #d2d2d2;
     box-shadow: 0 1px rgba(255, 255, 255, 0); }
 
-/****************
+/*************
  * Level Bar *
- ****************/
+ *************/
 GtkLevelBar {
   -GtkLevelBar-min-block-width: 34;
   -GtkLevelBar-min-block-height: 3; }
@@ -1662,6 +1670,9 @@ GtkInfoBar {
       background-image: linear-gradient(to bottom, #ededed);
       box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
 
+/************
+ * Tooltips *
+ ************/
 /**********************
  * Window Decorations *
  *********************/


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