Styled polyfill window for colorpicker to match rest of site

This commit is contained in:
Kasper Rynning-Tønnesen
2017-10-31 13:55:22 +01:00
parent a31cc6c759
commit c501b162e8
2 changed files with 34 additions and 0 deletions

View File

@@ -1927,6 +1927,27 @@ nav ul li:hover, nav ul li.active {
border-top-left-radius: 4px;
}
.polyfill-color {
border: none;
background: white;
border-radius: 2px;
padding: 12px 12px 0px 12px;
}
.sp-picker-container {
width: auto;
}
.sp-container button, .sp-container button:hover, .sp-container button:active {
background: none;
border: none;
border-radius: 0;
color: black;
font-size: inherit;
line-height: inherit;
box-shadow: none;
}
.sp-replacer {
border: none;
background: none;