Browse Source

fixed newspanel background

pull/11/head
gilbN 5 years ago
parent
commit
5b117c8083
  1. 2
      CSS/themes/organizr/organizr-base.css

2
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 {

Loading…
Cancel
Save