aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/base.css
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-05-27 23:05:44 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-05-27 23:05:44 +0200
commiteeb5d6dd5e68de39229dc99ce9155cc467999187 (patch)
tree596c4d7fe1ff07f0e9238adc85fa2a33d604fcd8 /p/themes/base-theme/base.css
parentb49bd3f3378102dc8cfc5986cc3a3f969005f5f1 (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.css7
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 {
}