1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

fixes #10744: back to solid borders on carets

This commit is contained in:
Mark Otto
2013-11-16 17:48:31 -08:00
parent 7545da2e3c
commit a2c6daafd0
5 changed files with 5 additions and 11 deletions

View File

@@ -3462,7 +3462,6 @@ input[type="button"].btn-block {
vertical-align: middle;
border-top: 4px solid #000000;
border-right: 4px solid transparent;
border-bottom: 0 dotted;
border-left: 4px solid transparent;
}
@@ -3580,7 +3579,7 @@ input[type="button"].btn-block {
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0 dotted;
border-top: 0;
border-bottom: 4px solid #000000;
content: "";
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long