forked from forgejo/forgejo
Various UI fixes (#14239)
* Fix #14238 * Fix #14235 * Fix #14237 * Fix #14234 * Use octicon to show private status of repo in admin dashboard * Fix #14232 * Fix #14236
This commit is contained in:
parent
4092c044e0
commit
21fbee1503
6 changed files with 31 additions and 8 deletions
|
@ -1556,10 +1556,13 @@ a.ui.label:hover {
|
|||
.ui.button {
|
||||
background: var(--color-button);
|
||||
border: 1px solid var(--color-light-border);
|
||||
box-shadow: none !important;
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
.page-content .ui.button {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.ui.button:hover {
|
||||
background: var(--color-hover);
|
||||
color: var(--color-text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue