Fixed an input field's background color in dark theme

pull/4053/head
Oliver Hunt 2017-05-27 15:15:45 +01:00
parent ded2f95003
commit a526bd95aa
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-size: 14px;
color: $primary-fg-color;
background-color: $primary-bg-color;
border-radius: 3px;
border: solid 1px $input-border-color;