mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 13:51:12 +01:00
Change styling on validation messages
This commit is contained in:
parent
d4c0fe738b
commit
65c683b9a2
@ -60,10 +60,9 @@ const Et2InputWidgetMixin = (superclass) =>
|
|||||||
/* Validation error styles */
|
/* Validation error styles */
|
||||||
::slotted(lion-validation-feedback[type]) {
|
::slotted(lion-validation-feedback[type]) {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding: 1ex;
|
padding: 5px 1ex;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border-top: 2px solid;
|
border: 1px solid;
|
||||||
border-bottom: 1px solid;
|
|
||||||
border-color: var(--primary-color);
|
border-color: var(--primary-color);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user