Commit 902307c1 authored by csilv@chromium.org's avatar csilv@chromium.org

[uber page] Fix font for link-buttons.

BUG=none
Review URL: https://chromiumcodereview.appspot.com/9539014

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124472 0039d316-1c4b-4281-b951-d872f2087c98
parent 0493c618
......@@ -80,6 +80,9 @@ input[type='search']:not(.custom-appearance):not(.link-button):focus {
border: none;
color: rgb(17, 85, 204);
cursor: pointer;
/* Input elements have -webkit-small-control which can override the body font.
* Resolve this by using 'inherit'. */
font: inherit;
margin: 0;
padding: 0 4px;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment