diff options
author | Nivesh Rajbhandari | 2012-02-22 21:34:21 -0800 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-02-22 21:34:21 -0800 |
commit | 3730bbc7cc5d5f07b3d788885475a8f9810b480e (patch) | |
tree | fb225a6d8fc3c983c96b1507483d628909dc8c1e /js/components/ui | |
parent | 58a491643158ef2b378565153e174fcd65313483 (diff) | |
download | ninja-3730bbc7cc5d5f07b3d788885475a8f9810b480e.tar.gz |
Updating textfield to only use nj-skinned class and updating input-group to check for nj-skinned class instead of textfield class for styling.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/components/ui')
-rwxr-xr-x | js/components/ui/input-group.reel/input-group.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/ui/input-group.reel/input-group.css b/js/components/ui/input-group.reel/input-group.css index 8e2267eb..0b7cd1ef 100755 --- a/js/components/ui/input-group.reel/input-group.css +++ b/js/components/ui/input-group.reel/input-group.css | |||
@@ -23,7 +23,7 @@ | |||
23 | 23 | ||
24 | .propControl .inputRow div .hottext, | 24 | .propControl .inputRow div .hottext, |
25 | .propControl .inputRow div .hottextInput, | 25 | .propControl .inputRow div .hottextInput, |
26 | .prop-controller .textfield | 26 | .prop-controller .nj-skinned |
27 | { | 27 | { |
28 | border: 1px solid black; | 28 | border: 1px solid black; |
29 | width: 30px !important; | 29 | width: 30px !important; |