Removing 3D effect for bluetooth keyboard pairing buttons.

BUG=398880
NOTRY=true

Review URL: https://codereview.chromium.org/440053003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287528 0039d316-1c4b-4281-b951-d872f2087c98
parent f9634a8f
......@@ -110,9 +110,7 @@
-webkit-padding-start: 15px;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: 0 0 0 1px #222,
inset 0 1px 1px 1px #fff,
inset 0 -1px 1px 1px #eee;
box-shadow: 0 0 0 1px #222;
color: #222;
display: inline-block;
font-size: 16px;
......@@ -159,8 +157,6 @@
.bluetooth-keyboard-button.key-untyped {
border: 1px solid #d4d4d4;
box-shadow: 0 0 0 1px #888,
inset 0 1px 1px 1px #fff,
inset 0 -1px 1px 1px #eee;
box-shadow: 0 0 0 1px #888;
color: #666;
}
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