$OpenBSD$ index b87d3db..c49fa98 100644 --- browser/base/content/newtab/newTab.css.orig Fri Feb 20 15:40:36 2015 +++ browser/base/content/newtab/newTab.css Fri Feb 20 15:40:36 2015 @@ -317,6 +317,7 @@ input[type=button] { 0 0 2px hsla(210,65%,9%,.1) inset, 0 1px 0 hsla(0,0%,100%,.2); border-radius: 2.5px 0 0 2.5px; + color: inherit; } #newtab-search-text:-moz-dir(rtl) { @@ -340,6 +341,7 @@ input[type=button] { border-radius: 0 2.5px 2.5px 0; box-shadow: 0 0 2px hsla(0,0%,100%,.5) inset, 0 1px 0 hsla(0,0%,100%,.2); + color: inherit; cursor: pointer; transition-property: background-color, border-color, box-shadow; transition-duration: 150ms;