Commit a6e5fe40 by tarokkk

webui: fix

parent a880fc92
...@@ -116,15 +116,19 @@ ...@@ -116,15 +116,19 @@
background-color: #c1c1c1; background-color: #c1c1c1;
position: relative; position: relative;
&.unfinished{ &.unfinished{
background-color: #FFFF66; background-color: rgb(252, 252, 108);
background-image: url(constr.png); background-image: url(constr.png);
background-position: right top; background-position: right top;
background-repeat: no-repeat; background-repeat: no-repeat;
&:hover{
background-color: rgb(236, 236, 106);
background-image: url(constr.png);
}
} }
&.selected-summary{ &.selected-summary{
background-color: rgb(142, 219, 128); background-color: rgb(124, 236, 103);
&:hover{ &:hover{
background-color: rgb(100, 223, 78); background-color: rgb(135, 211, 120);
} }
} }
&:hover{ &: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