mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Merge pull request #13666 from nextcloud/backport/13664/stable14
[stable14] Use warning background color & primary text color for setting warnings
This commit is contained in:
commit
1dcda19614
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