Better wi 2 (#1203)

* Update world-info.css

* Update index.html

* V-center Wi delete

---------

Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
This commit is contained in:
valden80
2023-10-01 15:46:06 +03:00
committed by GitHub
parent 046bf20592
commit 6df0c2acf3
2 changed files with 12 additions and 7 deletions

View File

@@ -170,10 +170,15 @@
}
.disabledWIEntry {
opacity: 0.2;
opacity: 0.4;
filter: grayscale(1);
}
.disabledWIEntry:hover {
opacity: 1.0;
filter: grayscale(1);
}
.height32px {
height: 32px;
}
}