Skip to content

Commit

Permalink
chore: allow users to modify textarea background (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladitasev authored and ilhan007 committed Jan 21, 2020
1 parent 2db62ba commit 4eac9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/themes/TextArea.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
:host {
width: 100%;
color: var(--sapField_TextColor);
background-color: var(--sapField_Background);
font-size: var(--sapFontMediumSize);
font-family: var(--sapFontFamily);
border-radius: var(--_ui5_input_wrapper_border_radius);
Expand Down Expand Up @@ -57,7 +58,6 @@
-moz-appearance: textfield;
overflow: auto;
resize: none;
background-color: var(--sapField_Background);
border: 1px solid var(--sapField_BorderColor);
border-radius: inherit;
}
Expand Down

0 comments on commit 4eac9f9

Please sign in to comment.