diff options
Diffstat (limited to 'js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteSearch.css')
| -rw-r--r-- | js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteSearch.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteSearch.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteSearch.css new file mode 100644 index 0000000..d8efeeb --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteSearch.css @@ -0,0 +1,30 @@ +/* === Search Button ==*/ +.mblDomButtonWhiteSearch { + position: relative; + width: 29px; + height: 29px; +} +.mblDomButtonWhiteSearch > div { + position: absolute; + top: 5px; + left: 6px; + width: 10px; + height: 10px; + margin: 0px; + font-size: 1px; + border: 2px solid white; + -webkit-border-radius: 6px; +} +.mblDomButtonWhiteSearch > div > div { + position: absolute; + top: 10px; + left: 7px; + width: 8px; + height: 3px; + margin: 0px; + font-size: 1px; + background-color: white; + border: none; + -webkit-transform: rotate(45deg); + -webkit-border-radius: 0px; +} |
