aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Screwdriver/screwdriver.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/Screwdriver/screwdriver.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/Screwdriver/screwdriver.css')
-rw-r--r--p/themes/Screwdriver/screwdriver.css11
1 files changed, 3 insertions, 8 deletions
diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css
index 03ef45fa9..b2c539b13 100644
--- a/p/themes/Screwdriver/screwdriver.css
+++ b/p/themes/Screwdriver/screwdriver.css
@@ -368,18 +368,13 @@ a.btn {
.dropdown-header {
display:none;
}
-.dropdown-menu > .item {
-}
-.dropdown-menu > .item > a {
- padding: 0 25px;
- line-height: 2.5em;
- color: #ccc;
-}
+.dropdown-menu > .item > a,
.dropdown-menu > .item > span,
.dropdown-menu > .item > .as-link {
padding: 0 22px;
- line-height: 2em;
+ line-height: 2.5em;
color: #ccc;
+ font-size: 0.8rem;
}
.dropdown-menu > .item:hover {
background: #171717;