style(UserManagement): aplicado sombreado a form select

parent 98039543
Showing with 1 additions and 1 deletions
...@@ -324,7 +324,7 @@ const handleSearch = () => { ...@@ -324,7 +324,7 @@ const handleSearch = () => {
color: #bbb; color: #bbb;
} }
.form-control:focus { .form-control:focus, .form-select:focus {
border-color: #793E6C; border-color: #793E6C;
box-shadow: 0 0 0 0.25rem rgba(121, 62, 108, 0.25); box-shadow: 0 0 0 0.25rem rgba(121, 62, 108, 0.25);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment