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

Unified Diff: chrome/browser/resources/media_router/elements/issue_banner/issue_banner.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 | « no previous file | chrome/browser/resources/media_router/elements/issue_banner/issue_banner.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/media_router/elements/issue_banner/issue_banner.css
diff --git a/chrome/browser/resources/media_router/elements/issue_banner/issue_banner.css b/chrome/browser/resources/media_router/elements/issue_banner/issue_banner.css
index 4a1ced01e34f5879fc078c7f718e75619b658180..04ecb39adf5df0ded3770f8e991e9ada698f8c85 100644
--- a/chrome/browser/resources/media_router/elements/issue_banner/issue_banner.css
+++ b/chrome/browser/resources/media_router/elements/issue_banner/issue_banner.css
@@ -2,22 +2,12 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-.button-secondary {
- background: linear-gradient(to top, rgb(254, 254, 254), rgb(222, 222, 222));
-}
-
-.button-action {
- background: linear-gradient(to top, rgb(89, 158, 244), rgb(75, 134, 241));
- border: 1px solid rgb(55, 113, 206);
+.action {
+ /* TODO(apacible): Update to use Chromium paper color. */
+ background-color: rgb(82, 147, 242);
color: white;
}
-.issue-action {
- color: black;
- cursor: pointer;
- text-decoration: underline;
-}
-
.blocking-issue-header {
display: flex;
overflow: hidden;
@@ -38,6 +28,16 @@
vertical-align: top;
}
+.issue-action {
+ color: black;
+ cursor: pointer;
+ text-decoration: underline;
+}
+
+#issue-buttons {
+ display: flex;
+}
+
.non-blocking-issue {
-webkit-padding-start: 12px;
background-color: rgb(249, 236, 191);
« no previous file with comments | « no previous file | chrome/browser/resources/media_router/elements/issue_banner/issue_banner.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698