|
343 | 343 | } |
344 | 344 |
|
345 | 345 | #adminPanel .nav-tabs > li > a.active { |
346 | | - border-bottom: 2px solid #1ab !important |
| 346 | + color: #1ab !important; |
| 347 | + border-bottom: 2px solid #1ab !important; |
347 | 348 | } |
348 | 349 |
|
349 | 350 | #adminPanel .modal-content { |
@@ -455,7 +456,7 @@ summary { |
455 | 456 |
|
456 | 457 | #adminPanel { |
457 | 458 | font-family: Lucida Sans Unicode, Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif; |
458 | | - font-size: 14px; |
| 459 | + font-size: 13px; |
459 | 460 | line-height: 1.42857; |
460 | 461 | color: #333; |
461 | 462 | background-color: #fff; |
@@ -1410,7 +1411,7 @@ input[type=radio]:focus { |
1410 | 1411 | color: #555; |
1411 | 1412 | background-color: #fff !important; |
1412 | 1413 | background-image: none; |
1413 | | - border: 1px solid #ccc; |
| 1414 | + border: 0; |
1414 | 1415 | border-radius: 4px; |
1415 | 1416 | box-shadow: rgba(0, 0, 0, .075) 0 1px 1px inset; |
1416 | 1417 | transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s |
@@ -1711,7 +1712,7 @@ fieldset[disabled] .btn-success:hover { |
1711 | 1712 |
|
1712 | 1713 | #adminPanel .btn-info, |
1713 | 1714 | .alertWrapper .btn-info { |
1714 | | - color: #fff; |
| 1715 | + color: #fff !important; |
1715 | 1716 | background-color: #5bc0de; |
1716 | 1717 | border-color: #46b8da |
1717 | 1718 | } |
@@ -1778,11 +1779,11 @@ fieldset[disabled] .btn-info:hover { |
1778 | 1779 | } |
1779 | 1780 |
|
1780 | 1781 | #adminPanel .danger { |
1781 | | - color: #d9534f; |
| 1782 | + color: #ea8400; |
1782 | 1783 | } |
1783 | 1784 |
|
1784 | 1785 | #adminPanel .btn-danger { |
1785 | | - color: #fff; |
| 1786 | + color: #fff !important; |
1786 | 1787 | background-color: #d9534f; |
1787 | 1788 | border-color: #d43f3a |
1788 | 1789 | } |
@@ -1917,7 +1918,8 @@ input[type=submit].btn-block { |
1917 | 1918 | #adminPanel .input-group .form-control:not(:first-child):not(:last-child), |
1918 | 1919 | .input-group-addon:not(:first-child):not(:last-child), |
1919 | 1920 | .input-group-btn:not(:first-child):not(:last-child) { |
1920 | | - border-radius: 0 |
| 1921 | + border-radius: 0; |
| 1922 | + border: 0; |
1921 | 1923 | } |
1922 | 1924 |
|
1923 | 1925 | #adminPanel .input-group-addon, |
|
0 commit comments