You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
488 B
23 lines
488 B
/* === BlackUpArrow16 ==*/ |
|
.mblDomButtonBlackUpArrow16 { |
|
position: relative; |
|
width: 16px; |
|
height: 16px; |
|
} |
|
.mblDomButtonBlackUpArrow16 > div { |
|
position: absolute; |
|
left: 0px; |
|
clip: rect(0px 16px 12px 0px); |
|
} |
|
.mblDomButtonBlackUpArrow16 > div > div { |
|
position: absolute; |
|
top: 6px; |
|
left: 3px; |
|
width: 10px; |
|
height: 10px; |
|
margin: 0px; |
|
font-size: 1px; |
|
background-color: black; |
|
-webkit-transform: scaleX(0.5) rotate(45deg); |
|
transform: scaleX(0.5) rotate(45deg); |
|
}
|
|
|