summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/mobile/themes/android/android-app-compat.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.7.2/dojox/mobile/themes/android/android-app-compat.css')
-rw-r--r--js/dojo-1.7.2/dojox/mobile/themes/android/android-app-compat.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/mobile/themes/android/android-app-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/android/android-app-compat.css
new file mode 100644
index 0000000..8a55bc6
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/mobile/themes/android/android-app-compat.css
@@ -0,0 +1,24 @@
+/* mbl.widget.Heading */
+@import url("android-compat.css");
+
+.alertTitle {
+ background-image: url(compat/heading-bg.png);
+}
+
+.mblImageThumbView .mblThumb {
+ -moz-transition: all 0.5s ease-in-out;
+ -o-transition: all 0.5s ease-in-out;
+}
+
+.mblImageThumbView .mblThumb:hover {
+ -moz-transform: scale(1.2);
+ -moz-transition: all 0.3s ease-in-out;
+ -o-transform: scale(1.2);
+ -o-transition: all 0.3s ease-in-out;
+}
+.mblImageThumbView .mblThumbInner .mblThumbMask .mblThumbSrc {
+ -moz-background-size: 100% 100%;
+ -moz-border-radius: 5px;
+ -o-background-size: 100% 100%;
+ -o-border-radius: 5px;
+} \ No newline at end of file