updating css
This commit is contained in:
parent
d722bf17e3
commit
679be0626a
|
@ -109,7 +109,8 @@ Forms
|
|||
-moz-box-shadow: 0 0 2px rgb(128, 128, 128);
|
||||
-webkit-box-shadow: 0 0 2px rgb(128, 128, 128);
|
||||
}
|
||||
.OxThemeClassic input.OxInput.OxPlaceholder {
|
||||
.OxThemeClassic input.OxInput.OxPlaceholder,
|
||||
.OxThemeClassic textarea.OxInput.OxPlaceholder {
|
||||
color: rgb(160, 160, 160)
|
||||
}
|
||||
|
||||
|
|
|
@ -512,6 +512,7 @@
|
|||
$("<br>").appendTo(mainPanel.$element);
|
||||
$("<br>").appendTo(mainPanel.$element);
|
||||
Ox.Input({
|
||||
placeholder: "some\ntext",
|
||||
type: "textarea"
|
||||
}).width(400).height(200).addClass("margin").appendTo(mainPanel);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user