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