mirror of
https://github.com/saegl5/Gitea-Red.git
synced 2025-07-07 10:14:05 -04:00
changed row highlight color
This commit is contained in:
parent
b968d94665
commit
2877ae3e7b
@ -19,3 +19,5 @@ Nov 16, 2022 · forked, rebased theme from Gitea's default theme, adopted colors
|
|||||||
In fact, sometimes you cannot use !important (e.g., I could not use !important for .ui.tabular.menu because it would clash with !important in .ui.secondary.tabular.menu).
|
In fact, sometimes you cannot use !important (e.g., I could not use !important for .ui.tabular.menu because it would clash with !important in .ui.secondary.tabular.menu).
|
||||||
To circumvent that, be more specific (e.g., instead of .ui.tabular.menu {}, input .ui.tabular.stackable.menu.navbar {}).
|
To circumvent that, be more specific (e.g., instead of .ui.tabular.menu {}, input .ui.tabular.stackable.menu.navbar {}).
|
||||||
Of course, being more specific may result in other related attributes not changing. So, be sure to retest any change.
|
Of course, being more specific may result in other related attributes not changing. So, be sure to retest any change.
|
||||||
|
|
||||||
|
Nov 17, 2022 · changed row highlight color
|
@ -58,4 +58,8 @@ span.green .svg {
|
|||||||
|
|
||||||
.ui.vertical.menu {
|
.ui.vertical.menu {
|
||||||
background: unset!important; /* make issues, pull requests and milestones menus background match --color-background */
|
background: unset!important; /* make issues, pull requests and milestones menus background match --color-background */
|
||||||
|
}
|
||||||
|
|
||||||
|
#repo-files-table tr:hover {
|
||||||
|
background-color: var(--color-secondary-alpha-70)!important; /* row highlight color */
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user