mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Etemplate: Fix required background color not showing for date fields
This commit is contained in:
parent
e3d30f1742
commit
32b49f03ed
@ -480,6 +480,12 @@ span.et2_date span {
|
||||
span.et2_date_duration input.et2_date_duration{
|
||||
width: 25%;
|
||||
}
|
||||
.et2_date.required, .et2_date[required] {
|
||||
background-color: inherit;
|
||||
}
|
||||
.et2_date.required input, .et2_date[required] input {
|
||||
background-color: #FFDD73
|
||||
}
|
||||
/* customize calendar layout */
|
||||
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
|
||||
margin-left: 2px;
|
||||
|
Loading…
Reference in New Issue
Block a user