13426-Fix background action icons (table) and change to white
This commit is contained in:
parent
596a50d155
commit
c9efa27e46
|
@ -64,6 +64,15 @@ button.sub,
|
|||
color: #fff !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,
|
||||
|
@ -437,10 +446,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: #fff;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue