diff options
author | Horst3180 | 2016-03-10 16:35:27 +0100 |
---|---|---|
committer | Horst3180 | 2016-03-10 16:35:27 +0100 |
commit | 5065726712ddb82c7bc3e862fb4fb3a3eb16ef43 (patch) | |
tree | f22c2bf6b1eab500cd699badc791c5a115583a1f /common/gtk-3.0/3.20/sass | |
parent | 8aabfd1921bafc5f5f7fa1b7a8e3d42bedd8ab20 (diff) | |
download | solarc-theme-5065726712ddb82c7bc3e862fb4fb3a3eb16ef43.tar.gz solarc-theme-5065726712ddb82c7bc3e862fb4fb3a3eb16ef43.tar.xz solarc-theme-5065726712ddb82c7bc3e862fb4fb3a3eb16ef43.zip |
fix nautilus/documents entry tag
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_applications.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/gtk-3.0/3.20/sass/_applications.scss b/common/gtk-3.0/3.20/sass/_applications.scss index 09efc45..f5819b0 100644 --- a/common/gtk-3.0/3.20/sass/_applications.scss +++ b/common/gtk-3.0/3.20/sass/_applications.scss @@ -300,8 +300,8 @@ button.documents-favorite:active:hover { } .documents-entry-tag { - background-color: $selected_bg_color; color: $selected_fg_color; + background: $selected_bg_color; border-radius: 2px; border-width: 0; margin: 2px; @@ -309,11 +309,11 @@ button.documents-favorite:active:hover { &:hover { color: $selected_fg_color; - background-color: lighten($selected_bg_color, 4%); + background: lighten($selected_bg_color, 4%); } &:active { color: $selected_fg_color; - background-color: darken($selected_bg_color, 4%); + background: darken($selected_bg_color, 4%); } toolbar .linked & button { |