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/Flat/flat.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/Flat/flat.css')
| -rw-r--r-- | p/themes/Flat/flat.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index 2292a078f..0240fe4b4 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -334,14 +334,12 @@ a.btn { text-align: left; color: #34495e; } -.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; + font-size: 0.8rem; } .dropdown-menu > .item:hover { background: #2980b9; |
