1
0
Fork 0
This commit is contained in:
Heiko Kernbach 2013-02-26 19:25:41 +01:00
parent 93f07ce981
commit 7cca035ac7
1 changed files with 12 additions and 3 deletions

View File

@ -13,12 +13,21 @@
color: white !important;
box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset !important;
}
.navbar .nav > li > a:focus {
background-color: #333232 !important;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
background-color: #8AA051;
.navbar .nav > li > a:hover {
background-color: #8AA051 !important;
color: white !important
}
.dropdown-toggle, .dropdown-toggle:hover, .dropdown:hover, .dropdown:active {
background-color: rgba(0, 0, 0, 0) !important;
color: white !important;
margin-bottom: -8px !important;
}
body, input, textarea, .page-title span, .pingback a.url {
font-family: "Helvetica",sans-serif;
font-weight: 300;
@ -45,4 +54,4 @@ body, input, textarea, .page-title span, .pingback a.url {
border: 0;
background-color: #333232 !important;
}
*/
*/