* Adjust devops three level menu
This commit is contained in:
@@ -1 +1,7 @@
|
||||
#accountCreateForm .form-row {max-width: 500px;}
|
||||
#accountCreateForm .form-row {max-width: 500px;}
|
||||
|
||||
#mainNavbar .nav {justify-content: left;}
|
||||
#mainNavbar {background: none;}
|
||||
#mainNavbar .nav-item>a {padding-right: 0.5rem}
|
||||
#mainNavbar .nav-item>.active {color: unset; font-weight: 700;}
|
||||
#mainNavbar .nav-item>a.active:after {position: absolute; content: ''; border-bottom: 2px solid #2e7fff; inset: 0 6px 0 15px;}
|
||||
|
||||
@@ -1,2 +1,8 @@
|
||||
#status {flex-direction: row;}
|
||||
#hostCreateForm .form-row:last-child {width: 66%;}
|
||||
#hostCreateForm .form-row:last-child {width: 66%;}
|
||||
|
||||
#mainNavbar .nav {justify-content: left;}
|
||||
#mainNavbar {background: none;}
|
||||
#mainNavbar .nav-item>a {padding-right: 0.5rem}
|
||||
#mainNavbar .nav-item>.active {color: unset; font-weight: 700;}
|
||||
#mainNavbar .nav-item>a.active:after {position: absolute; content: ''; border-bottom: 2px solid #2e7fff; inset: 0 6px 0 15px;}
|
||||
|
||||
@@ -5,4 +5,10 @@
|
||||
.osOpsList>a {display: block; padding: 2px 10px 2px 5px; overflow: hidden; line-height: 20px; text-overflow: unset; white-space: nowrap; border-radius: 4px; color: #313c52; margin-top: 5px;}
|
||||
.osOpsList>a.active {color: #2e7fff; background-color: #e6f0ff;}
|
||||
.osOpsList>a.active:hover, .osOpsList>a:hover {color: #fff; background-color: #2e7fff;}
|
||||
.ops-ml-0 {margin-left: 0!important;}
|
||||
.ops-ml-0 {margin-left: 0!important;}
|
||||
|
||||
#mainNavbar .nav {justify-content: left;}
|
||||
#mainNavbar {background: none;}
|
||||
#mainNavbar .nav-item>a {padding-right: 0.5rem}
|
||||
#mainNavbar .nav-item>.active {color: unset; font-weight: 700;}
|
||||
#mainNavbar .nav-item>a.active:after {position: absolute; content: ''; border-bottom: 2px solid #2e7fff; inset: 0 6px 0 15px;}
|
||||
|
||||
@@ -1 +1,7 @@
|
||||
#serverroomCreateForm .form-row {width: 600px;}
|
||||
#serverroomCreateForm .form-row {width: 600px;}
|
||||
|
||||
#mainNavbar .nav {justify-content: left;}
|
||||
#mainNavbar {background: none;}
|
||||
#mainNavbar .nav-item>a {padding-right: 0.5rem}
|
||||
#mainNavbar .nav-item>.active {color: unset; font-weight: 700;}
|
||||
#mainNavbar .nav-item>a.active:after {position: absolute; content: ''; border-bottom: 2px solid #2e7fff; inset: 0 6px 0 15px;}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
#mainNavbar .nav {justify-content: left;}
|
||||
#mainNavbar {background: none;}
|
||||
#mainNavbar .nav-item>a {padding-right: 0.5rem}
|
||||
#mainNavbar .nav-item>.active {color: unset; font-weight: 700;}
|
||||
#mainNavbar .nav-item>a.active:after {position: absolute; content: ''; border-bottom: 2px solid #2e7fff; inset: 0 6px 0 15px;}
|
||||
Reference in New Issue
Block a user