From 9d0dc60ce2a854973ba105c2d5615c60dffe4b50 Mon Sep 17 00:00:00 2001 From: iamdoubz Date: Tue, 22 Sep 2020 15:16:53 -0500 Subject: [PATCH] Fix profile menu Fixes #5 --- public/css/theme-redsilver.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/public/css/theme-redsilver.css b/public/css/theme-redsilver.css index 65516fd..5c3c87c 100644 --- a/public/css/theme-redsilver.css +++ b/public/css/theme-redsilver.css @@ -287,4 +287,22 @@ a:hover { background: #f7f7f7; -webkit-box-shadow: 0 0 0 0 rgba(38, 34, 34, .35) inset; box-shadow: 0 0 0 0 rgba(38, 34, 34, .35) inset +} + +.ui.eleven.wide.column .ui.secondary.pointing.menu { + border-bottom: 2px solid #cb1b30 +} + +.ui.eleven.wide.column .ui.secondary.pointing.menu .active.item { + background: #e2e2e2; + color: rgba(0,0,0,.95); + border-top-width: 1px; + border-bottom-width: 0; + border-color: #e53449; + font-weight: 700; + margin-bottom: -2px; + -webkit-box-shadow: inset 1px 1px #cb1b30, inset -1px 0 #cb1b30; + box-shadow: inset 2px 2px #cb1b30, inset -2px 0 #cb1b30; + border-radius: .28571429rem .28571429rem 0 0; + border-bottom: none!important } \ No newline at end of file -- 2.34.1