summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/dialog.css
blob: fd3fa4efdd9dcd87a41de9712c64a38ed03c6aad (plain)
1
2
3
4
5
6
7
8
9
10
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 rgb(80, 122, 213);
}