Merge branch 'ent-13426-mejorar-visualizacion-de-iconos-de-acciones-en-tema-oscuro' into 'develop'
Ent 13426 mejorar visualizacion de iconos de acciones en tema oscuro See merge request artica/pandorafms!7172
This commit is contained in:
commit
b00349a857
|
@ -65,6 +65,15 @@ button.sub,
|
|||
color: var(--text-color) !important;
|
||||
}
|
||||
|
||||
table
|
||||
> tbody
|
||||
> tr
|
||||
> td.table_action_buttons:not(.qwerqwer)
|
||||
input[type="image"]:not(.qwerqwer) {
|
||||
background-color: transparent !important;
|
||||
/* filter: brightness(4.5) contrast(100%) !important; */
|
||||
}
|
||||
|
||||
div#head,
|
||||
#menu_tab li.nomn_high,
|
||||
#menu_tab li.nomn_high span,
|
||||
|
@ -431,10 +440,16 @@ table.black_table_modal_alternate tr:nth-child(even) td {
|
|||
.table_action_buttons a[href] img,
|
||||
.table_action_buttons input[type="image"],
|
||||
.action_button_img {
|
||||
filter: brightness(4.5) contrast(50%);
|
||||
filter: brightness(4.5) contrast(100%) !important;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.table_action_buttons a[href] img.invert_filter,
|
||||
.table_action_buttons input[type="image"].invert_filter,
|
||||
.action_button_img.invert_filter {
|
||||
filter: invert(100%) brightness(4.5) contrast(100%) !important;
|
||||
}
|
||||
|
||||
a.pandora_pagination {
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue