Design attempt

This commit is contained in:
jdescottes
2013-11-27 23:43:59 +01:00
parent 42862e188d
commit 75dc1c5944
5 changed files with 17 additions and 15 deletions

View File

@@ -18,18 +18,11 @@
/* Remove the padding on the input container */
.sp-replacer {
padding: 3px;
height: 50%;
height: 100%;
border-width: 0;
box-sizing: border-box;
background-color: #888;
}
.sp-replacer:first-of-type {
padding-bottom: 0px;
}
.sp-replacer:not(:first-of-type) {
padding-top: 0px;
}
/* Hide the triangle */
.sp-dd {
display: none;

View File

@@ -149,6 +149,9 @@
margin-left: 0;
}
.palette-wrapper {
margin-top: 10px;
}
.palette-color[data-color=TRANSPARENT] {
position: relative;