Spaces:
Runtime error
Runtime error
Update custom.py
Browse files
custom.py
CHANGED
@@ -124,7 +124,7 @@ js_code = """
|
|
124 |
});
|
125 |
textinput.addEventListener('focusin', function() {
|
126 |
event.stopPropagation();
|
127 |
-
baseweb.style.borderColor = 'rgb(255,
|
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();
|