From 9f2c2bba38a25e46e6be122e45e552ba80f0061a Mon Sep 17 00:00:00 2001 From: gilbN Date: Sat, 11 May 2019 14:40:27 +0200 Subject: [PATCH] bazarr log fixes --- CSS/themes/orgarr-plex.css | 24 +++++++++++++++++++++++- CSS/themes/orgarr.css | 18 +++++++++++++++++- 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/CSS/themes/orgarr-plex.css b/CSS/themes/orgarr-plex.css index 009bd124..6f5d0308 100644 --- a/CSS/themes/orgarr-plex.css +++ b/CSS/themes/orgarr-plex.css @@ -1357,5 +1357,27 @@ a.ui.active.label:hover, a.ui.labels .active.label:hover { color: #00c1ff; } .ui.input { - color: #000; + color: #FFF !important; +} +/* LOGS PAGE */ +table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd { + background-color: hsla(0, 0%, 100%, 0.15); +} +table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover { + background-color: hsla(0, 0%, 100%, .25); +} +.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate { + color: #ffffff; +} +.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active { + color: #fff !important; +} +.dataTables_wrapper .dataTables_paginate .paginate_button { + color: #FFF !important; +} +/* SCAN POPUP */ +.noty_theme__semanticui.noty_type__info, .noty_theme__semanticui.noty_type__information { + background-color: #191a1c; + color: #FFF; + box-shadow: 0 0 0 1px #00000000 inset, 0 0 0 0 transparent; } diff --git a/CSS/themes/orgarr.css b/CSS/themes/orgarr.css index 5e1a27e4..3e105b67 100644 --- a/CSS/themes/orgarr.css +++ b/CSS/themes/orgarr.css @@ -1300,8 +1300,24 @@ a.ui.active.label:hover, a.ui.labels .active.label:hover { color: #00c1ff; } .ui.input { - color: #FFF; + color: #FFF !important; } .ui.form input:not([type]):focus, .ui.form input[type=date]:focus, .ui.form input[type=datetime-local]:focus, .ui.form input[type=email]:focus, .ui.form input[type=file]:focus, .ui.form input[type=number]:focus, .ui.form input[type=password]:focus, .ui.form input[type=search]:focus, .ui.form input[type=tel]:focus, .ui.form input[type=text]:focus, .ui.form input[type=time]:focus, .ui.form input[type=url]:focus { border-color: #fff; } + /* LOGS PAGE */ +table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd { + background-color: hsla(0, 0%, 100%, 0.15); +} +table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover { + background-color: hsla(0, 0%, 100%, .25); +} +.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate { + color: #ffffff; +} +/* SCAN POPUP */ +.noty_theme__semanticui.noty_type__info, .noty_theme__semanticui.noty_type__information { + background-color: #191a1c; + color: #FFF; + box-shadow: 0 0 0 1px #00000000 inset, 0 0 0 0 transparent; +}