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

Side by Side 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: rebase Created 8 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/crashes.css ('k') | chrome/browser/resources/downloads/downloads.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4
1 /* TODO(derat): This should ideally be happening by default, but at least on 5 /* TODO(derat): This should ideally be happening by default, but at least on
2 * Chrome OS, focused input buttons in WebUI dialogs don't have any sort of 6 * Chrome OS, focused input buttons in WebUI dialogs don't have any sort of
3 * decoration. Perhaps there's an issue with the dialog thinking that it 7 * decoration. Perhaps there's an issue with the dialog thinking that it
4 * doesn't have the focus (with the page underneath instead having it). */ 8 * doesn't have the focus (with the page underneath instead having it). */
5 input:focus { 9 input:focus {
6 outline: medium auto #507ad5; 10 outline: medium auto rgb(80, 122, 213);
7 } 11 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/crashes.css ('k') | chrome/browser/resources/downloads/downloads.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698