mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +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;
|
||||
}
|
||||
/* 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-position: center;
|
||||
background-size: 20px;
|
||||
|
Loading…
Reference in New Issue
Block a user