mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Adjust settings to new css variable
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
9fc52ed491
commit
250bd91214
2 changed files with 2 additions and 2 deletions
|
|
@ -221,7 +221,7 @@ select#timezone, select#languageinput, select#localeinput {
|
|||
text-decoration: underline;
|
||||
}
|
||||
.development-notice a:not(.link-button):hover {
|
||||
background-color: var(--color-primary-element-lighter);
|
||||
background-color: var(--color-primary-element-hover);
|
||||
}
|
||||
|
||||
.link-button {
|
||||
|
|
|
|||
|
|
@ -188,7 +188,7 @@ select {
|
|||
a:not(.link-button) {
|
||||
text-decoration: underline;
|
||||
&:hover {
|
||||
background-color: var(--color-primary-element-lighter);
|
||||
background-color: var(--color-primary-element-hover);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue