X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=0.6.x%2Fcss%2Fxui.css;h=ba028ee4a53980f8ed66a7076f526d025aa176b5;hb=2621070c032954702155d4a315535b8b1aafd616;hp=2b27751d1f6a96016ad0a706e2991059228fc484;hpb=0a47f08cc683be90478941facc23fa9a37e0ca5e;p=pettanr%2FclientJs.git diff --git a/0.6.x/css/xui.css b/0.6.x/css/xui.css index 2b27751..ba028ee 100644 --- a/0.6.x/css/xui.css +++ b/0.6.x/css/xui.css @@ -39,7 +39,7 @@ html, body { white-space : pre-wrap; /* CSS 2.1 */ white-space : pre-line; /* CSS 3.0 */ /* white-space : -pre-wrap; Opera 4-6 */ - /* white-space : -o-pre-wrap; Opera 7 */ + white-space : -o-pre-wrap; /* Opera 7 */ white-space : -moz-pre-wrap; /* Mozilla */ /* white-space : -hp-pre-wrap; HP Printers */ white-space : normal\9; /* ie系では、 float要素へ回り込みする、 white-space の効いているテキストの位置が狂う */ @@ -57,23 +57,23 @@ html, body { width : 100%; height : 100%; /* 100% don't work for ie6, so ie6 need to set height as 'XXpx' by js */ - user-select : none; - -moz-user-select : none; - -khtml-user-select : none; + user-select : none; + -moz-user-select : none; + -khtml-user-select : none; -webkit-user-select : none; /* this makes the element blocking in IE10 >, you could experiment with the value see for more options this issue; https://github.com/EightMedia/hammer.js/issues/241 */ - touch-action : none; + touch-action : none; -ms-touch-action : none; - touch-callout : none; + touch-callout : none; -webkit-touch-callout : none; - content-zooming : none; + content-zooming : none; -ms-content-zooming : none; - user-drag : none; - -khtml-user-drag : none; + user-drag : none; + -khtml-user-drag : none; -webkit-user-drag : none; - tap-highlight-color : rgba(0,0,0,0); + tap-highlight-color : rgba(0,0,0,0); -webkit-tap-highlight-color : rgba(0,0,0,0); } .ActiveX-enabled .mouse-operation-catcher {