#11540 Fixed dark theme styles on widget tables

This commit is contained in:
Jorge Rincon 2023-06-13 15:02:35 +02:00
parent 6a941f6cda
commit bcf26b6ac0
1 changed files with 3 additions and 3 deletions

View File

@ -252,7 +252,7 @@ tr.group_view_data,
.group_view_data,
ol.steps li span,
ol.steps li a {
color: #fff;
color: #fff !important;
}
/* Tabs icons change color */
@ -394,7 +394,7 @@ table.black_table_modal_alternate tr:nth-child(even) td {
.info_table tr:first-child > th,
.info_table th {
background-color: #222;
background-color: #222 !important;
color: #fff;
}
@ -1562,7 +1562,7 @@ a.autorefresh_txt,
.info_table,
.filter_table {
border: 1px solid #333;
border: 1px solid #333 !important;
}
.info_table.events > tbody > tr > td {