Modify width of colorpicker in CSS to show 9 colors in each palette row
This commit is contained in:
parent
0e02693854
commit
07fd61bb7b
@ -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 */
|
||||
|
Reference in New Issue
Block a user