From 5065726712ddb82c7bc3e862fb4fb3a3eb16ef43 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Thu, 10 Mar 2016 16:35:27 +0100 Subject: fix nautilus/documents entry tag --- common/gtk-3.0/3.20/gtk-solid-dark.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk-solid-dark.css') diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css index d20952e..13e993b 100644 --- a/common/gtk-3.0/3.20/gtk-solid-dark.css +++ b/common/gtk-3.0/3.20/gtk-solid-dark.css @@ -2912,18 +2912,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; -- cgit v1.2.3