Update 0BDFDB.raw.css

This commit is contained in:
Mirco Wittrien 2024-11-18 19:45:16 +01:00
parent 73585d3b29
commit 5ece7e0795
1 changed files with 7 additions and 0 deletions

View File

@ -1351,6 +1351,13 @@ input[REPLACE_CLASS_input][REPLACE_CLASS_inputerror] {
height: 0 !important;
overflow: hidden !important;
}
[REPLACE_CLASS_noticesuccess] {
background-color: var(--status-positive-background);
color: var(--status-positive-text)
}
[REPLACE_CLASS_noticesuccess] [REPLACE_CLASS_noticebutton]:hover {
color: var(--text-positive)
}
[REPLACE_CLASS_noticetext] {
display: inline-flex;
flex: 0 1 auto;