style entry-tags

https://bugzilla.gnome.org/show_bug.cgi?id=781214
This commit is contained in:
Jakub Steiner 2017-04-13 19:38:53 +02:00 committed by Matthias Clasen
parent 5c74afb2f1
commit dee666f515

View File

@ -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 *