diff --git a/css/bericht.css b/css/bericht.css index 0e5f392..c802313 100644 --- a/css/bericht.css +++ b/css/bericht.css @@ -31,11 +31,11 @@ } .bericht-attachments *, .bericht-pages * { box-sizing: border-box; } -/* Alle Buttons in der Anhänge-Spalte einheitlich volle Breite */ -.bericht-attachments .butAction, -.bericht-attachments button, -.bericht-attachments select, -.bericht-attachments label.butAction { +/* Nur die Haupt-Actions unten in der Anhänge-Spalte einheitlich breit */ +.bericht-add-selected select, +.bericht-add-selected .butAction, +.bericht-upload .butAction, +.bericht-upload label.butAction { display: block; width: 100%; box-sizing: border-box; @@ -52,8 +52,8 @@ overflow: hidden; text-overflow: ellipsis; } -.bericht-attachments .butAction:hover, -.bericht-attachments button:hover { background: var(--colorbackhmenu1, #337ab7); color: #fff; } +.bericht-add-selected .butAction:hover, +.bericht-upload .butAction:hover { background: var(--colorbackhmenu1, #337ab7); color: #fff; } .bericht-attachments h4, .bericht-pages h4 { margin: 0 0 8px 0;