gitea org menu fix.

This commit is contained in:
Marius 2020-11-01 21:30:51 +01:00
parent a06678ab07
commit 1135668510

View File

@ -205,7 +205,15 @@ b:hover,
border: 1px solid rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .1);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
} }
.ui.vertical.menu {
display: block;
flex-direction: column;
background: rgb(255 255 255 / 8%);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.ui.vertical.menu .header.item {
background: rgb(0 0 0 / 35%);
}
.ui.attached.segment { .ui.attached.segment {
border: 1px solid rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.1);
} }