mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Fix expanded bg color of et2_required fields
This commit is contained in:
parent
1b13b10bf6
commit
e3538302fc
@ -713,7 +713,7 @@ ul.et2_vfs {
|
|||||||
background-color: #ffffd0;
|
background-color: #ffffd0;
|
||||||
}
|
}
|
||||||
td.et2_required {
|
td.et2_required {
|
||||||
background-color: inherit;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
.invalid {
|
.invalid {
|
||||||
border: 1px solid #a6261d;
|
border: 1px solid #a6261d;
|
||||||
|
Loading…
Reference in New Issue
Block a user