blob: c4371203f9ff13db8e66652f4788123b97892fee (
plain)
1
2
3
4
5
6
7
8
9
|
/* === Red Circle Minus Buttons ==*/
.mblDomButtonRedCircleMinus {
background-image: url(compat/mblDomButtonRedCircleMinus.png);
background-repeat: no-repeat;
}
.mblDomButtonRedCircleMinus > div {
display: none;
}
|