diff options
author | raveit65 <[email protected]> | 2017-04-21 20:58:12 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-04-21 20:58:12 +0200 |
commit | dde39fc532f5f2eae105b095fc8a7eb8e81bd3bf (patch) | |
tree | a09719e3ffd3eed703a32c2320b3bb831a6c4132 /data | |
parent | 048993c9d4cff5c5ac65641c18f16e0c9723118f (diff) | |
download | eom-dde39fc532f5f2eae105b095fc8a7eb8e81bd3bf.tar.bz2 eom-dde39fc532f5f2eae105b095fc8a7eb8e81bd3bf.tar.xz |
css: remove useless css settings
They don't work with >= gtk+-3.20 and causes only runtime warnings
It's sufficient to use normal scrollbar settings from themes
Diffstat (limited to 'data')
-rw-r--r-- | data/eom.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/data/eom.css b/data/eom.css index 2d0ec50..e69de29 100644 --- a/data/eom.css +++ b/data/eom.css @@ -1,11 +0,0 @@ -EomThumbNav .horizontal.scrollbar { - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-secondary-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; - -GtkScrollbar-has-secondary-forward-stepper: false; - -GtkScrollbar-min-slider-length: 60; -} - -EomStatusbar GtkProgressBar { - -GtkProgressBar-min-horizontal-bar-height: 14; -} |