Modify width of colorpicker in CSS to show 9 colors in each palette row

This commit is contained in:
kiswa 2014-11-17 13:53:27 -05:00
parent 0e02693854
commit 07fd61bb7b

View File

@ -635,6 +635,9 @@ input.custom-inline {
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.sp-container {
width: 202px;
}
.sp-disabled {
background-color: #eee;
}
@ -654,7 +657,6 @@ input.custom-inline {
}
.sp-palette-container {
border: none;
padding: 7px;
padding-bottom: 290px;
}
/* jQueryUI Datepicker */