mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 09:34:29 +08:00
[main] debug
This commit is contained in:
@ -122,7 +122,7 @@
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if ( window.uitheme.id.lastIndexOf("gray-theme", 0) === 0 ) {
|
||||
if ( window.uitheme.id.lastIndexOf("theme-gray", 0) === 0 ) {
|
||||
header_tokens.forEach(function (i) {
|
||||
!!document.documentElement.style.setProperty('--' + i, "#f7f7f7");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user