From 96f74c193609d6f83d7a8a741596731f19a2f636 Mon Sep 17 00:00:00 2001 From: AlexC <40072887+alexdcrane@users.noreply.github.com> Date: Tue, 30 Nov 2021 15:39:39 -0700 Subject: [PATCH] Fix logout icon styling (#6165) --- themes/default/css.php | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/themes/default/css.php b/themes/default/css.php index 53341e94e3..1dd56beb17 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -412,26 +412,17 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT'); color: ; } - /* domain name/selector */ - a.domain_selector_domain { - color: ; - } - - a.domain_selector_domain:hover, - a.domain_selector_domain:focus, - a.domain_selector_domain:active { - color: ; - } - /* logout icon */ a.logout_icon { color: ; + padding: 14px 10px; } a.logout_icon:hover, a.logout_icon:focus, a.logout_icon:active { color: ; + background: } a#header_logout_icon {