2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

fixes #4526: box-shadow on .radio and .checkbox if .control-group has a form field state

This commit is contained in:
Mark Otto
2012-08-21 14:22:26 -07:00
parent e2ecd2df6c
commit 190d3c9c3e
3 changed files with 32 additions and 6 deletions
+4
View File
@@ -175,6 +175,10 @@
select,
textarea {
color: @textColor;
}
input,
select,
textarea {
border-color: @borderColor;
.box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); // Redeclare so transitions work
&:focus {