Improve scroll look of textarea

pull/4317/head
Rodrigo Nascimento 9 years ago
parent 86022c64f1
commit c327d2ea00
No known key found for this signature in database
GPG Key ID: 2C85B3AFE75D23F9
  1. 1
      packages/rocketchat-theme/assets/stylesheets/base.less
  2. 1
      packages/rocketchat-theme/assets/stylesheets/utils/_colors.import.less

@ -2175,6 +2175,7 @@ label.required:after {
padding-left: 49px;
border-radius: 0;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
resize: none;
line-height: 16px;
border-top-width: 0;

@ -715,6 +715,7 @@ a.github-fork {
}
}
textarea {
.custom-scroll(transparent, #EAEAEA);
&.editing {
background-color: #fff7d8;
}

Loading…
Cancel
Save