Browse Source
Merge pull request #804 from Neui/native-textarea
Use native textarea when editing user rules
pull/2/head
Raymond Hill
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
src/css/user-rules.css
|
@ -139,7 +139,6 @@ body[dir="rtl"] #commitButton:before { |
|
|
text-decoration: line-through; |
|
|
text-decoration: line-through; |
|
|
} |
|
|
} |
|
|
#diff textarea { |
|
|
#diff textarea { |
|
|
background-color: #f8f8ff; |
|
|
|
|
|
border: 0; |
|
|
border: 0; |
|
|
border-top: 1px solid #eee; |
|
|
border-top: 1px solid #eee; |
|
|
direction: ltr; |
|
|
direction: ltr; |
|
|