Skip to content

Commit

Permalink
Custom inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
atomjoy committed Apr 7, 2024
1 parent e526057 commit f793b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions input/css/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ input:focus,
select:focus,
textarea:focus {
border: 1px solid var(--wow-accent); /* #dbdce4 */
box-shadow: 0px 0px 0px 4px #1b5bff11;
box-shadow: 0px 0px 0px 4px var(--wow-accent-light);
}

textarea {
Expand Down Expand Up @@ -203,7 +203,7 @@ option {

.custom-select .selected.open {
border: 1px solid var(--wow-accent);
box-shadow: 0px 0px 0px 4px #1b5bff11;
box-shadow: 0px 0px 0px 4px var(--wow-accent-light);
/*
background: linear-gradient(transparent, transparent) padding-box, linear-gradient(to right, var(--wow-accent), darkorchid) border-box;
border: 1px solid transparent;
Expand Down

0 comments on commit f793b3f

Please sign in to comment.