summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/mobile/themes/common/domButtons/DomButtonGrayRoundRect-compat.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dojox/mobile/themes/common/domButtons/DomButtonGrayRoundRect-compat.css')
-rw-r--r--js/dojo/dojox/mobile/themes/common/domButtons/DomButtonGrayRoundRect-compat.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/dojo/dojox/mobile/themes/common/domButtons/DomButtonGrayRoundRect-compat.css b/js/dojo/dojox/mobile/themes/common/domButtons/DomButtonGrayRoundRect-compat.css
new file mode 100644
index 0000000..8ee029b
--- /dev/null
+++ b/js/dojo/dojox/mobile/themes/common/domButtons/DomButtonGrayRoundRect-compat.css
@@ -0,0 +1,4 @@
+/* === Gray Round Rectangle Button ==*/
+.mblDomButtonGrayRoundRect > div {
+ -moz-border-radius: 4px;
+}