infobox: replace CLOSE with X

This commit is contained in:
Nils Schneider 2015-07-06 22:14:45 +02:00
parent 3abebc8684
commit 5334a4b9a7

View file

@ -184,27 +184,22 @@ button::-moz-focus-inner {
button.close { button.close {
width: auto; width: auto;
height: auto; height: auto;
font-size: 14pt; font-size: 20pt;
float: right; float: right;
padding: $buttondistance/2 $buttondistance;
margin-right: $buttondistance; margin-right: $buttondistance;
margin-top: $buttondistance; margin-top: $buttondistance;
box-shadow: none; box-shadow: none;
background: transparent; background: transparent;
border-radius: 0; border-radius: 0;
color: rgba(0, 0, 0, 0.5); color: rgba(0, 0, 0, 0.5);
font-family: Roboto; font-family: "ionicons";
&:hover { &:hover {
color: #dc0067; color: #dc0067;
} }
&:active {
background: rgba(0, 0, 0, 0.04);
}
&:after { &:after {
content: "CLOSE"; content: '\f2d7';
} }
} }