From 90e831b632d05aedfec125e091e445736a912198 Mon Sep 17 00:00:00 2001 From: p0ps Date: Thu, 31 Dec 2020 19:48:32 +0100 Subject: [PATCH] Fix row colors on show-results.vue and show-history.vue (#8944) * Fix row colors on show-results.vue and show-history.vue * yarn build runtime. * Dont need this * yarn dev --- .../slim/src/components/snatch-selection.vue | 89 +------------------ themes-default/slim/src/style/vgt-table.css | 88 ++++++++++++++++++ themes/dark/assets/js/medusa-runtime.js | 4 +- themes/light/assets/js/medusa-runtime.js | 4 +- 4 files changed, 93 insertions(+), 92 deletions(-) diff --git a/themes-default/slim/src/components/snatch-selection.vue b/themes-default/slim/src/components/snatch-selection.vue index 5848b23052..3446866f10 100644 --- a/themes-default/slim/src/components/snatch-selection.vue +++ b/themes-default/slim/src/components/snatch-selection.vue @@ -133,92 +133,5 @@ export default { }; - diff --git a/themes-default/slim/src/style/vgt-table.css b/themes-default/slim/src/style/vgt-table.css index ee40d556b6..edeca4c206 100644 --- a/themes-default/slim/src/style/vgt-table.css +++ b/themes-default/slim/src/style/vgt-table.css @@ -109,4 +109,92 @@ font-weight: 400; line-height: 1.42857143; white-space: nowrap; +} + +.vgt-table-styling >>> .align-center { + display: flex; + justify-content: center; +} + +.vgt-table-styling >>> .indexer-image :not(:last-child) { + margin-right: 5px; +} + +.vgt-table-styling >>> .button-row { + width: 100%; + display: inline-block; +} + +.vgt-table-styling >>> .fanartBackground { + clear: both; + opacity: 0.9; +} + +.vgt-table-styling >>> .fanartBackground table { + table-layout: auto; + width: 100%; + border-collapse: collapse; + border-spacing: 0; + text-align: center; + border: none; + empty-cells: show; + color: rgb(0, 0, 0) !important; +} + +.vgt-table-styling >>> .fanartBackground > table th.vgt-row-header { + border: none !important; + background-color: transparent !important; + color: rgb(255, 255, 255) !important; + padding-top: 15px !important; + text-align: left !important; +} + +.vgt-table-styling >>> .fanartBackground td.col-search { + text-align: center; +} + +.vgt-table-styling >>> .skipped { + background-color: rgb(190, 222, 237); +} + +.vgt-table-styling >>> .snatched { + background-color: rgb(235, 193, 234); +} + +.vgt-table-styling >>> .downloaded { + background-color: rgb(255, 218, 138); +} + +.vgt-table-styling >>> .failed { + background-color: rgb(255, 153, 153); +} + +.vgt-table-styling >>> .subtitled { + background-color: rgb(190, 222, 237); +} + +.vgt-table-styling >>> .global-ignored td.release span { + color: red; +} + +.vgt-table-styling >>> .show-ignored td.release span { + color: red; + font-style: italic; +} + +.vgt-table-styling >>> .global-required td.release span { + color: green; +} + +.vgt-table-styling >>> .show-required td.release span { + color: green; + font-style: italic; +} + +.vgt-table-styling >>> .global-undesired td.release span { + color: orange; +} + +.show-history { + margin-bottom: 10px; } \ No newline at end of file diff --git a/themes/dark/assets/js/medusa-runtime.js b/themes/dark/assets/js/medusa-runtime.js index 6d4d94ad40..8669b7baba 100644 --- a/themes/dark/assets/js/medusa-runtime.js +++ b/themes/dark/assets/js/medusa-runtime.js @@ -1769,7 +1769,7 @@ eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../. \*****************************************************************************************************************************************************************************************************************************/ /***/ ((module, __unused_webpack_exports, __webpack_require__) => { -eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(function(i){return i[1]});\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"/** Use this as table styling for all table layouts */\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table {\\n width: 100%;\\n margin-right: auto;\\n margin-left: auto;\\n text-align: left;\\n border-spacing: 0;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table th,\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table td {\\n padding: 4px;\\n vertical-align: middle;\\n}\\n\\n/* remove extra border from left edge */\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table th:first-child,\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table td:first-child {\\n border-left: none;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table th {\\n text-align: center;\\n border-collapse: collapse;\\n font-weight: normal;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table span.break-word {\\n word-wrap: break-word;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table thead th.sorting.sorting-asc {\\n background-position-x: right;\\n background-position-y: bottom;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table thead th.sorting {\\n background-repeat: no-repeat;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table thead th {\\n padding: 4px;\\n cursor: default;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table input.tablesorter-filter {\\n width: 98%;\\n height: auto;\\n -webkit-box-sizing: border-box;\\n -moz-box-sizing: border-box;\\n box-sizing: border-box;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table tr.tablesorter-filter-row,\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table tr.tablesorter-filter-row td {\\n text-align: center;\\n}\\n\\n/* optional disabled input styling */\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table input.tablesorter-filter-row .disabled {\\n display: none;\\n}\\n.tablesorter-header-inner[data-v-0ad4c7fc] {\\n padding: 0 2px;\\n text-align: center;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table tfoot tr {\\n text-align: center;\\n border-collapse: collapse;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table tfoot a {\\n text-decoration: none;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table th.vgt-row-header {\\n text-align: left;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table .season-header {\\n display: inline;\\n margin-left: 5px;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table tr.spacer {\\n height: 25px;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-dropdown-menu {\\n position: absolute;\\n z-index: 1000;\\n float: left;\\n min-width: 160px;\\n padding: 5px 0;\\n margin: 2px 0 0;\\n font-size: 14px;\\n text-align: left;\\n list-style: none;\\n background-clip: padding-box;\\n border-radius: 4px;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-dropdown-menu > li > span {\\n display: block;\\n padding: 3px 20px;\\n clear: both;\\n font-weight: 400;\\n line-height: 1.42857143;\\n white-space: nowrap;\\n}\", \"\"]);\n// Exports\nmodule.exports = ___CSS_LOADER_EXPORT___;\n\n\n//# sourceURL=webpack://slim/./src/style/vgt-table.css?./node_modules/css-loader/dist/cjs.js??clonedRuleSet-3%5B0%5D.rules%5B0%5D.use%5B1%5D!./node_modules/vue-loader/lib/loaders/stylePostLoader.js"); +eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(function(i){return i[1]});\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"/** Use this as table styling for all table layouts */\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table {\\n width: 100%;\\n margin-right: auto;\\n margin-left: auto;\\n text-align: left;\\n border-spacing: 0;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table th,\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table td {\\n padding: 4px;\\n vertical-align: middle;\\n}\\n\\n/* remove extra border from left edge */\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table th:first-child,\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table td:first-child {\\n border-left: none;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table th {\\n text-align: center;\\n border-collapse: collapse;\\n font-weight: normal;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table span.break-word {\\n word-wrap: break-word;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table thead th.sorting.sorting-asc {\\n background-position-x: right;\\n background-position-y: bottom;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table thead th.sorting {\\n background-repeat: no-repeat;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table thead th {\\n padding: 4px;\\n cursor: default;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table input.tablesorter-filter {\\n width: 98%;\\n height: auto;\\n -webkit-box-sizing: border-box;\\n -moz-box-sizing: border-box;\\n box-sizing: border-box;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table tr.tablesorter-filter-row,\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table tr.tablesorter-filter-row td {\\n text-align: center;\\n}\\n\\n/* optional disabled input styling */\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table input.tablesorter-filter-row .disabled {\\n display: none;\\n}\\n.tablesorter-header-inner[data-v-0ad4c7fc] {\\n padding: 0 2px;\\n text-align: center;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table tfoot tr {\\n text-align: center;\\n border-collapse: collapse;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table tfoot a {\\n text-decoration: none;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table th.vgt-row-header {\\n text-align: left;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table .season-header {\\n display: inline;\\n margin-left: 5px;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table tr.spacer {\\n height: 25px;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-dropdown-menu {\\n position: absolute;\\n z-index: 1000;\\n float: left;\\n min-width: 160px;\\n padding: 5px 0;\\n margin: 2px 0 0;\\n font-size: 14px;\\n text-align: left;\\n list-style: none;\\n background-clip: padding-box;\\n border-radius: 4px;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-dropdown-menu > li > span {\\n display: block;\\n padding: 3px 20px;\\n clear: both;\\n font-weight: 400;\\n line-height: 1.42857143;\\n white-space: nowrap;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .align-center {\\n display: flex;\\n justify-content: center;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .indexer-image :not(:last-child) {\\n margin-right: 5px;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .button-row {\\n width: 100%;\\n display: inline-block;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .fanartBackground {\\n clear: both;\\n opacity: 0.9;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .fanartBackground table {\\n table-layout: auto;\\n width: 100%;\\n border-collapse: collapse;\\n border-spacing: 0;\\n text-align: center;\\n border: none;\\n empty-cells: show;\\n color: rgb(0, 0, 0) !important;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .fanartBackground > table th.vgt-row-header {\\n border: none !important;\\n background-color: transparent !important;\\n color: rgb(255, 255, 255) !important;\\n padding-top: 15px !important;\\n text-align: left !important;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .fanartBackground td.col-search {\\n text-align: center;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .skipped {\\n background-color: rgb(190, 222, 237);\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .snatched {\\n background-color: rgb(235, 193, 234);\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .downloaded {\\n background-color: rgb(255, 218, 138);\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .failed {\\n background-color: rgb(255, 153, 153);\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .subtitled {\\n background-color: rgb(190, 222, 237);\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .global-ignored td.release span {\\n color: red;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .show-ignored td.release span {\\n color: red;\\n font-style: italic;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .global-required td.release span {\\n color: green;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .show-required td.release span {\\n color: green;\\n font-style: italic;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .global-undesired td.release span {\\n color: orange;\\n}\\n.show-history[data-v-0ad4c7fc] {\\n margin-bottom: 10px;\\n}\", \"\"]);\n// Exports\nmodule.exports = ___CSS_LOADER_EXPORT___;\n\n\n//# sourceURL=webpack://slim/./src/style/vgt-table.css?./node_modules/css-loader/dist/cjs.js??clonedRuleSet-3%5B0%5D.rules%5B0%5D.use%5B1%5D!./node_modules/vue-loader/lib/loaders/stylePostLoader.js"); /***/ }), @@ -1779,7 +1779,7 @@ eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../. \*****************************************************************************************************************************************************************************************************************************/ /***/ ((module, __unused_webpack_exports, __webpack_require__) => { -eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(function(i){return i[1]});\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"/** Use this as table styling for all table layouts */\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table {\\n width: 100%;\\n margin-right: auto;\\n margin-left: auto;\\n text-align: left;\\n border-spacing: 0;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table th,\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table td {\\n padding: 4px;\\n vertical-align: middle;\\n}\\n\\n/* remove extra border from left edge */\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table th:first-child,\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table td:first-child {\\n border-left: none;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table th {\\n text-align: center;\\n border-collapse: collapse;\\n font-weight: normal;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table span.break-word {\\n word-wrap: break-word;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table thead th.sorting.sorting-asc {\\n background-position-x: right;\\n background-position-y: bottom;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table thead th.sorting {\\n background-repeat: no-repeat;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table thead th {\\n padding: 4px;\\n cursor: default;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table input.tablesorter-filter {\\n width: 98%;\\n height: auto;\\n -webkit-box-sizing: border-box;\\n -moz-box-sizing: border-box;\\n box-sizing: border-box;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table tr.tablesorter-filter-row,\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table tr.tablesorter-filter-row td {\\n text-align: center;\\n}\\n\\n/* optional disabled input styling */\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table input.tablesorter-filter-row .disabled {\\n display: none;\\n}\\n.tablesorter-header-inner[data-v-f8155dfc] {\\n padding: 0 2px;\\n text-align: center;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table tfoot tr {\\n text-align: center;\\n border-collapse: collapse;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table tfoot a {\\n text-decoration: none;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table th.vgt-row-header {\\n text-align: left;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table .season-header {\\n display: inline;\\n margin-left: 5px;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table tr.spacer {\\n height: 25px;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-dropdown-menu {\\n position: absolute;\\n z-index: 1000;\\n float: left;\\n min-width: 160px;\\n padding: 5px 0;\\n margin: 2px 0 0;\\n font-size: 14px;\\n text-align: left;\\n list-style: none;\\n background-clip: padding-box;\\n border-radius: 4px;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-dropdown-menu > li > span {\\n display: block;\\n padding: 3px 20px;\\n clear: both;\\n font-weight: 400;\\n line-height: 1.42857143;\\n white-space: nowrap;\\n}\", \"\"]);\n// Exports\nmodule.exports = ___CSS_LOADER_EXPORT___;\n\n\n//# sourceURL=webpack://slim/./src/style/vgt-table.css?./node_modules/css-loader/dist/cjs.js??clonedRuleSet-3%5B0%5D.rules%5B0%5D.use%5B1%5D!./node_modules/vue-loader/lib/loaders/stylePostLoader.js"); +eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(function(i){return i[1]});\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"/** Use this as table styling for all table layouts */\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table {\\n width: 100%;\\n margin-right: auto;\\n margin-left: auto;\\n text-align: left;\\n border-spacing: 0;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table th,\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table td {\\n padding: 4px;\\n vertical-align: middle;\\n}\\n\\n/* remove extra border from left edge */\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table th:first-child,\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table td:first-child {\\n border-left: none;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table th {\\n text-align: center;\\n border-collapse: collapse;\\n font-weight: normal;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table span.break-word {\\n word-wrap: break-word;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table thead th.sorting.sorting-asc {\\n background-position-x: right;\\n background-position-y: bottom;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table thead th.sorting {\\n background-repeat: no-repeat;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table thead th {\\n padding: 4px;\\n cursor: default;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table input.tablesorter-filter {\\n width: 98%;\\n height: auto;\\n -webkit-box-sizing: border-box;\\n -moz-box-sizing: border-box;\\n box-sizing: border-box;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table tr.tablesorter-filter-row,\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table tr.tablesorter-filter-row td {\\n text-align: center;\\n}\\n\\n/* optional disabled input styling */\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table input.tablesorter-filter-row .disabled {\\n display: none;\\n}\\n.tablesorter-header-inner[data-v-f8155dfc] {\\n padding: 0 2px;\\n text-align: center;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table tfoot tr {\\n text-align: center;\\n border-collapse: collapse;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table tfoot a {\\n text-decoration: none;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table th.vgt-row-header {\\n text-align: left;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table .season-header {\\n display: inline;\\n margin-left: 5px;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table tr.spacer {\\n height: 25px;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-dropdown-menu {\\n position: absolute;\\n z-index: 1000;\\n float: left;\\n min-width: 160px;\\n padding: 5px 0;\\n margin: 2px 0 0;\\n font-size: 14px;\\n text-align: left;\\n list-style: none;\\n background-clip: padding-box;\\n border-radius: 4px;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-dropdown-menu > li > span {\\n display: block;\\n padding: 3px 20px;\\n clear: both;\\n font-weight: 400;\\n line-height: 1.42857143;\\n white-space: nowrap;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .align-center {\\n display: flex;\\n justify-content: center;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .indexer-image :not(:last-child) {\\n margin-right: 5px;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .button-row {\\n width: 100%;\\n display: inline-block;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .fanartBackground {\\n clear: both;\\n opacity: 0.9;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .fanartBackground table {\\n table-layout: auto;\\n width: 100%;\\n border-collapse: collapse;\\n border-spacing: 0;\\n text-align: center;\\n border: none;\\n empty-cells: show;\\n color: rgb(0, 0, 0) !important;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .fanartBackground > table th.vgt-row-header {\\n border: none !important;\\n background-color: transparent !important;\\n color: rgb(255, 255, 255) !important;\\n padding-top: 15px !important;\\n text-align: left !important;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .fanartBackground td.col-search {\\n text-align: center;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .skipped {\\n background-color: rgb(190, 222, 237);\\n}\\n.vgt-table-styling[data-v-f8155dfc] .snatched {\\n background-color: rgb(235, 193, 234);\\n}\\n.vgt-table-styling[data-v-f8155dfc] .downloaded {\\n background-color: rgb(255, 218, 138);\\n}\\n.vgt-table-styling[data-v-f8155dfc] .failed {\\n background-color: rgb(255, 153, 153);\\n}\\n.vgt-table-styling[data-v-f8155dfc] .subtitled {\\n background-color: rgb(190, 222, 237);\\n}\\n.vgt-table-styling[data-v-f8155dfc] .global-ignored td.release span {\\n color: red;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .show-ignored td.release span {\\n color: red;\\n font-style: italic;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .global-required td.release span {\\n color: green;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .show-required td.release span {\\n color: green;\\n font-style: italic;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .global-undesired td.release span {\\n color: orange;\\n}\\n.show-history[data-v-f8155dfc] {\\n margin-bottom: 10px;\\n}\", \"\"]);\n// Exports\nmodule.exports = ___CSS_LOADER_EXPORT___;\n\n\n//# sourceURL=webpack://slim/./src/style/vgt-table.css?./node_modules/css-loader/dist/cjs.js??clonedRuleSet-3%5B0%5D.rules%5B0%5D.use%5B1%5D!./node_modules/vue-loader/lib/loaders/stylePostLoader.js"); /***/ }), diff --git a/themes/light/assets/js/medusa-runtime.js b/themes/light/assets/js/medusa-runtime.js index 6d4d94ad40..8669b7baba 100644 --- a/themes/light/assets/js/medusa-runtime.js +++ b/themes/light/assets/js/medusa-runtime.js @@ -1769,7 +1769,7 @@ eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../. \*****************************************************************************************************************************************************************************************************************************/ /***/ ((module, __unused_webpack_exports, __webpack_require__) => { -eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(function(i){return i[1]});\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"/** Use this as table styling for all table layouts */\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table {\\n width: 100%;\\n margin-right: auto;\\n margin-left: auto;\\n text-align: left;\\n border-spacing: 0;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table th,\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table td {\\n padding: 4px;\\n vertical-align: middle;\\n}\\n\\n/* remove extra border from left edge */\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table th:first-child,\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table td:first-child {\\n border-left: none;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table th {\\n text-align: center;\\n border-collapse: collapse;\\n font-weight: normal;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table span.break-word {\\n word-wrap: break-word;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table thead th.sorting.sorting-asc {\\n background-position-x: right;\\n background-position-y: bottom;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table thead th.sorting {\\n background-repeat: no-repeat;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table thead th {\\n padding: 4px;\\n cursor: default;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table input.tablesorter-filter {\\n width: 98%;\\n height: auto;\\n -webkit-box-sizing: border-box;\\n -moz-box-sizing: border-box;\\n box-sizing: border-box;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table tr.tablesorter-filter-row,\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table tr.tablesorter-filter-row td {\\n text-align: center;\\n}\\n\\n/* optional disabled input styling */\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table input.tablesorter-filter-row .disabled {\\n display: none;\\n}\\n.tablesorter-header-inner[data-v-0ad4c7fc] {\\n padding: 0 2px;\\n text-align: center;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table tfoot tr {\\n text-align: center;\\n border-collapse: collapse;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table tfoot a {\\n text-decoration: none;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table th.vgt-row-header {\\n text-align: left;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table .season-header {\\n display: inline;\\n margin-left: 5px;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table tr.spacer {\\n height: 25px;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-dropdown-menu {\\n position: absolute;\\n z-index: 1000;\\n float: left;\\n min-width: 160px;\\n padding: 5px 0;\\n margin: 2px 0 0;\\n font-size: 14px;\\n text-align: left;\\n list-style: none;\\n background-clip: padding-box;\\n border-radius: 4px;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-dropdown-menu > li > span {\\n display: block;\\n padding: 3px 20px;\\n clear: both;\\n font-weight: 400;\\n line-height: 1.42857143;\\n white-space: nowrap;\\n}\", \"\"]);\n// Exports\nmodule.exports = ___CSS_LOADER_EXPORT___;\n\n\n//# sourceURL=webpack://slim/./src/style/vgt-table.css?./node_modules/css-loader/dist/cjs.js??clonedRuleSet-3%5B0%5D.rules%5B0%5D.use%5B1%5D!./node_modules/vue-loader/lib/loaders/stylePostLoader.js"); +eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(function(i){return i[1]});\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"/** Use this as table styling for all table layouts */\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table {\\n width: 100%;\\n margin-right: auto;\\n margin-left: auto;\\n text-align: left;\\n border-spacing: 0;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table th,\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table td {\\n padding: 4px;\\n vertical-align: middle;\\n}\\n\\n/* remove extra border from left edge */\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table th:first-child,\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table td:first-child {\\n border-left: none;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table th {\\n text-align: center;\\n border-collapse: collapse;\\n font-weight: normal;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table span.break-word {\\n word-wrap: break-word;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table thead th.sorting.sorting-asc {\\n background-position-x: right;\\n background-position-y: bottom;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table thead th.sorting {\\n background-repeat: no-repeat;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table thead th {\\n padding: 4px;\\n cursor: default;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table input.tablesorter-filter {\\n width: 98%;\\n height: auto;\\n -webkit-box-sizing: border-box;\\n -moz-box-sizing: border-box;\\n box-sizing: border-box;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table tr.tablesorter-filter-row,\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table tr.tablesorter-filter-row td {\\n text-align: center;\\n}\\n\\n/* optional disabled input styling */\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table input.tablesorter-filter-row .disabled {\\n display: none;\\n}\\n.tablesorter-header-inner[data-v-0ad4c7fc] {\\n padding: 0 2px;\\n text-align: center;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table tfoot tr {\\n text-align: center;\\n border-collapse: collapse;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table tfoot a {\\n text-decoration: none;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table th.vgt-row-header {\\n text-align: left;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table .season-header {\\n display: inline;\\n margin-left: 5px;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-table tr.spacer {\\n height: 25px;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-dropdown-menu {\\n position: absolute;\\n z-index: 1000;\\n float: left;\\n min-width: 160px;\\n padding: 5px 0;\\n margin: 2px 0 0;\\n font-size: 14px;\\n text-align: left;\\n list-style: none;\\n background-clip: padding-box;\\n border-radius: 4px;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .vgt-dropdown-menu > li > span {\\n display: block;\\n padding: 3px 20px;\\n clear: both;\\n font-weight: 400;\\n line-height: 1.42857143;\\n white-space: nowrap;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .align-center {\\n display: flex;\\n justify-content: center;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .indexer-image :not(:last-child) {\\n margin-right: 5px;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .button-row {\\n width: 100%;\\n display: inline-block;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .fanartBackground {\\n clear: both;\\n opacity: 0.9;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .fanartBackground table {\\n table-layout: auto;\\n width: 100%;\\n border-collapse: collapse;\\n border-spacing: 0;\\n text-align: center;\\n border: none;\\n empty-cells: show;\\n color: rgb(0, 0, 0) !important;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .fanartBackground > table th.vgt-row-header {\\n border: none !important;\\n background-color: transparent !important;\\n color: rgb(255, 255, 255) !important;\\n padding-top: 15px !important;\\n text-align: left !important;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .fanartBackground td.col-search {\\n text-align: center;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .skipped {\\n background-color: rgb(190, 222, 237);\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .snatched {\\n background-color: rgb(235, 193, 234);\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .downloaded {\\n background-color: rgb(255, 218, 138);\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .failed {\\n background-color: rgb(255, 153, 153);\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .subtitled {\\n background-color: rgb(190, 222, 237);\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .global-ignored td.release span {\\n color: red;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .show-ignored td.release span {\\n color: red;\\n font-style: italic;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .global-required td.release span {\\n color: green;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .show-required td.release span {\\n color: green;\\n font-style: italic;\\n}\\n.vgt-table-styling[data-v-0ad4c7fc] .global-undesired td.release span {\\n color: orange;\\n}\\n.show-history[data-v-0ad4c7fc] {\\n margin-bottom: 10px;\\n}\", \"\"]);\n// Exports\nmodule.exports = ___CSS_LOADER_EXPORT___;\n\n\n//# sourceURL=webpack://slim/./src/style/vgt-table.css?./node_modules/css-loader/dist/cjs.js??clonedRuleSet-3%5B0%5D.rules%5B0%5D.use%5B1%5D!./node_modules/vue-loader/lib/loaders/stylePostLoader.js"); /***/ }), @@ -1779,7 +1779,7 @@ eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../. \*****************************************************************************************************************************************************************************************************************************/ /***/ ((module, __unused_webpack_exports, __webpack_require__) => { -eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(function(i){return i[1]});\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"/** Use this as table styling for all table layouts */\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table {\\n width: 100%;\\n margin-right: auto;\\n margin-left: auto;\\n text-align: left;\\n border-spacing: 0;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table th,\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table td {\\n padding: 4px;\\n vertical-align: middle;\\n}\\n\\n/* remove extra border from left edge */\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table th:first-child,\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table td:first-child {\\n border-left: none;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table th {\\n text-align: center;\\n border-collapse: collapse;\\n font-weight: normal;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table span.break-word {\\n word-wrap: break-word;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table thead th.sorting.sorting-asc {\\n background-position-x: right;\\n background-position-y: bottom;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table thead th.sorting {\\n background-repeat: no-repeat;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table thead th {\\n padding: 4px;\\n cursor: default;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table input.tablesorter-filter {\\n width: 98%;\\n height: auto;\\n -webkit-box-sizing: border-box;\\n -moz-box-sizing: border-box;\\n box-sizing: border-box;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table tr.tablesorter-filter-row,\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table tr.tablesorter-filter-row td {\\n text-align: center;\\n}\\n\\n/* optional disabled input styling */\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table input.tablesorter-filter-row .disabled {\\n display: none;\\n}\\n.tablesorter-header-inner[data-v-f8155dfc] {\\n padding: 0 2px;\\n text-align: center;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table tfoot tr {\\n text-align: center;\\n border-collapse: collapse;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table tfoot a {\\n text-decoration: none;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table th.vgt-row-header {\\n text-align: left;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table .season-header {\\n display: inline;\\n margin-left: 5px;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table tr.spacer {\\n height: 25px;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-dropdown-menu {\\n position: absolute;\\n z-index: 1000;\\n float: left;\\n min-width: 160px;\\n padding: 5px 0;\\n margin: 2px 0 0;\\n font-size: 14px;\\n text-align: left;\\n list-style: none;\\n background-clip: padding-box;\\n border-radius: 4px;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-dropdown-menu > li > span {\\n display: block;\\n padding: 3px 20px;\\n clear: both;\\n font-weight: 400;\\n line-height: 1.42857143;\\n white-space: nowrap;\\n}\", \"\"]);\n// Exports\nmodule.exports = ___CSS_LOADER_EXPORT___;\n\n\n//# sourceURL=webpack://slim/./src/style/vgt-table.css?./node_modules/css-loader/dist/cjs.js??clonedRuleSet-3%5B0%5D.rules%5B0%5D.use%5B1%5D!./node_modules/vue-loader/lib/loaders/stylePostLoader.js"); +eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(function(i){return i[1]});\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"/** Use this as table styling for all table layouts */\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table {\\n width: 100%;\\n margin-right: auto;\\n margin-left: auto;\\n text-align: left;\\n border-spacing: 0;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table th,\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table td {\\n padding: 4px;\\n vertical-align: middle;\\n}\\n\\n/* remove extra border from left edge */\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table th:first-child,\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table td:first-child {\\n border-left: none;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table th {\\n text-align: center;\\n border-collapse: collapse;\\n font-weight: normal;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table span.break-word {\\n word-wrap: break-word;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table thead th.sorting.sorting-asc {\\n background-position-x: right;\\n background-position-y: bottom;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table thead th.sorting {\\n background-repeat: no-repeat;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table thead th {\\n padding: 4px;\\n cursor: default;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table input.tablesorter-filter {\\n width: 98%;\\n height: auto;\\n -webkit-box-sizing: border-box;\\n -moz-box-sizing: border-box;\\n box-sizing: border-box;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table tr.tablesorter-filter-row,\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table tr.tablesorter-filter-row td {\\n text-align: center;\\n}\\n\\n/* optional disabled input styling */\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table input.tablesorter-filter-row .disabled {\\n display: none;\\n}\\n.tablesorter-header-inner[data-v-f8155dfc] {\\n padding: 0 2px;\\n text-align: center;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table tfoot tr {\\n text-align: center;\\n border-collapse: collapse;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table tfoot a {\\n text-decoration: none;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table th.vgt-row-header {\\n text-align: left;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table .season-header {\\n display: inline;\\n margin-left: 5px;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-table tr.spacer {\\n height: 25px;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-dropdown-menu {\\n position: absolute;\\n z-index: 1000;\\n float: left;\\n min-width: 160px;\\n padding: 5px 0;\\n margin: 2px 0 0;\\n font-size: 14px;\\n text-align: left;\\n list-style: none;\\n background-clip: padding-box;\\n border-radius: 4px;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .vgt-dropdown-menu > li > span {\\n display: block;\\n padding: 3px 20px;\\n clear: both;\\n font-weight: 400;\\n line-height: 1.42857143;\\n white-space: nowrap;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .align-center {\\n display: flex;\\n justify-content: center;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .indexer-image :not(:last-child) {\\n margin-right: 5px;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .button-row {\\n width: 100%;\\n display: inline-block;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .fanartBackground {\\n clear: both;\\n opacity: 0.9;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .fanartBackground table {\\n table-layout: auto;\\n width: 100%;\\n border-collapse: collapse;\\n border-spacing: 0;\\n text-align: center;\\n border: none;\\n empty-cells: show;\\n color: rgb(0, 0, 0) !important;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .fanartBackground > table th.vgt-row-header {\\n border: none !important;\\n background-color: transparent !important;\\n color: rgb(255, 255, 255) !important;\\n padding-top: 15px !important;\\n text-align: left !important;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .fanartBackground td.col-search {\\n text-align: center;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .skipped {\\n background-color: rgb(190, 222, 237);\\n}\\n.vgt-table-styling[data-v-f8155dfc] .snatched {\\n background-color: rgb(235, 193, 234);\\n}\\n.vgt-table-styling[data-v-f8155dfc] .downloaded {\\n background-color: rgb(255, 218, 138);\\n}\\n.vgt-table-styling[data-v-f8155dfc] .failed {\\n background-color: rgb(255, 153, 153);\\n}\\n.vgt-table-styling[data-v-f8155dfc] .subtitled {\\n background-color: rgb(190, 222, 237);\\n}\\n.vgt-table-styling[data-v-f8155dfc] .global-ignored td.release span {\\n color: red;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .show-ignored td.release span {\\n color: red;\\n font-style: italic;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .global-required td.release span {\\n color: green;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .show-required td.release span {\\n color: green;\\n font-style: italic;\\n}\\n.vgt-table-styling[data-v-f8155dfc] .global-undesired td.release span {\\n color: orange;\\n}\\n.show-history[data-v-f8155dfc] {\\n margin-bottom: 10px;\\n}\", \"\"]);\n// Exports\nmodule.exports = ___CSS_LOADER_EXPORT___;\n\n\n//# sourceURL=webpack://slim/./src/style/vgt-table.css?./node_modules/css-loader/dist/cjs.js??clonedRuleSet-3%5B0%5D.rules%5B0%5D.use%5B1%5D!./node_modules/vue-loader/lib/loaders/stylePostLoader.js"); /***/ }),