projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64312d7
)
style entry-tags
author
Jakub Steiner
<jimmac@gmail.com>
Thu, 13 Apr 2017 17:38:53 +0000
(19:38 +0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 8 May 2017 21:55:29 +0000
(17:55 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=781214
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index afae24a8bf40421a9a5cc248ec537d9798063b79..17ba5cb5fe3e4731a7f72747961597a9e39fe10e 100644
(file)
--- 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 *