diff options
Diffstat (limited to 'superhero/bootstrap.css')
-rw-r--r-- | superhero/bootstrap.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/superhero/bootstrap.css b/superhero/bootstrap.css index d3e535ea..49e2aa3f 100644 --- a/superhero/bootstrap.css +++ b/superhero/bootstrap.css @@ -5386,7 +5386,7 @@ input[type="submit"].btn.btn-mini { padding: 1px; text-align: left; white-space: normal; - background-color: #ffffff; + background-color: #45515f; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-border-radius: 6px; @@ -5422,8 +5422,8 @@ input[type="submit"].btn.btn-mini { font-size: 14px; font-weight: normal; line-height: 18px; - background-color: #f7f7f7; - border-bottom: 1px solid #ebebeb; + background-color: #3f4956; + border-bottom: 1px solid #343d47; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; @@ -5468,7 +5468,7 @@ input[type="submit"].btn.btn-mini { .popover.top .arrow:after { bottom: 1px; margin-left: -10px; - border-top-color: #ffffff; + border-top-color: #45515f; border-bottom-width: 0; } @@ -5484,7 +5484,7 @@ input[type="submit"].btn.btn-mini { .popover.right .arrow:after { bottom: -10px; left: 1px; - border-right-color: #ffffff; + border-right-color: #45515f; border-left-width: 0; } @@ -5500,7 +5500,7 @@ input[type="submit"].btn.btn-mini { .popover.bottom .arrow:after { top: 1px; margin-left: -10px; - border-bottom-color: #ffffff; + border-bottom-color: #45515f; border-top-width: 0; } @@ -5516,7 +5516,7 @@ input[type="submit"].btn.btn-mini { .popover.left .arrow:after { right: 1px; bottom: -10px; - border-left-color: #ffffff; + border-left-color: #45515f; border-right-width: 0; } @@ -6975,4 +6975,4 @@ label { .affix { position: fixed; -}
\ No newline at end of file +} |