et2_required class to display textfields as required, but not actually using required attribute, fixes changing infolog type does not update status for new entries

This commit is contained in:
Ralf Becker 2014-02-03 16:50:26 +00:00
parent 485849fe68
commit c11df6e2b3
2 changed files with 113 additions and 112 deletions

View File

@ -388,6 +388,7 @@
/** /**
* Validation * Validation
*/ */
.et2_required,
[required] { [required] {
background-color: #ffe9a6; background-color: #ffe9a6;
-webkit-border-top-right-radius: 3px; -webkit-border-top-right-radius: 3px;

View File

@ -299,7 +299,7 @@ div.et2_link_entry{
/** /**
* Validation * Validation
*/ */
[required] { .et2_required, [required] {
background-color: lighten(@egw_color_1_e, 10%); background-color: lighten(@egw_color_1_e, 10%);
.border_radius (3px, 3px ,3px ,3px ); .border_radius (3px, 3px ,3px ,3px );
} }