fix tooltips on new gear links, shrink them down a little bit

This commit is contained in:
hankhill19580
2019-10-09 17:31:44 +00:00
parent e4c5c4862f
commit 68a65d5cac
4 changed files with 9 additions and 5 deletions

View File

@@ -2041,6 +2041,8 @@ button:active {
margin: 0 1px -2px !important;
transition: ease opacity 0.3s;
border: 1px solid #000;
height: 6%;
height: 1.8rem;
}
.langbox img:hover, .langbox a:focus img {

View File

@@ -3763,6 +3763,8 @@ div[lang="de"] .links li {
border: 1px solid #99f;
filter: none;
border-radius: 1px;
height: 6%;
height: 1.8rem;
}
.langbox img:hover, .langbox a:focus img {