mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-11 01:07:36 +08:00
Fixed background of short page (ex.: system-->providers).
This commit is contained in:
parent
cef418a6ed
commit
99f7145169
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@
|
|||
|
||||
{% block head %}
|
||||
<style>
|
||||
html {
|
||||
background: #f5f7fa;
|
||||
}
|
||||
|
||||
.table td, .table th {
|
||||
padding: .4rem !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue