From c9d0d20ef66d546d1a1e24380b1363d2471986e9 Mon Sep 17 00:00:00 2001 From: maTh Date: Mon, 18 Apr 2022 22:05:12 +0200 Subject: Fix: article footer + improve: labeling (#4306) * icon = open dropdown * label icon * added: link to edit labels * dropdown-menu label: padding and hover * improve input row * CSS * Update main.js * Update main.js * Update main.js * fix * make addItem button selectable via tabbing * Fixed theme: Ansum * tags menu: use the new icon * Fixed theme: Flat design make the manage button visible * fixed Theme: Mapco * Fixed theme: Pafat --- p/themes/Flat/flat.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p/themes/Flat/flat.css') diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index dd4d991b1..ce2a2fe20 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -768,7 +768,7 @@ a.btn { padding: 5px 0; } -#dropdown-query ~ .dropdown-menu .dropdown-header .icon { +.dropdown-menu .dropdown-header .icon { vertical-align: middle; background-color: #95a5a6; border-radius: 3px; -- cgit v1.2.3