Skip to content

Commit

Permalink
Remove yellow border from prompt input
Browse files Browse the repository at this point in the history
  • Loading branch information
icidasset committed Aug 5, 2018
1 parent 00827ea commit a8f9549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Static/Css/Proxy.css
Expand Up @@ -165,7 +165,7 @@ select:active {


#x0p-input:focus {
border-bottom-color: rgb(254, 196, 24);
border-bottom-color: rgba(255, 255, 255, 0.575);
outline: 0;
}

Expand Down

0 comments on commit a8f9549

Please sign in to comment.