Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/bc727e718700730a2bd86dee141ed2d3e5dce680?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Only apply li hightlight to xs screens, use same colour as other sizes

pull/3113/head
Mark McDowall 11 years ago
parent 5d003fff5d
commit bc727e7187

@ -151,11 +151,13 @@
}
}
@media (max-width: @screen-xs-max) {
.navbar-collapse {
.navbar-nav {
li {
&:focus, &:hover {
background-color: #535353;
background-color : #555555;
}
}
}
}
@ -206,34 +208,3 @@
}
}
}
//.screen-size {
// color: @droneTeal;
// &:after {
// content: "unknown";
// }
//
// @media (min-width: @screen-xs-min) {
// &:after {
// content: "xs";
// }
// }
//
// @media (min-width: @screen-sm-min) {
// &:after {
// content: "sm";
// }
// }
//
// @media (min-width: @screen-md-min) {
// &:after {
// content: "md";
// }
// }
//
// @media (min-width: @screen-lg-min) {
// &:after {
// content: "lg";
// }
// }
//}

Loading…
Cancel
Save