[gnome-themes-standard/wip/sass] entry progressbar fix - set transparent bg to the progress component in backdrop state too



commit ca3201668b90ea53b5877730fc15cdcee7b522b7
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Tue Jun 3 15:39:54 2014 +0200

    entry progressbar fix
      - set transparent bg to the progress component in backdrop state too

 themes/Adwaita/gtk-3.0/_common.scss           |    1 +
 themes/Adwaita/gtk-3.0/gtk-contained-dark.css |    3 +++
 themes/Adwaita/gtk-3.0/gtk-contained.css      |    3 +++
 3 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index a62be8f..547ad4e 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -163,6 +163,7 @@
     background-image: none;
     background-color: transparent;
     box-shadow: none;
+    &:backdrop { background-color: transparent; }
   }
   .linked & {
     &:first-child {
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
index cb6fd80..b907d6c 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
@@ -153,7 +153,10 @@
     border-color: #215d9c;
     border-style: solid;
     background-image: none;
+    background-color: transparent;
     box-shadow: none; }
+    .entry.progressbar:backdrop {
+      background-color: transparent; }
   .linked .entry:first-child {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained.css b/themes/Adwaita/gtk-3.0/gtk-contained.css
index 008255b..8f31279 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained.css
@@ -153,7 +153,10 @@
     border-color: #4a90d9;
     border-style: solid;
     background-image: none;
+    background-color: transparent;
     box-shadow: none; }
+    .entry.progressbar:backdrop {
+      background-color: transparent; }
   .linked .entry:first-child {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;


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