Improvement of the button :hover
Improvement of the button and it's :hover styling
This commit is contained in:
parent
f9c69bf80e
commit
1f273983ca
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.2 KiB |
@ -90,13 +90,21 @@ a.facet-title-minimize {
|
||||
text-decoration: none;
|
||||
background-image: url(../../images/minimize-map.png);
|
||||
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 {
|
||||
background-position: 0px 0px;
|
||||
}
|
||||
|
||||
li.facet-state-minimize a.facet-title-minimize:hover {
|
||||
background-position: -12px 0px;
|
||||
}
|
||||
|
||||
.facet-expression {
|
||||
padding: 3px 5px;
|
||||
font-family: monospace;
|
||||
|
Loading…
Reference in New Issue
Block a user