mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 12:33:10 +00:00
[149] update css
This commit is contained in:
parent
ea67239531
commit
461c0f5495
2 changed files with 6 additions and 5 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.18.3-develop148
|
||||
1.18.3-develop149
|
||||
|
|
9
docs/_static/custom.css
vendored
9
docs/_static/custom.css
vendored
|
@ -382,14 +382,15 @@ table.dualTable td, table.dualTable th {
|
|||
table.image-table {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
table.image-table tr {
|
||||
padding: 1px
|
||||
border-spacing: 10px;
|
||||
border-collapse: separate;
|
||||
}
|
||||
table.image-table td {
|
||||
padding: 15px
|
||||
text-align: center;
|
||||
background-color: #1D1D1D
|
||||
}
|
||||
table.image-table, table.image-table tbody, table.image-table tr, table.image-table td, table.image-table th {
|
||||
table.image-table, table.image-table tbody, table.image-table tr, table.image-table th {
|
||||
background-color: rgba(0, 0, 0, 0.0) !important;
|
||||
}
|
||||
details {
|
||||
|
|
Loading…
Reference in a new issue