Improvement of the button :hover

Improvement of the button and it's :hover styling
This commit is contained in:
Antoine2711 2020-04-16 13:45:20 -04:00
parent f9c69bf80e
commit 1f273983ca
2 changed files with 9 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -90,13 +90,21 @@ a.facet-title-minimize {
text-decoration: none; text-decoration: none;
background-image: url(../../images/minimize-map.png); background-image: url(../../images/minimize-map.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: -12px 0px; background-position: -24px 0px;
}
a.facet-title-minimize:hover {
background-position: -36px 0px;
} }
li.facet-state-minimize a.facet-title-minimize { li.facet-state-minimize a.facet-title-minimize {
background-position: 0px 0px; background-position: 0px 0px;
} }
li.facet-state-minimize a.facet-title-minimize:hover {
background-position: -12px 0px;
}
.facet-expression { .facet-expression {
padding: 3px 5px; padding: 3px 5px;
font-family: monospace; font-family: monospace;