diff options
Diffstat (limited to 'js/dojo/dojox/mobile/themes/common/domButtons/DomButtonGrayStar.css')
| -rw-r--r-- | js/dojo/dojox/mobile/themes/common/domButtons/DomButtonGrayStar.css | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/js/dojo/dojox/mobile/themes/common/domButtons/DomButtonGrayStar.css b/js/dojo/dojox/mobile/themes/common/domButtons/DomButtonGrayStar.css new file mode 100644 index 0000000..605de2c --- /dev/null +++ b/js/dojo/dojox/mobile/themes/common/domButtons/DomButtonGrayStar.css @@ -0,0 +1,49 @@ +/* === Gray Star ==*/ +.mblDomButtonGrayStar { + position: relative; + width: 29px; + height: 29px; +} +.mblDomButtonGrayStar > div { + position: absolute; + width: 0px; + height: 0px; + border-style: solid; + border-color: #BDBABD transparent transparent transparent; + top: 12px; + left: 3px; + border-width: 9px 12px 0px 12px; + -webkit-transform: rotate(0deg); +} +.mblDomButtonGrayStar > div > div { + position: absolute; + width: 24px; + height: 0px; + border-style: solid; + border-color: #8C8E8C; + border-width: 1px 0px 0px 0px; + top: -10px; + left: -12px; +} +.mblDomButtonGrayStar > div > div > div { + position: absolute; + width: 0px; + height: 0px; + border-style: solid; + border-color: #BDBABD transparent transparent transparent; + top: 0px; + left: 0px; + border-width: 9px 12px 0px 12px; + -webkit-transform: rotate(72deg); +} +.mblDomButtonGrayStar > div > div > div > div { + position: absolute; + width: 0px; + height: 0px; + border-style: solid; + border-color: #BDBABD transparent transparent transparent; + top: -10px; + left: -12px; + border-width: 9px 12px 0px 12px; + -webkit-transform: rotate(216deg); +} |
