Adjust user table font color

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-07-18 14:37:47 +02:00
parent c5e82fc21c
commit fd9bc638a3
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 2 additions and 2 deletions

View File

@ -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;