diff options
| author | 2017-05-27 23:05:44 +0200 | |
|---|---|---|
| committer | 2017-05-27 23:05:44 +0200 | |
| commit | eeb5d6dd5e68de39229dc99ce9155cc467999187 (patch) | |
| tree | 596c4d7fe1ff07f0e9238adc85fa2a33d604fcd8 /p/themes/base-theme/base.css | |
| parent | b49bd3f3378102dc8cfc5986cc3a3f969005f5f1 (diff) | |
More uniform styling of A and BUTTON in drop-downs
https://github.com/FreshRSS/FreshRSS/issues/1556
Diffstat (limited to 'p/themes/base-theme/base.css')
| -rw-r--r-- | p/themes/base-theme/base.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/p/themes/base-theme/base.css b/p/themes/base-theme/base.css index e20d0b621..1bf73d8b3 100644 --- a/p/themes/base-theme/base.css +++ b/p/themes/base-theme/base.css @@ -251,14 +251,11 @@ a.btn { } .dropdown-menu > .item { } -.dropdown-menu > .item > a { - padding: 0 25px; - line-height: 2.5em; -} +.dropdown-menu > .item > a, .dropdown-menu > .item > span, .dropdown-menu > .item > .as-link { padding: 0 22px; - line-height: 2em; + line-height: 2.5em; } .dropdown-menu > .item:hover { } |
