Skip to content

Commit df7450c

Browse files
committed
Fixed #189 -- Removed trac yellow background from comment editor textbox
1 parent b125cb5 commit df7450c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scss/trachacks.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@ blockquote.citation {
191191
margin-left: 0;
192192
}
193193

194+
#trac-comment-editor textarea {
195+
background: inherit;
196+
}
197+
194198
#ticket {
195199
#ticketbox {
196200
background-color: $white;

0 commit comments

Comments
 (0)