From 8af351abc78d1ca0d164babb710dfa1d25dfac52 Mon Sep 17 00:00:00 2001 From: Jiri Kalvoda <jirikalvoda@kam.mff.cuni.cz> Date: Fri, 2 Jul 2021 20:18:16 +0200 Subject: [PATCH] =?UTF-8?q?=C3=9Aklid=20v=20CSS:=20Odstran=C4=9Bn=C3=AD=20?= =?UTF-8?q?nepou=C5=BE=C3=ADvan=C3=A9ho=20ozna=C4=8Den=C3=AD=20testuser?= =?UTF-8?q?=C5=AF=20pomoc=C3=AD=20=C5=A1rafovan=C3=A9ho=20podbarven=C3=AD.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/mo.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/static/mo.css b/static/mo.css index 0c84556d..3c5df774 100644 --- a/static/mo.css +++ b/static/mo.css @@ -114,16 +114,6 @@ table.data td.sol-warn { background-color: #ffaaaa; } -table tr.testuser { - opacity: 0.7; - background: repeating-linear-gradient( - 45deg, - white, - white 10px, - #ddd 10px, - #ddd 20px - ); -} table tr.state-disqualified, table tr.state-disqualified a:not(.btn) { color: red; } -- GitLab