Changeset 2101:4f5f79f9f0c9 for admin/js/color-picker.js
- Timestamp:
- 09/25/13 22:34:49 (12 years ago)
- Branch:
- ticket 1406
- Children:
- 2102:fba83bbd6ee1, 2103:41e000221329
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/color-picker.js
r503 r2101 13 13 colbox.linkedto = null; 14 14 15 $(colbox). css({border: '1px solid #000', width: '195px', background: '#fff', position: 'absolute'});16 $(colbox).css({display: 'none' });15 $(colbox).addClass('color-color-picker'); 16 $(colbox).css({display: 'none', position: 'absolute'}); 17 17 $('body').append(colbox); 18 18 }
Note: See TracChangeset
for help on using the changeset viewer.