mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue