aboutsummaryrefslogtreecommitdiff
path: root/js/components/textfield.reel/textfield.html
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-02-22 21:34:21 -0800
committerNivesh Rajbhandari2012-02-22 21:34:21 -0800
commit3730bbc7cc5d5f07b3d788885475a8f9810b480e (patch)
treefb225a6d8fc3c983c96b1507483d628909dc8c1e /js/components/textfield.reel/textfield.html
parent58a491643158ef2b378565153e174fcd65313483 (diff)
downloadninja-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/textfield.reel/textfield.html')
-rwxr-xr-xjs/components/textfield.reel/textfield.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/textfield.reel/textfield.html b/js/components/textfield.reel/textfield.html
index 73defabd..89adf776 100755
--- a/js/components/textfield.reel/textfield.html
+++ b/js/components/textfield.reel/textfield.html
@@ -19,6 +19,6 @@
19 </script> 19 </script>
20</head> 20</head>
21<body> 21<body>
22 <input id="textfield" class="textfield nj-skinned" type="text"> 22 <input id="textfield" class="nj-skinned" type="text">
23</body> 23</body>
24</html> \ No newline at end of file 24</html> \ No newline at end of file