Fix profile menu

This commit is contained in:
iamdoubz 2020-09-22 15:17:44 -05:00 committed by GitHub
parent 218039f7b8
commit 52dbb3aebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}