From 5b117c8083d67601284298582cc2dc9947e0a0dc Mon Sep 17 00:00:00 2001 From: gilbN Date: Mon, 17 Jun 2019 20:31:03 +0200 Subject: [PATCH] fixed newspanel background --- CSS/themes/organizr/organizr-base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS/themes/organizr/organizr-base.css b/CSS/themes/organizr/organizr-base.css index 6c0bd1f9..72716182 100644 --- a/CSS/themes/organizr/organizr-base.css +++ b/CSS/themes/organizr/organizr-base.css @@ -166,7 +166,7 @@ html { } /* Settings - news panel */ #organizrNewsPanel .panel-body { - background: rgba(0, 0, 0, 0.15); + background: rgba(0, 0, 0, 0.15) !important; } /* Settings - tab editor panel */ .table-hover>tbody>tr:hover, .table-striped>tbody>tr:nth-of-type(odd), .table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {