forked from 0x2620/oxjs
fix textarea css
This commit is contained in:
parent
7ecb0b2011
commit
fb2ae1dee2
3 changed files with 4 additions and 5 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue