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

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css

Issue 1772293004: Improve ChromeVox incremental search experience. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css
index 709317ba61b8fb9ef646bef983cbbe6f4737fe16..6fa7cbace79e5e7e3f59ed860da47e0a49f33e5f 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css
@@ -79,12 +79,12 @@ button {
#caption {
color: #fff;
flex-grow: 1;
- margin-left: 12px;
+ margin: 0 12px;
}
#speech-container {
height: 35px;
- margin-left: 12px;
+ margin: 0 12px;
}
#speech {
@@ -123,6 +123,23 @@ button {
white-space: pre;
}
+#search-container {
+ height: 35px;
+ margin: 0 12px;
+}
+
+#search {
+ background-color: #000;
+ border: 1px solid #fff;
+ color: #fff;
+ font-family: 'Roboto', sans-serif;
+ font-size: 12pt;
+ height: 35px;
+ line-height: 35px;
+ overflow: hidden;
+ width: 100%;
+}
+
#menus_background {
background-color: #eee;
bottom: 0;

Powered by Google App Engine
This is Rietveld 408576698