Skip to content
Snippets Groups Projects
Commit 8af351ab 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 552bb0c6
No related branches found
No related tags found
1 merge request!82Označení neaktivovaných účtů -- vytvoření user_html_flags
...@@ -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