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

Unified Diff: chrome/browser/resources/media_router/media_router_common.css

Issue 1136353002: Convert Media Router WebUI <button>s to <paper-button>s. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « chrome/browser/resources/media_router/elements/route_details/route_details.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/media_router/media_router_common.css
diff --git a/chrome/browser/resources/media_router/media_router_common.css b/chrome/browser/resources/media_router/media_router_common.css
index 00597408cd50f893084e96a6e9e117c01a809053..7ed08387e0a8e3d1ffe25b5abef55930086bb3a5 100644
--- a/chrome/browser/resources/media_router/media_router_common.css
+++ b/chrome/browser/resources/media_router/media_router_common.css
@@ -2,13 +2,12 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-button {
- border: 1px solid rgb(193, 193, 195);
+.button {
+ background-color: rgb(238, 238, 238);
mark a. foltz 2015/05/13 01:50:32 Does paper provide a default color for buttons, or
Jeremy Klein 2015/05/13 02:28:15 When you guys upgrade to 0.8, you'll be able to us
apacible 2015/05/13 14:31:18 These are current placeholder colors, based on our
color: rgb(44, 44, 44);
cursor: pointer;
font-size: 1em;
font-weight: bold;
- height: 32px;
overflow: hidden;
text-align: center;
width: 100%;
« no previous file with comments | « chrome/browser/resources/media_router/elements/route_details/route_details.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698