mirror of
https://github.com/goharbor/harbor
synced 2025-04-27 17:29:56 +00:00
17 lines
346 B
CSS
17 lines
346 B
CSS
.switch-pane-admin-options {
|
|
display: inline;
|
|
width: 345px;
|
|
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;
|
|
} |