mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
css: Style file inputs
This commit is contained in:
parent
e01ee2d21e
commit
9b86e79987
@ -159,6 +159,7 @@ form.icinga-form .control-group .toggle-switch ~ .control-info {
|
|||||||
input[type="datetime-local"],
|
input[type="datetime-local"],
|
||||||
input[type="date"],
|
input[type="date"],
|
||||||
input[type="time"],
|
input[type="time"],
|
||||||
|
input[type="file"],
|
||||||
textarea,
|
textarea,
|
||||||
select {
|
select {
|
||||||
.var(background-color, low-sat-blue);
|
.var(background-color, low-sat-blue);
|
||||||
@ -172,6 +173,7 @@ form.icinga-form {
|
|||||||
input[type="datetime-local"],
|
input[type="datetime-local"],
|
||||||
input[type="date"],
|
input[type="date"],
|
||||||
input[type="time"],
|
input[type="time"],
|
||||||
|
input[type="file"],
|
||||||
textarea,
|
textarea,
|
||||||
select {
|
select {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user