mirror of
https://github.com/9001/copyparty.git
synced 2026-03-15 12:43:19 +10:00
start replacing class-scopes with css variables
This commit is contained in:
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,
|
||||
|
||||
Reference in New Issue
Block a user