mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
less cleanup.
This commit is contained in:
parent
ef89f5ae4b
commit
f40d1013b0
21 changed files with 224 additions and 987 deletions
9
UI/Content/Overrides/bootstrap.less
vendored
Normal file
9
UI/Content/Overrides/bootstrap.less
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
.label, .badge {
|
||||
cursor : default;
|
||||
}
|
||||
|
||||
.input-append {
|
||||
.add-on {
|
||||
margin-left : 0;
|
||||
}
|
||||
}
|
12
UI/Content/Overrides/browser.less
Normal file
12
UI/Content/Overrides/browser.less
Normal file
|
@ -0,0 +1,12 @@
|
|||
html {
|
||||
overflow : -moz-scrollbars-vertical;
|
||||
overflow-y : scroll;
|
||||
}
|
||||
|
||||
button::-moz-focus-inner, a::-moz-focus-inner {
|
||||
border : 0;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
outline : none;
|
||||
}
|
2
UI/Content/Overrides/overrides.less
Normal file
2
UI/Content/Overrides/overrides.less
Normal file
|
@ -0,0 +1,2 @@
|
|||
@import "bootstrap";
|
||||
@import "browser";
|
Loading…
Add table
Add a link
Reference in a new issue