mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
CSS table fixes (#13692)
* CSS table fixes Override the right fomantic selectors. Fixes: https://github.com/go-gitea/gitea/issues/13690 * use flexbox
This commit is contained in:
@@ -229,6 +229,8 @@ a:hover,
|
||||
|
||||
.ui.table {
|
||||
color: var(--color-text);
|
||||
background: var(--color-body);
|
||||
border-color: var(--color-secondary);
|
||||
}
|
||||
|
||||
.ui.ui.selectable.table > tbody > tr:hover,
|
||||
@@ -237,6 +239,12 @@ a:hover,
|
||||
background-color: var(--color-secondary-alpha-40);
|
||||
}
|
||||
|
||||
.ui.ui.ui.ui.table tr.grey:not(.marked),
|
||||
.ui.ui.table td.grey:not(.marked) {
|
||||
background: var(--color-body);
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
.ui.modal {
|
||||
background: var(--color-body);
|
||||
}
|
||||
|
Reference in New Issue
Block a user