mirror of https://gitee.com/bigwinds/arangodb
navi css
This commit is contained in:
parent
93f07ce981
commit
7cca035ac7
|
@ -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;
|
||||
}
|
||||
*/
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue