fix: Action-Buttons im Editor-Footer dunkel-theme-fähig
All checks were successful
Deploy bericht / deploy (push) Successful in 1s
All checks were successful
Deploy bericht / deploy (push) Successful in 1s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> [deploy]
This commit is contained in:
parent
70f272d951
commit
caa6d0168a
1 changed files with 27 additions and 0 deletions
|
|
@ -156,6 +156,33 @@
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
display: flex; gap: 8px; justify-content: flex-end;
|
display: flex; gap: 8px; justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
.bericht-actions .butAction,
|
||||||
|
.bericht-actions .butActionConfirm,
|
||||||
|
.bericht-actions .butActionDelete {
|
||||||
|
background: var(--colorbacktitle1, #f5f5f5);
|
||||||
|
color: var(--colortext, #222);
|
||||||
|
border: 1px solid var(--colorboxbordertitle1, #ccc);
|
||||||
|
padding: 8px 16px;
|
||||||
|
border-radius: 4px;
|
||||||
|
text-decoration: none;
|
||||||
|
cursor: pointer;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
.bericht-actions .butActionConfirm {
|
||||||
|
background: var(--colorbackhmenu1, #337ab7);
|
||||||
|
color: var(--colortextbackhmenu, #fff);
|
||||||
|
border-color: var(--colorbackhmenu1, #2e6da4);
|
||||||
|
}
|
||||||
|
.bericht-actions .butActionDelete {
|
||||||
|
background: var(--colorbackerror, #d9534f);
|
||||||
|
color: #fff;
|
||||||
|
border-color: var(--colorbackerror, #d43f3a);
|
||||||
|
}
|
||||||
|
.bericht-actions .butAction:hover,
|
||||||
|
.bericht-actions .butActionConfirm:hover,
|
||||||
|
.bericht-actions .butActionDelete:hover {
|
||||||
|
filter: brightness(1.1);
|
||||||
|
}
|
||||||
|
|
||||||
.bericht-toast {
|
.bericht-toast {
|
||||||
position: fixed; top: 20px; right: 20px;
|
position: fixed; top: 20px; right: 20px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue