Kirki 3.1.5

This commit is contained in:
Alexander Agnarson 2020-08-10 18:48:59 +02:00
parent 695cde8611
commit c177f54c36
9 changed files with 70 additions and 44 deletions

View file

@ -145,23 +145,23 @@
/*
* CSS for support < 4.9
*/
self.toggler.css({
'height': '24px',
'margin': '0 6px 6px 0',
'padding': '0 0 0 30px',
'font-size': '11px'
});
// self.toggler.css({
// 'height': '24px',
// 'margin': '0 6px 6px 0',
// 'padding': '0 0 0 30px',
// 'font-size': '11px'
// });
self.toggler.find( '.wp-color-result-text' ).css({
'background': '#f7f7f7',
'border-radius': '0 2px 2px 0',
'border-left': '1px solid #ccc',
'color': '#555',
'display': 'block',
'line-height': '22px',
'padding': '0 6px',
'text-align': 'center'
});
// self.toggler.find( '.wp-color-result-text' ).css({
// 'background': '#f7f7f7',
// 'border-radius': '0 2px 2px 0',
// 'border-left': '1px solid #ccc',
// 'color': '#555',
// 'display': 'block',
// 'line-height': '22px',
// 'padding': '0 6px',
// 'text-align': 'center'
// });
el.iris( {
target: self.pickerContainer,
@ -193,7 +193,7 @@
}
self.toggler.find( 'span.color-alpha' ).css( {
'width': '30px',
'height': '24px',
'min-height': '100%',
'position': 'absolute',
'top': 0,
'left': 0,