From 4ac4286921213745d6a5d4915eccc5afb7a68f80 Mon Sep 17 00:00:00 2001 From: AlexC <40072887+alexdcrane@users.noreply.github.com> Date: Tue, 30 Nov 2021 08:36:32 -0700 Subject: [PATCH] Add styles to user and domain header (#6162) --- themes/default/css.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/themes/default/css.php b/themes/default/css.php index 586fc87fa3..53341e94e3 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -391,6 +391,27 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT'); opacity: 0.30; } + /* header domain/user name */ + ul.navbar-nav > li.nav-item > a.header_user, + ul.navbar-nav > li.nav-item > a.header_domain { + font-family: ; + font-size: ; + color: ; + padding: 10px; + } + + ul.navbar-nav > li.nav-item:hover > a.header_user, + ul.navbar-nav > li.nav-item:focus > a.header_user, + ul.navbar-nav > li.nav-item:active > a.header_user { + color: ; + } + + ul.navbar-nav > li.nav-item:hover > a.header_domain, + ul.navbar-nav > li.nav-item:focus > a.header_domain, + ul.navbar-nav > li.nav-item:active > a.header_domain { + color: ; + } + /* domain name/selector */ a.domain_selector_domain { color: ;