mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
css: style select with nice-select library
This commit is contained in:
parent
21de2bf4a0
commit
ce1e9672f9
9 changed files with 422 additions and 15 deletions
|
@ -555,6 +555,7 @@ var pad = {
|
|||
pad.changeViewOption('rtlIsTrue', true);
|
||||
}
|
||||
pad.changeViewOption('padFontFamily', padcookie.getPref("padFontFamily"));
|
||||
$('#viewfontmenu').val(padcookie.getPref("padFontFamily")).niceSelect('update');
|
||||
|
||||
hooks.aCallAll("postAceInit", {ace: padeditor.ace, pad: pad});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue