Remove the old signature of NotificationManager::closePersistent().
[chromium-blink-merge.git] / chrome / browser / resources / dialog.css
blobfd3fa4efdd9dcd87a41de9712c64a38ed03c6aad
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. */
5 /* TODO(derat): This should ideally be happening by default, but at least on
6 * Chrome OS, focused input buttons in WebUI dialogs don't have any sort of
7 * decoration. Perhaps there's an issue with the dialog thinking that it
8 * doesn't have the focus (with the page underneath instead having it). */
9 input:focus {
10 outline: medium auto rgb(80, 122, 213);