mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
added some bootstrap overrides.
This commit is contained in:
parent
8cb015e3a7
commit
e21a0bd231
6 changed files with 18 additions and 3 deletions
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";
|
Loading…
Add table
Add a link
Reference in a new issue