mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
limit military units - skip removed data
This commit is contained in:
parent
f5065f0771
commit
e7d95924e0
2 changed files with 9 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue