Enable palette-editor remove buttons

This commit is contained in:
Nick O'Leary
2016-08-05 13:39:14 +01:00
parent 12e302c10a
commit 521e669879
4 changed files with 68 additions and 14 deletions

View File

@@ -58,6 +58,15 @@
margin-left: 5px;
}
}
.palette-module-shade {
position: absolute;
top: 0;
bottom:0;
left:0;
right:0;
background: rgba(255,255,255,0.8);
text-align: center;
}
.palette-module-meta {
overflow: hidden;
color: #666;