diff --git a/css/bericht.css b/css/bericht.css index 3ebdda9..0419fb6 100644 --- a/css/bericht.css +++ b/css/bericht.css @@ -156,6 +156,33 @@ margin-top: 16px; 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 { position: fixed; top: 20px; right: 20px;