mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 07:55:22 +02:00
added some bootstrap overrides.
This commit is contained in:
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";
|
Reference in New Issue
Block a user