Commit 5e60d1dc by Bence Dányi

webui: fix missing suspend/delete icons

parent e3309acc
...@@ -375,16 +375,16 @@ ...@@ -375,16 +375,16 @@
font-size: .8em; font-size: .8em;
text-align: right; text-align: right;
} }
.entry span { span {
background-position: left center; background-position: left center;
background-repeat: no-repeat; background-repeat: no-repeat;
padding-left: 18px; padding-left: 18px;
&.suspend { &.suspend {
background-image: url(/static/icons/control-pause.png); background-image: url(/static/icons/control-pause.png);
} }
&.delete { &.delete {
background-image: url(/static/icons/minus-circle.png); background-image: url(/static/icons/minus-circle.png);
} }
} }
} }
#template-wizard .size-summary, .type .value { #template-wizard .size-summary, .type .value {
......
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