aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/gtk.css
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.20/gtk.css')
-rw-r--r--common/gtk-3.0/3.20/gtk.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index 59d6bc0..b58ee21 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -2915,18 +2915,18 @@ button.documents-favorite:active:hover {
color: #a9caf1; }
.documents-entry-tag {
- background-color: #5294E2;
color: #ffffff;
+ background: #5294E2;
border-radius: 2px;
border-width: 0;
margin: 2px;
padding: 4px; }
.documents-entry-tag:hover {
color: #ffffff;
- background-color: #639fe5; }
+ background: #639fe5; }
.documents-entry-tag:active {
color: #ffffff;
- background-color: #4189df; }
+ background: #4189df; }
toolbar .linked .documents-entry-tag button, .inline-toolbar .linked .documents-entry-tag button {
background: none;
border: none;