Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7084)

Unified Diff: chrome/browser/resources/options/chromeos/bluetooth.css

Issue 440053003: Removing 3D effect for bluetooth keyboard pairing buttons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/chromeos/bluetooth.css
diff --git a/chrome/browser/resources/options/chromeos/bluetooth.css b/chrome/browser/resources/options/chromeos/bluetooth.css
index 955879013fa330eec70b58a9bb89dfcb4d07dc8c..b93849ec29846b1477bd2215665de13c610645e4 100644
--- a/chrome/browser/resources/options/chromeos/bluetooth.css
+++ b/chrome/browser/resources/options/chromeos/bluetooth.css
@@ -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;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698