mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 22:05:50 +00:00
fix issue #137: Background from datapicker is 'transparent'
This commit is contained in:
parent
482eeb1c21
commit
73b1bb8e8e
1 changed files with 4 additions and 0 deletions
|
@ -18,3 +18,7 @@ input[type="text"] {
|
||||||
.form-horizontal .control-label {
|
.form-horizontal .control-label {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui-datepicker {
|
||||||
|
background-color: #d0e0c0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue