[gtk+/gtk-3-22] style entry-tags



commit dfe993ff1d1c05b3e95c79d72f7ef8e69ad644b7
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Apr 13 19:38:53 2017 +0200

    style entry-tags
    
    https://bugzilla.gnome.org/show_bug.cgi?id=781214

 gtk/theme/Adwaita/_common.scss |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index afae24a..17ba5cb 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -427,6 +427,17 @@ treeview entry {
   }
 }
 
+.entry-tag {
+  @include button(undecorated);
+  background-color: darken($base_color,10%);
+ 
+  &:hover { background-color: $base_color; }
+  
+  .button {
+    @include button(undecorated);
+    background-color: transparent;
+  }
+}
 
 /***********
  * Buttons *


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