mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
update icon color
This commit is contained in:
parent
6072049f0b
commit
ac4a57fe09
@ -354,13 +354,13 @@ define([
|
||||
textColor = text;
|
||||
$modal.css('color', text);
|
||||
$modal.css('border-color', text);
|
||||
$('#' + SLIDE_COLOR_ID).find('i').css('color', text);
|
||||
$('#' + SLIDE_COLOR_ID).find('svg').css('color', text);
|
||||
slideOptions.textColor = text;
|
||||
}
|
||||
if (back) {
|
||||
backColor = back;
|
||||
$modal.find('.cp-app-slide-frame').css('background-color', back);
|
||||
$('#' + SLIDE_BACKCOLOR_ID).find('i').css('color', back);
|
||||
$('#' + SLIDE_BACKCOLOR_ID).find('svg').css('color', back).css('fill', back);
|
||||
slideOptions.bgColor = back;
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user