Merge branch 'ent-11540-modo-oscuro-en-widgets-muestra-algunas-trazas-de-blanco' into 'develop'
Ent 11540 modo oscuro en widgets muestra algunas trazas de blanco See merge request artica/pandorafms!6093
This commit is contained in:
commit
e589ad1015
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue