mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
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;
|
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,
|
div#head,
|
||||||
#menu_tab li.nomn_high,
|
#menu_tab li.nomn_high,
|
||||||
#menu_tab li.nomn_high span,
|
#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 a[href] img,
|
||||||
.table_action_buttons input[type="image"],
|
.table_action_buttons input[type="image"],
|
||||||
.action_button_img {
|
.action_button_img {
|
||||||
filter: brightness(4.5) contrast(50%);
|
filter: brightness(4.5) contrast(100%) !important;
|
||||||
background-color: transparent !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 {
|
a.pandora_pagination {
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user