[gtk+] HighContrast: Update entry progress rendering



commit 78309d8b00a9f3d34492f2a03f7c4ff695b4a707
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Oct 23 16:16:55 2015 -0400

    HighContrast: Update entry progress rendering
    
    Adapt HighContrast to the changes in the pre-previous commit.

 gtk/theme/HighContrast/_common.scss |    2 +-
 gtk/theme/HighContrast/gtk.css      |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss
index 1eb3e3d..ab3f203 100644
--- a/gtk/theme/HighContrast/_common.scss
+++ b/gtk/theme/HighContrast/_common.scss
@@ -206,7 +206,7 @@ entry {
   &:selected:focus {
     @extend %selected_items;
   }
-  &.progressbar {
+  & progressbar {
     margin: 1px;
     border-radius: 0;
     border-width: 0 0 2px;
diff --git a/gtk/theme/HighContrast/gtk.css b/gtk/theme/HighContrast/gtk.css
index 4fc942f..088d5c5 100644
--- a/gtk/theme/HighContrast/gtk.css
+++ b/gtk/theme/HighContrast/gtk.css
@@ -246,7 +246,7 @@ entry {
   entry:selected, entry:backdrop:selected {
     background-color: #000;
     color: #fff; }
-  entry.progressbar {
+  entry progressbar {
     margin: 1px;
     border-radius: 0;
     border-width: 0 0 2px;
@@ -255,7 +255,7 @@ entry {
     background-image: none;
     background-color: transparent;
     box-shadow: none; }
-    entry.progressbar:backdrop {
+    entry progressbar:backdrop {
       background-color: transparent; }
   .linked entry:first-child {
     border-top-right-radius: 0;


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