Skip to content
Snippets Groups Projects
Commit 2b7b2f51 authored by Martin Mareš's avatar Martin Mareš
Browse files

CSS: Barva pro stav "opraveno"

parent fda651c2
No related branches found
No related tags found
1 merge request!113Stav "opraveno"
This commit is part of merge request !113. Comments created here will be created in the context of that merge request.
......@@ -215,6 +215,10 @@ select.no-scroll::-webkit-scrollbar {
color: magenta;
}
.rstate-graded {
color: blueviolet;
}
.rstate-closed {
color: black;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment