覆盖twitter启动文本框发光和阴影

问题描述:

我想删除文本框和边框的蓝色光芒,但我不知道如何覆盖任何js或其CSS,请检查这里

I want to remove the Blue glow of the textbox and the border, but i don't know how to override any of the js or the css of it, check Here

编辑1

我想这样做,因为我使用jquery插件 Tag-it 和我使用twitter bootstrap也,插件使用一个隐藏的textField来添加标签,但是当我使用twitter的bootstrap它出现一个文本框里面一个有点奇怪的文本框。

I want to do this because i am using the jquery plugin Tag-it and i am using twitter bootstrap also, the plugin uses a hidden textField to add the tags, but when i am using twitter bootstrap it appears as a textbox with glow inside a textbox which is a little bit odd

.simplebox {
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}