mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-05 10:10:12 +01:00
17 lines
346 B
CSS
17 lines
346 B
CSS
.switch-pane-admin-options {
|
|
display: inline;
|
|
width: 245px;
|
|
float: right;
|
|
list-style-type: none;
|
|
}
|
|
|
|
.switch-pane-admin-options a, .switch-pane-admin-options span {
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
float: left;
|
|
}
|
|
|
|
.switch-pane-admin-options li .active {
|
|
border-bottom: 2px solid rgb(0, 84, 190);
|
|
font-weight: bold;
|
|
} |