From 645224a303c5672b318b62ff294302a9e82abe06 Mon Sep 17 00:00:00 2001 From: maTh Date: Mon, 3 Oct 2022 21:50:40 +0200 Subject: Improved: Remove
  • as separator (#4597) * templates * themes * fix * fix * fixes * fix --- p/themes/Screwdriver/screwdriver.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'p/themes/Screwdriver/screwdriver.css') 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 */ -- cgit v1.2.3