diff options
Diffstat (limited to 'js/dojo/dojox/mobile/themes/common/domButtons/DomButtonRedCircleArrow-compat.css')
| -rw-r--r-- | js/dojo/dojox/mobile/themes/common/domButtons/DomButtonRedCircleArrow-compat.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/js/dojo/dojox/mobile/themes/common/domButtons/DomButtonRedCircleArrow-compat.css b/js/dojo/dojox/mobile/themes/common/domButtons/DomButtonRedCircleArrow-compat.css new file mode 100644 index 0000000..b00c414 --- /dev/null +++ b/js/dojo/dojox/mobile/themes/common/domButtons/DomButtonRedCircleArrow-compat.css @@ -0,0 +1,9 @@ +/* === Red Circle Arrow Buttons ==*/ +.mblDomButtonRedCircleArrow { + background-image: url(compat/mblDomButtonRedCircleArrow.png); + background-repeat: no-repeat; +} + +.mblDomButtonRedCircleArrow > div { + display: none; +} |
