Commit e5470b22 authored by csilv@chromium.org's avatar csilv@chromium.org

dom-ui settings: Tweak 'text-button' css to not conflict with 'button' customizations.

BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6386001

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72213 0039d316-1c4b-4281-b951-d872f2087c98
parent 4c935ca6
...@@ -354,9 +354,14 @@ label.radio { ...@@ -354,9 +354,14 @@ label.radio {
text-decoration: underline; text-decoration: underline;
} }
.text-button { .text-button,
background-color: transparent; .text-button:active,
.text-button:focus,
.text-button:hover {
-webkit-box-shadow: none;
background: transparent none;
border-color: transparent; border-color: transparent;
color: #000;
} }
.settings-list { .settings-list {
......
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