Skip to content

Commit

Permalink
update disabled compiler options input background (#3478)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Apr 1, 2022
1 parent 80ee019 commit da1e779
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/themes/dark-theme.scss
Expand Up @@ -247,6 +247,10 @@ input {
border: 0 !important;
}

.form-control:disabled {
background-color: darken(#474747, 10%);
}

input:focus {
color: #eee !important;
background-color: #474747;
Expand Down

0 comments on commit da1e779

Please sign in to comment.