| Index: chrome/browser/resources/dialog.css
|
| diff --git a/chrome/browser/resources/dialog.css b/chrome/browser/resources/dialog.css
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f51ae437749faba8a5178924fd4c67274945a48c
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/dialog.css
|
| @@ -0,0 +1,7 @@
|
| +/* 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;
|
| +}
|
|
|