diff --git a/build/css/ox.ui.css b/build/css/ox.ui.css index 21702278..8093b3e5 100644 --- a/build/css/ox.ui.css +++ b/build/css/ox.ui.css @@ -220,8 +220,8 @@ textarea { padding: 2px 4px 2px 4px; margin: -1px 0 0 -1px; resize: none; - -moz-border-radius: 8px; - -webkit-border-radius: 8px; + //-moz-border-radius: 8px; + //-webkit-border-radius: 8px; } .OxButton.OxSymbol, .OxButton.OxSymbol:active, diff --git a/demos/test/index.html b/demos/test/index.html index 6a4401b8..f039cc04 100644 --- a/demos/test/index.html +++ b/demos/test/index.html @@ -342,6 +342,11 @@ placeholder: "Placeholder", size: size }).addClass("margin").appendTo($toolbars[3]); + Ox.Input({ + label: "Label", + labelWidth: 64, + size: size + }).addClass("margin").appendTo($toolbars[3]); var range = Ox.Range({ max: 10, min: 0,