mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Match et2_require color with the rest
This commit is contained in:
parent
63570062b1
commit
583188e192
@ -458,7 +458,7 @@
|
||||
*/
|
||||
.et2_required,
|
||||
[required] {
|
||||
background-color: #ffe9a6;
|
||||
background-color: #FFDD73;
|
||||
-webkit-border-top-right-radius: 3px;
|
||||
-webkit-border-bottom-right-radius: 3px;
|
||||
-webkit-border-bottom-left-radius: 3px;
|
||||
|
@ -458,7 +458,7 @@
|
||||
*/
|
||||
.et2_required,
|
||||
[required] {
|
||||
background-color: #ffe9a6;
|
||||
background-color: #FFDD73;
|
||||
-webkit-border-top-right-radius: 3px;
|
||||
-webkit-border-bottom-right-radius: 3px;
|
||||
-webkit-border-bottom-left-radius: 3px;
|
||||
|
@ -447,7 +447,7 @@
|
||||
*/
|
||||
.et2_required,
|
||||
[required] {
|
||||
background-color: #ffe9a6;
|
||||
background-color: #FFDD73;
|
||||
-webkit-border-top-right-radius: 3px;
|
||||
-webkit-border-bottom-right-radius: 3px;
|
||||
-webkit-border-bottom-left-radius: 3px;
|
||||
|
@ -424,7 +424,7 @@ div.et2_file input.et2_file_upload{
|
||||
* Validation
|
||||
*/
|
||||
.et2_required, [required] {
|
||||
background-color: lighten(@egw_color_1_e, 10%);
|
||||
background-color: @egw_color_1_e;
|
||||
.border_radius (3px, 3px ,3px ,3px );
|
||||
}
|
||||
|
||||
|
@ -469,7 +469,7 @@
|
||||
*/
|
||||
.et2_required,
|
||||
[required] {
|
||||
background-color: #ffe9a6;
|
||||
background-color: #FFDD73;
|
||||
-webkit-border-top-right-radius: 3px;
|
||||
-webkit-border-bottom-right-radius: 3px;
|
||||
-webkit-border-bottom-left-radius: 3px;
|
||||
|
Loading…
Reference in New Issue
Block a user