mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
less cleanup.
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
.label, .badge {
|
||||
cursor : default;
|
||||
}
|
||||
|
||||
.input-append {
|
||||
.add-on {
|
||||
margin-left : 0;
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
@import "bootstrap";
|
||||
@import "browser";
|
||||
Reference in New Issue
Block a user