aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Screwdriver/screwdriver.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-10-03 21:50:40 +0200
committerGravatar GitHub <noreply@github.com> 2022-10-03 21:50:40 +0200
commit645224a303c5672b318b62ff294302a9e82abe06 (patch)
tree93a7da325bbcf9b3cb0e433774938fc2a845c496 /p/themes/Screwdriver/screwdriver.css
parent46d0b4140ebc3365618b23b01c094b0860baed9d (diff)
Improved: Remove <li> as separator (#4597)
* templates * themes * fix * fix * fixes * fix
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 a34547044..668423af9 100644
--- a/p/themes/Screwdriver/screwdriver.css
+++ b/p/themes/Screwdriver/screwdriver.css
@@ -359,10 +359,6 @@ a.btn {
border-color: #171717;
}
-.configure .dropdown-header {
- display: none;
-}
-
.dropdown-header {
padding: 0 5px 5px;
color: #ccc;
@@ -397,10 +393,9 @@ a.btn {
text-decoration: none;
}
-.separator {
- margin: 5px 0;
- border-bottom: 1px solid #171717;
- box-shadow: 0 1px rgba(255,255,255,0.08);
+.item ~ .dropdown-header,
+.item.separator {
+ border-top-color: rgba(255,255,255,0.08);
}
/*=== Alerts */