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

Unified Diff: chrome/browser/resources/dialog.css

Issue 9958101: [WebUI] Fix rest of CSS style nits in misc. dirs so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing .py files Created 8 years, 9 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
Index: chrome/browser/resources/dialog.css
diff --git a/chrome/browser/resources/dialog.css b/chrome/browser/resources/dialog.css
index f51ae437749faba8a5178924fd4c67274945a48c..fd3fa4efdd9dcd87a41de9712c64a38ed03c6aad 100644
--- a/chrome/browser/resources/dialog.css
+++ b/chrome/browser/resources/dialog.css
@@ -1,7 +1,11 @@
+/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file. */
+
/* TODO(derat): This should ideally be happening by default, but at least on
* Chrome OS, focused input buttons in WebUI dialogs don't have any sort of
* decoration. Perhaps there's an issue with the dialog thinking that it
* doesn't have the focus (with the page underneath instead having it). */
input:focus {
- outline: medium auto #507ad5;
+ outline: medium auto rgb(80, 122, 213);
}

Powered by Google App Engine
This is Rietveld 408576698