Skip to content

Commit c973a8a

Browse files
committed
Fixes #178. The styles for background and text colour were being set. Removed them, the user agent default styles are what they are supposed to be (white background, black text).
1 parent 9d6832f commit c973a8a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Auditor/HTMLCSAuditor.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -840,12 +840,8 @@
840840
#HTMLCS-wrapper #HTMLCS-settings-use-standard > select {
841841
float: right;
842842
margin-top: -0.3em;
843-
color: white;
844-
background-color: #66656b;
845843
}
846844
#HTMLCS-wrapper #HTMLCS-settings-use-standard > select > option {
847-
color: white;
848-
background-color: #66656b;
849845
padding: 0.1em 5px;
850846
}
851847

0 commit comments

Comments
 (0)