1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 17:32:41 +02:00

add navbar background hover variable and fix uneditable-input with append/prepend controls

This commit is contained in:
Mark Otto
2012-02-12 14:01:58 -08:00
parent 86b6ea4b5f
commit a9e469e75a
5 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

@@ -913,6 +913,7 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
border-left-color: #eee;
border-right-color: #ccc;
}
.input-append .add-on {