Skip to content

Commit

Permalink
Merge pull request #997 from Redart98/master
Browse files Browse the repository at this point in the history
Proper fix for issue #982
  • Loading branch information
protz committed Aug 20, 2015
2 parents 9a1f04d + 36bce9d commit 06c5896
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions skin/quickreply.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,11 @@

.quickReply .textWrap {
margin: 10px 5px;
background-color: buttonface;
color: black;
background-color: window;
color: windowtext;
position: relative;
}

.quickReply .textWrap:hover {
background-color: -moz-ButtonHoverFace;
}

.quickReply .icon {
width: 100%;
height: 32px;
Expand Down Expand Up @@ -126,7 +122,7 @@

.quickReply li.selected .textarea {
color: black;
background-color: buttonface;
background-color: window;
height: 162px;
overflow: auto;
resize: vertical;
Expand Down

0 comments on commit 06c5896

Please sign in to comment.