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

Unified Diff: Source/WebCore/css/html.css

Issue 7432005: Merge 91249 - Fix microphone icon placement in speech input control for dir=rtl. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 5 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 | « Source/WebCore/ChangeLog ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/css/html.css
===================================================================
--- Source/WebCore/css/html.css (revision 91253)
+++ Source/WebCore/css/html.css (working copy)
@@ -470,6 +470,10 @@
display: inline-block;
vertical-align: top;
}
+
+input[x-webkit-speech][dir=rtl]::-webkit-textfield-decoration-container {
+ direction: rtl;
+}
#endif
keygen, select {
« no previous file with comments | « Source/WebCore/ChangeLog ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698