mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Adjust user table font color
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
c5e82fc21c
commit
fd9bc638a3
1 changed files with 2 additions and 2 deletions
|
|
@ -1465,7 +1465,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
|
|||
top: $grid-row-height;
|
||||
}
|
||||
&#grid-header {
|
||||
color: var(--color-background-darker);
|
||||
color: var(--color-text-light);
|
||||
z-index: 60; /* above new-user */
|
||||
}
|
||||
&:hover {
|
||||
|
|
@ -1478,7 +1478,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
|
|||
grid-row: 1;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
color: var(--color-text-lighter);
|
||||
color: var(--color-text);
|
||||
position: relative;
|
||||
> input:not(:focus):not(:active) {
|
||||
border-color: transparent;
|
||||
|
|
|
|||
Loading…
Reference in a new issue