diff options
| author | Mark Otto <[email protected]> | 2011-09-12 19:00:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-12 19:00:44 -0700 |
| commit | 3f64aaf82b6b3486c1b2e98e19047089fdfc331b (patch) | |
| tree | 078191e64bc36b9720867c8b2d10de3e7548210b /bootstrap-1.3.0.min.css | |
| parent | 8f5f35e6db79599f8e72b78bbed9ee171c86461f (diff) | |
| download | bootstrap-3f64aaf82b6b3486c1b2e98e19047089fdfc331b.tar.xz bootstrap-3f64aaf82b6b3486c1b2e98e19047089fdfc331b.zip | |
fix topbar link with button bug
Diffstat (limited to 'bootstrap-1.3.0.min.css')
| -rw-r--r-- | bootstrap-1.3.0.min.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap-1.3.0.min.css b/bootstrap-1.3.0.min.css index 43d1c5684..18aa78b7c 100644 --- a/bootstrap-1.3.0.min.css +++ b/bootstrap-1.3.0.min.css @@ -214,10 +214,10 @@ table .headerSortUp.orange,table .headerSortDown.orange{background-color:#fee9cc table .purple{color:#7a43b6;border-bottom-color:#7a43b6;} table .headerSortUp.purple,table .headerSortDown.purple{background-color:#e2d5f0;} .topbar{height:40px;position:fixed;top:0;left:0;right:0;z-index:10000;overflow:visible;}.topbar a{color:#bfbfbf;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);} -.topbar a:hover,.topbar ul .active>a{background-color:#333;background-color:rgba(255, 255, 255, 0.05);color:#ffffff;text-decoration:none;} +.topbar h3 a:hover,.topbar .brand a:hover,.topbar ul .active>a{background-color:#333;background-color:rgba(255, 255, 255, 0.05);color:#ffffff;text-decoration:none;} .topbar h3{position:relative;} .topbar h3 a,.topbar .brand{float:left;display:block;padding:8px 20px 12px;margin-left:-20px;color:#ffffff;font-size:20px;font-weight:200;line-height:1;} -.topbar p{margin:0;line-height:40px;}.topbar p a:hover{background-color:transparent;} +.topbar p{margin:0;line-height:40px;}.topbar p a:hover{background-color:transparent;color:#ffffff;} .topbar form{float:left;margin:5px 0 0 0;position:relative;filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1;} .topbar form.pull-right{float:right;} .topbar input{background-color:#444;background-color:rgba(255, 255, 255, 0.3);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:normal;font-weight:13px;line-height:1;padding:4px 9px;color:#fff;color:rgba(255, 255, 255, 0.75);border:1px solid #111;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0px rgba(255, 255, 255, 0.25);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0px rgba(255, 255, 255, 0.25);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0px rgba(255, 255, 255, 0.25);-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;}.topbar input:-moz-placeholder{color:#e6e6e6;} |
