aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-06 18:42:10 -0700
committerMark Otto <[email protected]>2013-08-06 18:42:10 -0700
commit2af9cf10ce2e93fe0ac07651d405abc484e4c608 (patch)
treebf7ab55f7f868e351f8ca7c98d24a074d8e10d0e /dist/css/bootstrap.css
parent402dbfb6171e18aa44e19429e796169f02b0adf7 (diff)
downloadbootstrap-2af9cf10ce2e93fe0ac07651d405abc484e4c608.tar.xz
bootstrap-2af9cf10ce2e93fe0ac07651d405abc484e4c608.zip
more twerks to the theme
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 46c22421c..03030a19f 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -4875,12 +4875,14 @@ td.visible-print {
.btn-default {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
+ text-shadow: 0 1px 0 #fff;
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, 0%, #e6e6e6, 100%);
background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
background-repeat: repeat-x;
border-color: #e0e0e0;
+ border-color: #ccc;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
@@ -5008,6 +5010,10 @@ td.visible-print {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
}
+.navbar .navbar-nav > .active > a {
+ background-color: #eeeeee;
+}
+
.navbar-inverse {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3c3c3c), to(#222222));
background-image: -webkit-linear-gradient(top, #3c3c3c, 0%, #222222, 100%);
@@ -5015,4 +5021,8 @@ td.visible-print {
background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
+}
+
+.navbar-inverse .navbar-nav > .active > a {
+ background-color: #222222;
} \ No newline at end of file