mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-13 12:07:20 +02:00
add new styles
This commit is contained in:
@@ -346,6 +346,11 @@
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.btn:disabled {
|
||||
opacity: var(--opacity-disabled);
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.btn:hover,
|
||||
.btn:active {
|
||||
background: none;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.ui.menu {
|
||||
.ui.menu, .ui.popup {
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
margin: 1rem 0;
|
||||
|
||||
Reference in New Issue
Block a user