Nhsys template enhancement

This commit is contained in:
Rooty 2021-04-16 23:15:26 +02:00
parent 65a88794bb
commit 71c1987c59

View File

@ -24,6 +24,7 @@ body {
background-image: url("../media/img-background.svg");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
height: 100%;
}
@ -974,6 +975,11 @@ form#authSession.form div.input-group-prepend span i.fa{
margin-left: 6px;
}
#data .dataTables_wrapper{
background-color: #fff;
opacity: .90;
}
#data form span img#pictoObject {
max-width: 22px;
}