mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
additional navbar contrast: add inset shadow since we nuked the border
This commit is contained in:
+2
-2
@@ -172,7 +172,7 @@
|
||||
.navbar-fixed-top {
|
||||
top: 0;
|
||||
.navbar-inner {
|
||||
.box-shadow(0 1px 10px rgba(0,0,0,.1));
|
||||
.box-shadow(~"inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1)");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -180,7 +180,7 @@
|
||||
.navbar-fixed-bottom {
|
||||
bottom: 0;
|
||||
.navbar-inner {
|
||||
.box-shadow(0 -1px 10px rgba(0,0,0,.1));
|
||||
.box-shadow(~"inset 0 1px 0 rgba(0,0,0,.1), 0 -1px 10px rgba(0,0,0,.1)");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user