forked from 0x2620/oxjs
fixing loader
This commit is contained in:
parent
6cfb6b7647
commit
e7b870d3cb
4 changed files with 8 additions and 15 deletions
|
|
@ -211,7 +211,7 @@ Ox.Input = function(options, self) {
|
|||
// probably better: divs in the background
|
||||
if (self.options.type == 'textarea') {
|
||||
$.extend(self, {
|
||||
colors: Ox.theme() == 'classic' ?
|
||||
colors: Ox.Theme() == 'classic' ?
|
||||
[208, 232, 244] :
|
||||
//[0, 16, 32],
|
||||
[32, 48, 64],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue