diff options
author | raveit65 <[email protected]> | 2018-07-23 16:51:52 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-07-23 16:51:52 +0200 |
commit | 1f2aba7c0a5ff440ed190cb6f6c24fa6489d8688 (patch) | |
tree | d1c5bc6b86e753b25c3a7932ccd20079e098f05e /data | |
parent | c6e75edb37494955c1e1e4407259bf44cfe0c3e9 (diff) | |
download | eom-1f2aba7c0a5ff440ed190cb6f6c24fa6489d8688.tar.bz2 eom-1f2aba7c0a5ff440ed190cb6f6c24fa6489d8688.tar.xz |
css: drop obsolete old css language
gtk+-3.22 is our min requirement
Diffstat (limited to 'data')
-rw-r--r-- | data/eom.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/data/eom.css b/data/eom.css index 171a2f8..b070475 100644 --- a/data/eom.css +++ b/data/eom.css @@ -1,6 +1,4 @@ .eom-window statusbar progressbar.horizontal, -.eom-window statusbar progressbar.horizontal trough, -EomStatusbar GtkProgressBar { - -GtkProgressBar-min-horizontal-bar-height: 14; +.eom-window statusbar progressbar.horizontal trough { min-height: 14px; } |