mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 13:39:23 +01:00
Fix country selector is not showing its emptyLabel default icon
This commit is contained in:
parent
517a306756
commit
51bc34d49f
@ -9,7 +9,7 @@ et2-select-country:not([open])::part(prefix), et2-select-country::part(flag) {
|
|||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
/* No country selected*/
|
/* No country selected*/
|
||||||
et2-select-country[value=""]::part(prefix), et2-select-country::part(emptyLabel) {
|
et2-select-country:not(.hasValue)::part(prefix), et2-select-country::part(emptyLabel) {
|
||||||
background-image: url(../images/internet.svg);
|
background-image: url(../images/internet.svg);
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: 20px;
|
background-size: 20px;
|
||||||
|
Loading…
Reference in New Issue
Block a user