Multi lang datetime picker bugfix

This commit is contained in:
Burak Civan
2021-06-02 12:26:45 +03:00
parent 022eb988b5
commit 2bf83ec965
4 changed files with 21 additions and 3 deletions

View File

@ -13,6 +13,10 @@ body {
height: 100%;
}
.datepicker[readonly] {
background-color: transparent !important;
}
/*--Layout Content--*/
.content-layout {
max-width: 1300px !important;