1
0
Fork 0
forked from 0x2620/oxjs

fix textarea css

This commit is contained in:
rlx 2011-10-26 08:59:30 +00:00
commit fb2ae1dee2
3 changed files with 4 additions and 5 deletions

View file

@ -224,6 +224,7 @@ Ox.Input = function(options, self) {
// fixme: is there a better way than this one?
// should at least go into ox.ui.theme.foo.js
// probably better: divs in the background
/*
if (self.options.type == 'textarea') {
Ox.extend(self, {
colors: Ox.Theme() == 'classic' ?
@ -251,6 +252,7 @@ Ox.Input = function(options, self) {
[self.colors[2], self.colors[2], self.colors[2]].join(', ') + '))'
});
}
*/
if (self.hasPasswordPlaceholder) {
self.$input.hide();