Adapt css to new canceled syntax

This commit is contained in:
Ludovic Stephan 2017-03-18 02:25:44 -03:00
parent b0b1fdf936
commit 5c9c206f68

View file

@ -93,11 +93,11 @@
color:#FFF; color:#FFF;
} }
#history .ope.canceled, #history .transfer.canceled { #history [canceled="true"] {
color:#444; color:#444;
} }
#history .ope.canceled::before, #history.transfer.canceled::before { #history [canceled="true"]::before {
position: absolute; position: absolute;
content: ' '; content: ' ';
width:100%; width:100%;