infobox: replace CLOSE with X
This commit is contained in:
parent
3abebc8684
commit
5334a4b9a7
@ -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';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user