Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/blame/commit/8e2b4ac8f4f2a7e02d7053d0048f85b6eeea1119/PlexRequests.UI/Content/bootstrap-datetimepicker-build.less You should set ROOT_URL correctly, otherwise the web may not work correctly.
Ombi/PlexRequests.UI/Content/bootstrap-datetimepicker-bu...

18 lines
418 B

9 years ago
// Import bootstrap variables including default color palette and fonts
@import "bootstrap/less/variables.less";
// Import datepicker component
@import "_bootstrap-datetimepicker.less";
//this is here so the compiler doesn't complain about a missing bootstrap mixin
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;
}