css - How to Remove - Modify btn-inverse Top Border -


can please let me know how can remove or change color of .btn-inverse located inside .well div

please take @ following image: enter image description here

i tried update css of .btn-inverse settong no border-top gray line still sitting there!

update: here demo

.btn-inverse {  border-style:none !important;  } 

as can see set border style none , removes borders gray line still there!

try this

.well .btn-inverse { border-top:none!important; } .btn { box-shadow:none!important; } 

demo: http://jsfiddle.net/h6zk7/


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -