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

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

Issue 1257313003: Update Google Input Tools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Free up grd resources. Created 5 years, 4 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/emoji_recent.png') no-repeat center;
3 background-size: 24px 24px;
4 height: 24px;
5 width: 24px;
6 }
7 .inputview-emoji-tabbar-key-highlight .inputview-emoji-switch-recent {
8 background: url('images/emoji_recent_selected.png') no-repeat center;
9 background-size: 24px 24px;
10 }
11 .inputview-emoji-switch-hot {
12 background: url('images/emoji_hot.png') no-repeat center;
13 background-size: 18px 23px;
14 height: 23px;
15 width: 18px;
16 }
17 .inputview-emoji-tabbar-key-highlight .inputview-emoji-switch-hot {
18 background: url('images/emoji_hot_selected.png') no-repeat center;
19 background-size: 18px 23px;
20 }
21 .inputview-emoji-switch-emoticon {
22 background: url('images/emoji_emoticon.png') no-repeat center;
23 background-size: 30px 20.5px;
24 height: 20.5px;
25 width: 30px;
26 }
27 .inputview-emoji-tabbar-key-highlight .inputview-emoji-switch-emoticion {
28 background: url('images/emoji_emoticon_selected.png') no-repeat center;
29 background-size: 30px 20.5px;
30 }
31 .inputview-emoji-switch-emotion {
32 background: url('images/emoji.png') no-repeat center;
3 background-size: 20px 20px; 33 background-size: 20px 20px;
4 height: 20px; 34 height: 20px;
5 width: 20px; 35 width: 20px;
6 } 36 }
7 .inputview-emoji-switch-hot { 37 .inputview-emoji-switch-special-characters {
8 background: url('images/favorit.png') no-repeat center; 38 background: url('images/emoji_shape.png') no-repeat center;
9 background-size: 24.5px 24.5px; 39 background-size: 23.5px 19px;
10 height: 24.5px; 40 height: 19px;
11 width: 24.5px; 41 width: 23.5px;
12 } 42 }
13 .inputview-emoji-switch-emotion { 43 .inputview-emoji-tabbar-key-highlight .inputview-emoji-switch-special-characters {
14 background: url('images/emoji.png') no-repeat center; 44 background: url('images/emoji_shape_selected.png') no-repeat center;
45 background-size: 23.5px 19px;
46 }
47 .inputview-emoji-switch-nature {
48 background: url('images/emoji_flower.png') no-repeat center;
15 background-size: 24px 24px; 49 background-size: 24px 24px;
16 height: 24px; 50 height: 24px;
17 width: 24px; 51 width: 24px;
18 } 52 }
19 .inputview-emoji-switch-emoticon { 53 .inputview-emoji-tabbar-key-highlight .inputview-emoji-switch-nature {
20 background: url('images/emoticon.png') no-repeat center; 54 background: url('images/emoji_flower_selected.png') no-repeat center;
21 background-size: 14px 15px; 55 background-size: 24px 24px;
22 height: 15px;
23 width: 14px;
24 } 56 }
25 .inputview-emoji-switch-special-characters { 57 .inputview-emoji-switch-poi {
26 background: url('images/triangle.png') no-repeat center; 58 background: url('images/emoji_car.png') no-repeat center;
27 background-size: 15.5px 12.5px; 59 background-size: 24px 19px;
28 height: 12.5px; 60 height: 19px;
29 width: 15.5px;
30 }
31 .inputview-emoji-switch-nature {
32 background: url('images/flower.png') no-repeat center;
33 background-size: 24px 24px;
34 height: 24px;
35 width: 24px; 61 width: 24px;
36 } 62 }
37 .inputview-emoji-switch-poi { 63 .inputview-emoji-tabbar-key-highlight .inputview-emoji-switch-poi {
38 background: url('images/car.png') no-repeat center; 64 background: url('images/emoji_car_selected.png') no-repeat center;
39 background-size: 24px 24px; 65 background-size: 24px 19px;
40 height: 24px;
41 width: 24px;
42 } 66 }
43 .inputview-emoji-switch-items { 67 .inputview-emoji-switch-items {
44 background: url('images/emoji_cat_items.png') no-repeat center; 68 background: url('images/emoji_crown.png') no-repeat center;
45 background-size: 24px 24px; 69 background-size: 25px 25px;
46 height: 24px; 70 height: 25px;
47 width: 24px; 71 width: 25px;
72 }
73 .inputview-emoji-tabbar-key-highlight .inputview-emoji-switch-items {
74 background: url('images/emoji_crow_selected.png') no-repeat center;
75 background-size: 25px 25px;
48 } 76 }
49 .inputview-emoji-switch { 77 .inputview-emoji-switch {
50 display: inline-block; 78 display: inline-block;
51 opacity: 0.5; 79 opacity: 0.5;
52 } 80 }
53 .inputview-emoji-switch-highlight { 81 .inputview-emoji-switch-highlight {
54 opacity: 1; 82 opacity: 1;
55 } 83 }
56 .inputview-emoji .inputview-sk { 84 .inputview-emoji .inputview-sk {
57 background-color: #ffffff;
58 margin: 0 0 10px 0; 85 margin: 0 0 10px 0;
59 } 86 }
87 #emojiSpaceRow .inputview-sk {
88 margin: 0 8px 10px 8px;
89 }
60 .inputview-emoji.inputview-element-highlight { 90 .inputview-emoji.inputview-element-highlight {
61 background-color: #cccccc; 91 background-color: #cccccc;
62 } 92 }
63 .inputview-emoji .inputview-wrapper{
64 background-color: #ffffff;
65 box-shadow: 1px -2px 7px 2px rgba(192, 192, 192, 0.65);
66 margin: 11px 0;
67 }
68 .inputview-emoji-tabbar { 93 .inputview-emoji-tabbar {
69 background-color: #ffffff;
70 border-bottom-width:2px; 94 border-bottom-width:2px;
71 border-bottom-style:solid; 95 border-bottom-style:solid;
72 border-bottom-color: #cccccc; 96 border-bottom-color: #cccccc;
73 } 97 }
74 .inputview-emoji-tabbar-key { 98 .inputview-emoji-tabbar-key.inputview-emoji-tabbar-key-highlight {
75 background-color: #ffffff; 99 border-bottom-width:5px;
100 border-bottom-style:solid;
101 border-bottom-color: #4285f4;
76 } 102 }
77 .inputview-emoji-tabbar-key.inputview-emoji-tabbar-key-highlight { 103 .inputview-emoji-key {
78 background-color: #ffffff; 104 display: table-cell;
79 border-bottom-width:4px; 105 vertical-align: middle;
80 border-bottom-style:solid;
81 border-bottom-color: #777777;
82 } 106 }
83 .inputview-emoji-key .inputview-special-key-bg { 107 .inputview-emoji-key .inputview-special-key-name {
84 background-color: white;
85 }
86 .inputview-emoji-key .inputview-modifier {
87 font-size: 30px; 108 font-size: 30px;
88 text-align: center; 109 text-align: center;
89 } 110 }
90 .inputview-landscape .inputview-emoticon.inputview-emoji-key .inputview-modifier { 111 .inputview-landscape .inputview-emoticon.inputview-emoji-key .inputview-special- key-name {
91 font-size: 20px; 112 font-size: 20px;
92 } 113 }
93 .inputview-portrait .inputview-emoticon.inputview-emoji-key .inputview-modifier { 114 .inputview-portrait .inputview-emoticon.inputview-emoji-key .inputview-special-k ey-name {
94 font-size: 15px; 115 font-size: 15px;
95 } 116 }
96 .inputview-emoji-back { 117 .inputview-emoji-back {
97 margin: 1px; 118 margin: 1px;
98 font-size: 18px; 119 font-size: 18px;
99 color: #111111; 120 color: #111111;
100 text-align: center; 121 text-align: center;
101 } 122 }
102 .inputview-emoji .inputview-container { 123 .inputview-emoji .inputview-container {
103 top: 20px; 124 top: 20px;
104 } 125 }
105 .inputview-emoji-tabbar-sk {
106 background-color: #ffffff;
107 }
108 .inputview-indicator { 126 .inputview-indicator {
109 background-color: #777777; 127 background-color: rgba(55, 71, 89, .3);
110 height: 4px; 128 height: 3px;
111 position: absolute; 129 position: absolute;
112 overflow: hidden; 130 overflow: hidden;
113 } 131 }
114 .inputview-indicator:hover { 132 .inputview-indicator:hover {
115 -webkit-transform: scaleY(2); 133 -webkit-transform: scaleY(2);
116 -webkit-transition: all 0.1s ; 134 -webkit-transition: all 0.1s ;
117 135
118 } 136 }
119 .inputview-indicator-background { 137 .inputview-indicator-background {
120 background-color: #ffffff; 138 background-color: rgba(55, 71, 89, .15);
121 display: inline-block; 139 display: inline-block;
122 height: 4px; 140 height: 3px;
123 position: absolute; 141 position: absolute;
124 overflow: hidden; 142 overflow: hidden;
125 } 143 }
126 .inputview-indicator-background:hover { 144 .inputview-indicator-background:hover {
127 -webkit-transform: scaleY(2); 145 -webkit-transform: scaleY(2);
128 transition: 0.1s all; 146 transition: 0.1s all;
129 } 147 }
148 #tabBar {
149 border-bottom: 1px solid rgba(255, 255, 255, .6);
150 background-color: #e4e7e9;
151 }
152 #emojiSpaceRow,
153 #rowsAndSideKeys {
154 border-left: 1.5px solid rgba(55, 71, 79, 0.1);
155 border-right: 1.5px solid rgba(55, 71, 79, 0.1);
156 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698