mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
added some bootstrap overrides.
This commit is contained in:
parent
8cb015e3a7
commit
e21a0bd231
@ -61,6 +61,7 @@ module.exports = function (grunt) {
|
||||
expand: true,
|
||||
src : [
|
||||
'UI/Content/base.less',
|
||||
'UI/Content/Overrides.less',
|
||||
'UI/Series/Series.less',
|
||||
'UI/AddSeries/addSeries.less',
|
||||
'UI/Calendar/calendar.less',
|
||||
|
14
UI/Content/Overrides/bootstrap.less
vendored
14
UI/Content/Overrides/bootstrap.less
vendored
@ -1,3 +1,5 @@
|
||||
@import "../prefixer";
|
||||
|
||||
.label, .badge {
|
||||
cursor : default;
|
||||
}
|
||||
@ -7,3 +9,15 @@
|
||||
margin-left : 0;
|
||||
}
|
||||
}
|
||||
|
||||
.label, .badge, .btn {
|
||||
.text-shadow(none);
|
||||
}
|
||||
|
||||
.btn {
|
||||
min-width : 80px;
|
||||
}
|
||||
|
||||
.slide-button {
|
||||
min-width : 0px;
|
||||
}
|
||||
|
@ -1,2 +0,0 @@
|
||||
@import "bootstrap";
|
||||
@import "browser";
|
@ -1,7 +1,6 @@
|
||||
@import "bootstrap/variables";
|
||||
@import "bootstrap/mixins";
|
||||
@import "bootstrap/type";
|
||||
@import "Overrides/overrides";
|
||||
@import "font";
|
||||
@import "form";
|
||||
@import "theme";
|
||||
|
@ -0,0 +1,2 @@
|
||||
@import "Overrides/bootstrap";
|
||||
@import "Overrides/browser";
|
@ -14,6 +14,7 @@
|
||||
<link href="/Settings/settings.css" rel='stylesheet' type='text/css'/>
|
||||
<link href="/AddSeries/Addseries.css" rel='stylesheet' type='text/css'/>
|
||||
<link href="/Calendar/calendar.css" rel='stylesheet' type='text/css'/>
|
||||
<link href="/Content/overrides.css" rel='stylesheet' type='text/css'/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="in-sub-nav">
|
||||
|
Loading…
Reference in New Issue
Block a user