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

Side by Side Diff: third_party/google_input_tools/src/chrome/os/inputview/emoji.css

Issue 828063007: Uprev Google Input Tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update extensions schema. Created 5 years, 10 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 unified diff | Download patch
OLDNEW
1 .inputview-emoji-switch-recent { 1 .inputview-emoji-switch-recent {
2 background: url('images/recent.png') no-repeat center; 2 background: url('images/recent.png') no-repeat center;
3 background-size: 20px 20px; 3 background-size: 20px 20px;
4 height: 20px; 4 height: 20px;
5 width: 20px; 5 width: 20px;
6 } 6 }
7 .inputview-emoji-switch-hot { 7 .inputview-emoji-switch-hot {
8 background: url('images/favorit.png') no-repeat center; 8 background: url('images/favorit.png') no-repeat center;
9 background-size: 24.5px 24.5px; 9 background-size: 24.5px 24.5px;
10 height: 24.5px; 10 height: 24.5px;
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 border-bottom-style:solid; 80 border-bottom-style:solid;
81 border-bottom-color: #777777; 81 border-bottom-color: #777777;
82 } 82 }
83 .inputview-emoji-key .inputview-special-key-bg { 83 .inputview-emoji-key .inputview-special-key-bg {
84 background-color: white; 84 background-color: white;
85 } 85 }
86 .inputview-emoji-key .inputview-modifier { 86 .inputview-emoji-key .inputview-modifier {
87 font-size: 30px; 87 font-size: 30px;
88 text-align: center; 88 text-align: center;
89 } 89 }
90 .inputview-emoticon.inputview-emoji-key .inputview-modifier { 90 .inputview-landscape .inputview-emoticon.inputview-emoji-key .inputview-modifier {
91 font-size: 20px; 91 font-size: 20px;
92 } 92 }
93 .inputview-portrait .inputview-emoticon.inputview-emoji-key .inputview-modifier {
94 font-size: 15px;
95 }
93 .inputview-emoji-back { 96 .inputview-emoji-back {
94 margin: 1px; 97 margin: 1px;
95 font-size: 18px; 98 font-size: 18px;
96 color: #111111; 99 color: #111111;
97 text-align: center; 100 text-align: center;
98 } 101 }
99 .inputview-emoji .inputview-container { 102 .inputview-emoji .inputview-container {
100 top: 20px; 103 top: 20px;
101 } 104 }
102 .inputview-emoji-tabbar-sk { 105 .inputview-emoji-tabbar-sk {
(...skipping 14 matching lines...) Expand all
117 background-color: #ffffff; 120 background-color: #ffffff;
118 display: inline-block; 121 display: inline-block;
119 height: 4px; 122 height: 4px;
120 position: absolute; 123 position: absolute;
121 overflow: hidden; 124 overflow: hidden;
122 } 125 }
123 .inputview-indicator-background:hover { 126 .inputview-indicator-background:hover {
124 -webkit-transform: scaleY(2); 127 -webkit-transform: scaleY(2);
125 transition: 0.1s all; 128 transition: 0.1s all;
126 } 129 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698