mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
start replacing class-scopes with css variables
This commit is contained in:
parent
2933dce3ef
commit
6041df8370
File diff suppressed because it is too large
Load diff
|
@ -3318,7 +3318,7 @@ document.onkeydown = function (e) {
|
|||
function srch_msg(err, txt) {
|
||||
var o = ebi('srch_q');
|
||||
o.textContent = txt;
|
||||
o.style.color = err ? '#f09' : '#c90';
|
||||
clmod(o, 'err', err);
|
||||
}
|
||||
|
||||
var search_timeout,
|
||||
|
|
Loading…
Reference in a new issue