Nhsys template enhancement
This commit is contained in:
parent
65a88794bb
commit
71c1987c59
@ -24,6 +24,7 @@ body {
|
|||||||
background-image: url("../media/img-background.svg");
|
background-image: url("../media/img-background.svg");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
|
background-size: cover;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -974,6 +975,11 @@ form#authSession.form div.input-group-prepend span i.fa{
|
|||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#data .dataTables_wrapper{
|
||||||
|
background-color: #fff;
|
||||||
|
opacity: .90;
|
||||||
|
}
|
||||||
|
|
||||||
#data form span img#pictoObject {
|
#data form span img#pictoObject {
|
||||||
max-width: 22px;
|
max-width: 22px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user