]> source.dussan.org Git - redmine.git/commitdiff
Set background color in order to provide a consistent style on GTK dark themes (...
authorGo MAEDA <maeda@farend.jp>
Mon, 20 May 2019 08:34:09 +0000 (08:34 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 20 May 2019 08:34:09 +0000 (08:34 +0000)
Patch by Bernhard Rohloff.

git-svn-id: http://svn.redmine.org/redmine/trunk@18177 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index e9be4cc58f15acc78b1181a2369fc188d201dfa0..3950c3e056d980c7fcb39cdfefe34559fccc45b6 100644 (file)
@@ -451,7 +451,7 @@ div.square {
 
 form {display: inline;}
 input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px; height: 24px; padding: 0 7px;}
-input, select, textarea {border:1px solid #ccc; border-radius:3px; box-sizing: border-box;}
+input, select, textarea { color: #333; background-color: #fff; border:1px solid #ccc; border-radius:3px; box-sizing: border-box;}
 select {
   -webkit-appearance: none;
   -moz-appearance: none;