mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-25 19:56:35 +08:00
28 lines
635 B
CSS
28 lines
635 B
CSS
.region-letter-group .item {
|
|
padding-left: 0.8em !important;
|
|
padding-right: 0.8em !important;
|
|
}
|
|
.region-letter-group .item .count {
|
|
font-size: 0.8em;
|
|
color: grey;
|
|
}
|
|
.country-groups {
|
|
max-height: 23em;
|
|
overflow-y: auto;
|
|
}
|
|
.country-groups .country-group {
|
|
padding-bottom: 1em;
|
|
}
|
|
.country-groups .country-group .country-list .item {
|
|
float: left;
|
|
width: 9em;
|
|
margin-bottom: 0.5em;
|
|
}
|
|
.country-groups .country-group .country-list .item .checkbox label {
|
|
font-size: 12px !important;
|
|
cursor: pointer !important;
|
|
}
|
|
.country-groups::-webkit-scrollbar {
|
|
width: 4px;
|
|
}
|
|
/*# sourceMappingURL=selectCountriesPopup.css.map */ |