All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.primefaces-extensions.inputphone.inputphone.css Maven / Gradle / Ivy

There is a newer version: 14.0.7.1
Show newest version
.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%;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy