优化WAF区域/省份封禁:增加仅允许、增加中国香港澳台、内地等特殊区域

This commit is contained in:
GoEdgeLab
2023-07-07 09:53:00 +08:00
parent 3b8a483933
commit e27c0280ff
30 changed files with 751 additions and 237 deletions

View File

@@ -0,0 +1,28 @@
.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 */