summaryrefslogtreecommitdiff
path: root/simplex/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-02-11 23:24:31 -0500
committerThomas Park <thomas@thomaspark.me>2012-02-11 23:24:31 -0500
commit5764bd37b692dffdae853aa0bf081a91f46417bb (patch)
tree8ab55ab1c7afe143f2e04e921a46e0e2cc46d0ab /simplex/bootstrap.css
parent9699754019d83ec71972fe16c700f0877b5f1fd5 (diff)
Fixed simplex nav-collapse button on hover
Diffstat (limited to 'simplex/bootstrap.css')
-rw-r--r--simplex/bootstrap.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/simplex/bootstrap.css b/simplex/bootstrap.css
index 7415dd98..5d68599b 100644
--- a/simplex/bootstrap.css
+++ b/simplex/bootstrap.css
@@ -3375,6 +3375,10 @@ h6 {
border-right: 0px solid white !important;
color: #333333;
}
+.btn-navbar:hover {
+ background-color: #cccccc;
+ background-position: 0 0;
+}
.search-query {
border: 1px solid #CCC;
-webkit-border-radius: 2px;