META-INF.resources.primefaces-extensions.inputphone.inputphone.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of primefaces-extensions Show documentation
Show all versions of primefaces-extensions Show documentation
PrimeFaces Extensions components and utilities for PrimeFaces.
.iti__country-list {
background-color: var(--surface-f, #fff);
border-color: var(--surface-d, #ced4da);
}
.iti__divider {
border-bottom-color: var(--surface-d, #ced4da);
}
.iti__country.iti__highlight {
background-color: var(--surface-c, rgba(0, 0, 0, 0.05));
}
.ui-inputgroup > .ui-inputphone:not(:first-child) .ui-inputtext {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: 0 none;
}
.ui-inputgroup > .ui-inputphone:not(:last-child) .ui-inputtext {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: 0 none;
}
.ui-fluid div.iti {
width: 100%;
}