[gtk+] style entry-tags
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] style entry-tags
- Date: Mon, 8 May 2017 21:55:13 +0000 (UTC)
commit dee666f5152aac25ff600d137b948cc1c2e572a6
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 31fdde7..d971ac7 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]