Skip to content

Commit

Permalink
Update input style
Browse files Browse the repository at this point in the history
On some os(eg. gnome shell with dark gtk theme) the default background colours for input boxes is black.

This is a proposal for fixing this issue.
  • Loading branch information
gedaiu committed Jul 15, 2018
1 parent 52b1604 commit 7ddf7de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/styles/common.css
Expand Up @@ -339,6 +339,12 @@ button.primary:hover, button.primary:focus {

.clipboard-pkg-row input {
width: 280px;
background: #fff;
color: #000;
border: 1px solid #ccc;
border-radius: 3px;
padding: 4px;
margin: 2px;
}

/********************/
Expand Down

0 comments on commit 7ddf7de

Please sign in to comment.