Merge pull request #3187 from jonnybarnes/gtk-dark-themes

When setting a form’s background colour, also set the text colour
This commit is contained in:
Bryan Housel
2016-06-23 13:49:18 -04:00
committed by GitHub
+1
View File
@@ -159,6 +159,7 @@ input[type=url],
input[type=tel],
input[type=email] {
background-color: white;
color: #333;
border:1px solid #ccc;
padding:5px 10px;
height:30px;