diff options
author | Horst3180 | 2016-04-14 13:55:52 +0200 |
---|---|---|
committer | Horst3180 | 2016-04-14 13:55:52 +0200 |
commit | bdcb2151db5d5090c4a085364458cbadadeb0428 (patch) | |
tree | cccce5265cdfad8e057075dd86dd8030ef3793d4 /common/gtk-3.0/3.14/gtk-solid-dark.css | |
parent | de54c8745417d18f503295b022259cd327f32431 (diff) | |
download | solarc-theme-bdcb2151db5d5090c4a085364458cbadadeb0428.tar.gz solarc-theme-bdcb2151db5d5090c4a085364458cbadadeb0428.tar.xz solarc-theme-bdcb2151db5d5090c4a085364458cbadadeb0428.zip |
fix a typo
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-solid-dark.css')
-rw-r--r-- | common/gtk-3.0/3.14/gtk-solid-dark.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.14/gtk-solid-dark.css b/common/gtk-3.0/3.14/gtk-solid-dark.css index 7311f15..005fa7e 100644 --- a/common/gtk-3.0/3.14/gtk-solid-dark.css +++ b/common/gtk-3.0/3.14/gtk-solid-dark.css @@ -2337,7 +2337,7 @@ GtkVolumeButton.button { background-color: transparent; background-image: none; background-color: rgba(47, 52, 63, 0); - border-width: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); color: transparent; background-position: center; background-repeat: no-repeat; } |