Commit a6e5fe40 by tarokkk

webui: fix

parent a880fc92
......@@ -116,15 +116,19 @@
background-color: #c1c1c1;
position: relative;
&.unfinished{
background-color: #FFFF66;
background-color: rgb(252, 252, 108);
background-image: url(constr.png);
background-position: right top;
background-repeat: no-repeat;
&:hover{
background-color: rgb(236, 236, 106);
background-image: url(constr.png);
}
}
&.selected-summary{
background-color: rgb(142, 219, 128);
background-color: rgb(124, 236, 103);
&:hover{
background-color: rgb(100, 223, 78);
background-color: rgb(135, 211, 120);
}
}
&:hover{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment