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

Unified Diff: ui/keyboard/resources/main.css

Issue 59813004: Adds support for the search key in the Virtual Keyboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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 | « ui/keyboard/resources/layouts/function-key-row.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/resources/main.css
diff --git a/ui/keyboard/resources/main.css b/ui/keyboard/resources/main.css
index 6ab675d02b8d46bf9d3cb395763ed91485c73d52..a2533f78ce68dfacefbe5f16e76266f987cd16a4 100644
--- a/ui/keyboard/resources/main.css
+++ b/ui/keyboard/resources/main.css
@@ -252,6 +252,10 @@ kb-key:-webkit-any(.backspace,
background-image: url('images/right.svg');
}
+.search{
+ background-image: url('images/search.svg');
+}
+
.shutdown {
background-image: url('images/shutdown.svg');
}
@@ -282,6 +286,7 @@ kb-key:-webkit-any(.backspace,
.mute,
.reload,
.right,
+.search,
.shutdown,
.up,
.volume-down,
« no previous file with comments | « ui/keyboard/resources/layouts/function-key-row.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698