Pearx commited on
Commit
aeca5e6
1 Parent(s): ae5d6c1

Update custom.py

Browse files
Files changed (1) hide show
  1. custom.py +1 -1
custom.py CHANGED
@@ -124,7 +124,7 @@ js_code = """
124
  });
125
  textinput.addEventListener('focusin', function() {
126
  event.stopPropagation();
127
- baseweb.style.borderColor = 'rgb(255,75,75)';
128
  });
129
  textinput.addEventListener('focusout', function() {
130
  event.stopPropagation();
 
124
  });
125
  textinput.addEventListener('focusin', function() {
126
  event.stopPropagation();
127
+ baseweb.style.borderColor = 'rgb(255,196,35)';
128
  });
129
  textinput.addEventListener('focusout', function() {
130
  event.stopPropagation();