limit military units - skip removed data

This commit is contained in:
Azgaar 2021-10-11 16:47:32 +03:00
parent f5065f0771
commit e7d95924e0
2 changed files with 9 additions and 5 deletions

View file

@ -1310,16 +1310,19 @@ div.slider .ui-slider-handle {
scrollbar-width: thin;
}
#alertMessage::-webkit-scrollbar,
.table::-webkit-scrollbar {
width: 6px;
background-color: transparent;
}
#alertMessage::-webkit-scrollbar-thumb,
.table::-webkit-scrollbar-thumb {
background-color: #aaa;
border-radius: 6px;
}
#alertMessage::-webkit-scrollbar-thumb:hover,
.table::-webkit-scrollbar-thumb:hover {
background: #666;
}