Skip to content

Commit

Permalink
fix #3071 Searchbox color broken by input{color:inherit}
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwing committed Aug 30, 2016
1 parent abab9a3 commit 88411fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ace/ext/searchbox.css
Expand Up @@ -3,7 +3,7 @@
/* ------------------------------------------------------------------------------------------
* Editor Search Form
* --------------------------------------------------------------------------------------- */
.ace_search {
.ace_search {
background-color: #ddd;
border: 1px solid #cbcbcb;
border-top: 0 none;
Expand Down Expand Up @@ -42,6 +42,7 @@

.ace_search_field {
background-color: white;
color: black;
border-right: 1px solid #cbcbcb;
border: 0 none;
-webkit-box-sizing: border-box;
Expand Down

0 comments on commit 88411fc

Please sign in to comment.