mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
#11540 Fixed dark theme styles on widget tables
This commit is contained in:
parent
6a941f6cda
commit
bcf26b6ac0
@ -252,7 +252,7 @@ tr.group_view_data,
|
|||||||
.group_view_data,
|
.group_view_data,
|
||||||
ol.steps li span,
|
ol.steps li span,
|
||||||
ol.steps li a {
|
ol.steps li a {
|
||||||
color: #fff;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tabs icons change color */
|
/* 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 tr:first-child > th,
|
||||||
.info_table th {
|
.info_table th {
|
||||||
background-color: #222;
|
background-color: #222 !important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1562,7 +1562,7 @@ a.autorefresh_txt,
|
|||||||
|
|
||||||
.info_table,
|
.info_table,
|
||||||
.filter_table {
|
.filter_table {
|
||||||
border: 1px solid #333;
|
border: 1px solid #333 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info_table.events > tbody > tr > td {
|
.info_table.events > tbody > tr > td {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user