Commit 311d035f authored by csilv@chromium.org's avatar csilv@chromium.org

dom-ui settings: fix css syntax error.

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72183 0039d316-1c4b-4281-b951-d872f2087c98
parent c8162c67
...@@ -533,7 +533,7 @@ select:focus { ...@@ -533,7 +533,7 @@ select:focus {
} }
/* TEXT */ /* TEXT */
input[type='password], input[type='password'],
input[type='text'] { input[type='text'] {
-webkit-border-radius: 2px; -webkit-border-radius: 2px;
border: 1px solid #aaa; border: 1px solid #aaa;
......
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