From 5c9c206f685e2826b8b3b49318b72b983c34a9be Mon Sep 17 00:00:00 2001 From: Ludovic Stephan Date: Sat, 18 Mar 2017 02:25:44 -0300 Subject: [PATCH] Adapt css to new canceled syntax --- kfet/static/kfet/css/history.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kfet/static/kfet/css/history.css b/kfet/static/kfet/css/history.css index fc6a46ad..0e75741a 100644 --- a/kfet/static/kfet/css/history.css +++ b/kfet/static/kfet/css/history.css @@ -93,11 +93,11 @@ color:#FFF; } -#history .ope.canceled, #history .transfer.canceled { +#history [canceled="true"] { color:#444; } -#history .ope.canceled::before, #history.transfer.canceled::before { +#history [canceled="true"]::before { position: absolute; content: ' '; width:100%;