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

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

Issue 7828065: chromeos: Add WebUI implementation of form repost dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge. again. Created 9 years, 3 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
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/http_auth.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
+}
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/http_auth.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698