diff options
author | Horst3180 | 2016-02-02 19:32:58 +0100 |
---|---|---|
committer | Horst3180 | 2016-02-02 19:32:58 +0100 |
commit | 4680db991da85c8fc915aa033516b2cabae79dbe (patch) | |
tree | 0ed3f76c78e286d6a8c4ef736a4b56fd30e40ca0 /common/gtk-3.0/3.14/gtk-solid-darker.css | |
parent | 14b1c5a52762e3342e60c18ae7dae899fb95d4fe (diff) | |
download | solarc-theme-4680db991da85c8fc915aa033516b2cabae79dbe.tar.gz solarc-theme-4680db991da85c8fc915aa033516b2cabae79dbe.tar.xz solarc-theme-4680db991da85c8fc915aa033516b2cabae79dbe.zip |
fix active scrollbar slider in Firefox (#398)
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-solid-darker.css')
-rw-r--r-- | common/gtk-3.0/3.14/gtk-solid-darker.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.14/gtk-solid-darker.css b/common/gtk-3.0/3.14/gtk-solid-darker.css index 163c80c..74fa38e 100644 --- a/common/gtk-3.0/3.14/gtk-solid-darker.css +++ b/common/gtk-3.0/3.14/gtk-solid-darker.css @@ -1537,7 +1537,7 @@ column-header .button, column-header .button:hover, column-header .button:active border-top-width: 4px; } .scrollbar.slider:hover { background-color: #cfd1d4; } - .scrollbar.slider:prelight:active { + .scrollbar.slider:prelight:active, .scrollbar.slider:active { background-color: #5294E2; } .scrollbar.slider.fine-tune { border-width: 4px; } |