mirror of https://github.com/ANL-CEEESA/RELOG.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
448 B
28 lines
448 B
.navbar-default {
|
|
border-bottom: 0px;
|
|
background-color: #fff;
|
|
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
a, .navbar-default a {
|
|
color: #06a !important;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.disabled > a {
|
|
color: #999 !important;
|
|
}
|
|
|
|
.navbar-default a:hover,
|
|
.navbar-default .active,
|
|
.active > a {
|
|
background-color: #f0f0f0 !important;
|
|
}
|
|
|
|
.icon-bar {
|
|
background-color: #666 !important;
|
|
}
|
|
|
|
.navbar-collapse {
|
|
border-color: #fff !important;
|
|
} |