fix dark "expand" button from infobox

This commit is contained in:
Marc Abonce Seguin 2021-03-28 21:54:37 -07:00
parent ae122ea943
commit 419b907a0b
8 changed files with 35 additions and 4 deletions

View file

@ -50,6 +50,11 @@
width: 100%;
text-align: center;
margin-bottom: 0px;
cursor: pointer;
}
.infobox_toggle:hover {
background: @mild-gray;
}
// Shrink infobox size when toggle is off