1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-30 03:50:41 +12:00

Use native textarea when editing user rules

Use native textarea (no color set) when editing temporary user rules.
Improves visibility significantly when eg. using Firefox with a dark GTK theme.
This commit is contained in:
Neui 2017-10-12 23:43:51 +02:00 committed by GitHub
parent 893b885b5a
commit 9672465292

View file

@ -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;