diff options
Diffstat (limited to 'js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonUpArrow.css')
| -rw-r--r-- | js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonUpArrow.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonUpArrow.css b/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonUpArrow.css new file mode 100644 index 0000000..b6298e4 --- /dev/null +++ b/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonUpArrow.css @@ -0,0 +1,21 @@ +/* === Up Arrow Button ==*/ +.mblDomButtonUpArrow_2 DIV { + position: absolute; + left: 0px; + clip: rect(0px 30px 20px 0px); +} +.mblDomButtonUpArrow_2 DIV DIV { + top: 9px; + left: 4px; + width: 20px; + height: 20px; + margin: 0px; + font-size: 1px; + background-color: white; + border-top: 1px solid #4A5A71; + -webkit-transform: scaleX(0.6) rotate(45deg); + -moz-transform: scaleX(0.6) rotate(45deg); +} +.mblTabPanelHeader .mblDomButtonUpArrow_2 DIV DIV { + left: 11px; +} |
