mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Disable inline datepickers
This commit is contained in:
parent
a87fa9856a
commit
72ea968893
@ -24,6 +24,12 @@
|
|||||||
padding: 5px !important;
|
padding: 5px !important;
|
||||||
border: 4px ridge #83C948 !important;
|
border: 4px ridge #83C948 !important;
|
||||||
}
|
}
|
||||||
|
.ui-datepicker-disabled {
|
||||||
|
position: absolute;
|
||||||
|
z-index: 10;
|
||||||
|
background-color: white;
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
button.ui-datepicker-trigger {
|
button.ui-datepicker-trigger {
|
||||||
width: 25px;
|
width: 25px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user