From 4bd36ede9b2c35afb09de5c46d978105323102cb Mon Sep 17 00:00:00 2001 From: loma-one <44441246+loma-one@users.noreply.github.com> Date: Fri, 31 Jan 2025 16:25:11 +0100 Subject: [PATCH] =?UTF-8?q?Icon=20Admin=20Dropdown-Menu=20vergr=C3=B6?= =?UTF-8?q?=C3=9Fert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bookface - loma/dark/bookface_dark.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/bookface - loma/dark/bookface_dark.css b/bookface - loma/dark/bookface_dark.css index 709a71b..0941cc6 100644 --- a/bookface - loma/dark/bookface_dark.css +++ b/bookface - loma/dark/bookface_dark.css @@ -256,6 +256,13 @@ header #banner #logo-img, background-color: var(--nav-bg) !important; } +.account .dropdown-menu li a i { + margin-right: 10px; + font-size: 18px; + display: inline-block; + width: 14px; +} + .contact-entry-desc { color: #b0b3b8; } @@ -846,6 +853,10 @@ aside .widget li:hover { -webkit-box-shadow: none !important; } +.comment-fake-form, .wall-item-comment-wrapper { + border-top: 1px solid rgb(37, 39, 40); +} + .wall-item-actions button { font-size: 20px !important; color: #B0B3B8 !important;