mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Use warning background color & primary text color for setting warnings
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
2c46aab893
commit
5eca1921c7
1 changed files with 2 additions and 0 deletions
|
|
@ -322,6 +322,8 @@ label.infield {
|
|||
margin-top: 8px;
|
||||
padding: 5px;
|
||||
border-radius: var(--border-radius);
|
||||
color: var(--color-primary-text);
|
||||
background-color: var(--color-warning);
|
||||
}
|
||||
|
||||
.warning {
|
||||
|
|
|
|||
Loading…
Reference in a new issue