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

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

Issue 16959020: Style the extensions virtual keyboard (Closed) Base URL: http://git.chromium.org/chromium/src.git@biaospatch
Patch Set: rebase Created 7 years, 6 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 | « ui/keyboard/resources/keysets.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 172b9f3bc3a8fb82ca447057842aa6cd35e8d4b6..7f99cc8605d2bebd1bae1a2bc9aaddbe99343139 100644
--- a/ui/keyboard/resources/main.css
+++ b/ui/keyboard/resources/main.css
@@ -22,24 +22,25 @@ kb-keyboard {
}
kb-key {
- background-color: #444444;
- border-top: 1px solid #666666;
- border-radius: 3px;
+ background-color: #3b3b3e;
+ border-top: 2px solid #4b4b4e;
+ border-radius: 2px;
color: #ffffff;
- font-family: sans-serif;
- font-weight: 100;
- margin-left: 5px;
+ font-family: 'Open Sans', sans-serif;
+ font-weight: 300;
+ margin-left: 7px;
}
kb-key.dark {
- background-color: #333333;
+ background-color: #2a2a2c;
+ border-top: 2px solid #3a3a3c;
}
#upper .left-shift,
#upper .right-shift,
.active {
- background-color: #acacac !important;
- border-top: 1px solid rgba(125,125,125,0.5);
+ background-color: #848490 !important;
+ border-top: 2px solid #A9A9AF !important;
/* Do not use box shadow until performance improves
* http://code.google.com/p/chromium/issues/detail?id=99045
box-shadow: 0px 0px 15px #fff;
@@ -56,8 +57,11 @@ kb-key.dark {
-webkit-box-flex: 1.3 !important;
}
-.symbol,
.return {
+ -webkit-box-flex: 2.1 !important;
+}
+
+.symbol {
-webkit-box-flex: 1.5 !important;
}
@@ -67,12 +71,12 @@ kb-key.dark {
.left-shift,
.left-more {
- -webkit-box-flex: 1.4 !important;
+ -webkit-box-flex: 1.8 !important;
}
.right-shift,
.right-more {
- -webkit-box-flex: 1.6 !important;
+ -webkit-box-flex: 1.8 !important;
}
.space {
@@ -84,15 +88,16 @@ kb-key.dark {
}
.backspace,
-.tab,
-.return,
-.left-shift,
-.right-shift,
+.dotcom,
.left-more,
+.left-shift,
+.moddown.shift,
+.return,
.right-more,
+.right-shift,
.symbol,
-.moddown.shift {
- font-size: 80%;
+.tab {
+ font-size: 70%;
}
.mic {
« no previous file with comments | « ui/keyboard/resources/keysets.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698