Whilst a color change will be recorded to the db, it is not possible to reset to the default if an id is present.
It seems to be fixed by urlencoding and decoding the selector between
line 5593 jrCore/index.php
jrCore_show_skin_style
Add $name = urlencode($name);
line 3669 jrCore/index.php
jrCore_css_reset_save
Add $_post['tag'] = urldecode($_post['tag']);
Also, any rule with !important in it will break the colorpicker js display:
background-color: #aaa !important;
Also, not having color selection for background and border is inconvenient.
background: #bbb;
border-bottom: 1px solid #00d;
I've spotted a couple of typos as well:
line 5219 typo: jrCore_notice_page('error', 'There do not appear to be aby CSS files for this skin!');
5432 typo // Our tag is used te let the user know what they are changing
--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
updated by @ultrajam: 02/03/14 01:34:58PM