mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
improve navbar toggle and hide code snippets on mobile devices for now
This commit is contained in:
Vendored
+5
-1
@@ -3217,7 +3217,7 @@ button.close {
|
||||
display: block;
|
||||
width: 22px;
|
||||
height: 2px;
|
||||
background-color: #fff;
|
||||
background-color: #ccc;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
@@ -3331,6 +3331,10 @@ button.close {
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-toggle .icon-bar {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.navbar-inverse .nav > .divider {
|
||||
background-color: #151515;
|
||||
border-bottom-color: #2f2f2f;
|
||||
|
||||
Reference in New Issue
Block a user