mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 05:11:41 +02:00
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:
parent
485849fe68
commit
c11df6e2b3
@ -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;
|
||||||
|
@ -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 );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user