Revert "make navbar brown again"
This reverts commit 18224e14f7b9ee356450bae54959b770c5ec4c7c.
This commit is contained in:
committed by
Berkeley Martinez
parent
345b0a5513
commit
7e481833cd
@ -26,7 +26,7 @@
|
|||||||
//## Settings for some of the most global styles.
|
//## Settings for some of the most global styles.
|
||||||
|
|
||||||
//** Background color for `<body>`.
|
//** Background color for `<body>`.
|
||||||
@body-bg: #eee;
|
@body-bg: #fefefe;
|
||||||
//** Global text color on `<body>`.
|
//** Global text color on `<body>`.
|
||||||
@text-color: @gray-dark;
|
@text-color: @gray-dark;
|
||||||
|
|
||||||
|
@ -42,13 +42,17 @@ html {
|
|||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=checkbox] {
|
//input[type=checkbox] {
|
||||||
/* Double-sized Checkboxes */
|
// /* Double-sized Checkboxes */
|
||||||
-ms-transform: scale(2); /* IE */
|
// -ms-transform: scale(2); /* IE */
|
||||||
-moz-transform: scale(2); /* FF */
|
// -moz-transform: scale(2); /* FF */
|
||||||
-webkit-transform: scale(2); /* Safari and Chrome */
|
// -webkit-transform: scale(2); /* Safari and Chrome */
|
||||||
-o-transform: scale(2); /* Opera */
|
// -o-transform: scale(2); /* Opera */
|
||||||
padding: 10px;
|
// padding: 10px;
|
||||||
|
//}
|
||||||
|
|
||||||
|
.btn-group {
|
||||||
|
border-color: @brand-primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.full-screen-body-background {
|
body.full-screen-body-background {
|
||||||
@ -90,7 +94,7 @@ h1, h2, h3, h4, h5, h6, p, li {
|
|||||||
|
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
background-color: #EEEEEE;
|
background-color: #EEEEEE;
|
||||||
// box-shadow: 0 0 5px #ccc, inset 0 0 0 #000;
|
// box-shadow: 0 0 5px #ccc, inset 0 0 0 #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Font Icons
|
// Font Icons
|
||||||
@ -327,13 +331,13 @@ ul {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
background-color: #4a2b0f;
|
background-color: #215f1e;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-nav > li > a {
|
.navbar-nav > li > a {
|
||||||
color: @gray-lighter;
|
color: @gray-lighter;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #4a2b0f;
|
color: #215f1e;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -441,7 +445,7 @@ thead {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navbar-right {
|
.navbar-right {
|
||||||
background-color: #4a2b0f;
|
background-color: #215f1e;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -586,7 +590,7 @@ thead {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #4a2b0f;
|
background-color: #215f1e;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
@ -601,7 +605,7 @@ thead {
|
|||||||
padding-top: 14px;
|
padding-top: 14px;
|
||||||
padding-bottom: 12px;
|
padding-bottom: 12px;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #4a2b0f;
|
color: #215f1e;
|
||||||
background-color: @gray-lighter;
|
background-color: @gray-lighter;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user