Browse Source

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.
pull/2/head
Neui 7 years ago
committed by GitHub
parent
commit
9672465292
  1. 1
      src/css/user-rules.css

1
src/css/user-rules.css

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

Loading…
Cancel
Save