Browse Source

fix the fix

pull/200/head
Marius 5 years ago
parent
commit
441bd97da5
  1. 4
      CSS/themes/gitea/gitea-base.css

4
CSS/themes/gitea/gitea-base.css

@ -200,12 +200,12 @@ b:hover,
} }
/* UI */ /* UI */
.ui.menu { .organization.settings .ui.menu {
background: rgb(0 0 0 / 10%); background: rgb(0 0 0 / 10%);
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 { .organization.settings .ui.vertical.menu {
display: block; display: block;
flex-direction: column; flex-direction: column;
background: rgb(255 255 255 / 8%); background: rgb(255 255 255 / 8%);

Loading…
Cancel
Save