jQuery Mobile Skin
CKFinder UI is based on jQuery Mobile so its look & feel can be changed using the jQuery Mobile Theme Roller. For more information about custom skins and Theme Roller please refer to CKFinder documentation.
jQuery Mobile Swatch "a" Skin
CKFinder.widget( 'ckfinder-widget', {
width: '100%',
height: 600,
skin: 'jquery-mobile',
swatch: 'a'
} );
jQuery Mobile Swatch "b" Skin
CKFinder.widget( 'ckfinder-widget', {
width: '100%',
height: 600,
skin: 'jquery-mobile',
swatch: 'b'
} );