styling for mass input add/delete buttons
This commit is contained in:
parent
965e3947f9
commit
c36dc6f261
@ -760,8 +760,8 @@ DeleteConfirmationWrong: Bestätigung muss genau dem angezeigten Text entspreche
|
||||
|
||||
DBTIRowsMissing n@Int: #{pluralDE n "Eine Zeile ist" "Einige Zeilen sind"} aus der Datenbank verschwunden, seit das Formular für Sie generiert wurde
|
||||
|
||||
MassInputAddDimension: Hinzufügen
|
||||
MassInputDeleteCell: Entfernen
|
||||
MassInputAddDimension: +
|
||||
MassInputDeleteCell: -
|
||||
|
||||
NavigationFavourites: Favoriten
|
||||
|
||||
|
||||
8
templates/widgets/massinput/massinput.lucius
Normal file
8
templates/widgets/massinput/massinput.lucius
Normal file
@ -0,0 +1,8 @@
|
||||
.btn-mass-input-delete,
|
||||
.btn-mass-input-add {
|
||||
background-color: #999;
|
||||
min-width: auto;
|
||||
padding: 5px 15px;
|
||||
font-weight: 700;
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
Reference in New Issue
Block a user