Skip to content
Snippets Groups Projects
Commit 105c9f3f authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

Úklid v CSS: Odstranění nepoužívaného označení testuserů pomocí šrafovaného podbarvení.

parent bb7f2c95
No related branches found
No related tags found
No related merge requests found
...@@ -114,16 +114,6 @@ table.data td.sol-warn { ...@@ -114,16 +114,6 @@ table.data td.sol-warn {
background-color: #ffaaaa; 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) { table tr.state-disqualified, table tr.state-disqualified a:not(.btn) {
color: red; color: red;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment