Merge pull request #4053 from ollieh/issues/3927

Fixed an input field's background color in dark theme
pull/4057/head
Matthew Hodgson 2017-05-27 17:21:31 +01:00 committed by GitHub
commit 29653e88f7
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ limitations under the License.
font-family: 'Open Sans', Arial, Helvetica, Sans-Serif; font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
font-size: 14px; font-size: 14px;
color: $primary-fg-color; color: $primary-fg-color;
background-color: $primary-bg-color;
border-radius: 3px; border-radius: 3px;
border: solid 1px $input-border-color; border: solid 1px $input-border-color;