diff options
Diffstat (limited to 'js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGrayArrow-compat.css')
| -rw-r--r-- | js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGrayArrow-compat.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGrayArrow-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGrayArrow-compat.css new file mode 100644 index 0000000..bed275d --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGrayArrow-compat.css @@ -0,0 +1,8 @@ +/* === Arrow Button ==*/ +.mblDomButtonGrayArrow, .mblDomButtonArrow { + background-image: url(compat/mblDomButtonGrayArrow.png); + background-repeat: no-repeat; +} +.mblDomButtonGrayArrow div, .mblDomButtonArrow div { + display: none; +} |
