Line up header text with column content for when there's inputs
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
694ba5435b
commit
f6488422c9
|
@ -1448,6 +1448,17 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
|
||||||
&#grid-header {
|
&#grid-header {
|
||||||
color: var(--color-text-maxcontrast);
|
color: var(--color-text-maxcontrast);
|
||||||
z-index: 60; /* above new-user */
|
z-index: 60; /* above new-user */
|
||||||
|
|
||||||
|
#headerDisplayName,
|
||||||
|
#headerPassword,
|
||||||
|
#headerAddress,
|
||||||
|
#headerGroups,
|
||||||
|
#headerSubAdmins,
|
||||||
|
#headerQuota,
|
||||||
|
#headerLanguages {
|
||||||
|
/* Line up header text with column content for when there’s inputs */
|
||||||
|
padding-left: 7px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
input:not([type='submit']):not(:focus):not(:active) {
|
input:not([type='submit']):not(:focus):not(:active) {
|
||||||
|
@ -1569,4 +1580,4 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue