1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-27 18:40: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;
}
#diff textarea {
background-color: #f8f8ff;
border: 0;
border-top: 1px solid #eee;
direction: ltr;