mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-22 12:11:58 +00:00
Fix options dropdown being blurry
This commit is contained in:
parent
2b4f0a3c48
commit
922cc37418
@ -2754,8 +2754,10 @@ br {
|
||||
overflow: hidden;
|
||||
background-color: var(--color-base);
|
||||
border: 0.1rem var(--color-good);
|
||||
border-style: none solid solid;
|
||||
border-style: solid;
|
||||
border-radius: var(--var-border-radius, 0.4rem);
|
||||
/* May be removed if it makes things to blurry */
|
||||
transform: translateY(-0.1rem);
|
||||
}
|
||||
|
||||
/* We need scrollbar-color in this rule as well as identical color specifications in the following two; some
|
||||
|
Loading…
Reference in New Issue
Block a user