OLD | NEW |
1 .inputview-emoji-switch-recent { | 1 .inputview-emoji-switch-recent { |
2 background: url('images/emoji_recent.png') no-repeat center; | 2 background: url('images/emoji_recent.png') no-repeat center; |
3 background-size: 24px 24px; | 3 background-size: 24px 24px; |
4 height: 24px; | 4 height: 24px; |
5 width: 24px; | 5 width: 24px; |
6 } | 6 } |
7 .inputview-emoji-tabbar-key-highlight .inputview-emoji-switch-recent { | 7 .inputview-emoji-tabbar-key-highlight .inputview-emoji-switch-recent { |
8 background: url('images/emoji_recent_selected.png') no-repeat center; | 8 background: url('images/emoji_recent_selected.png') no-repeat center; |
9 background-size: 24px 24px; | 9 background-size: 24px 24px; |
10 } | 10 } |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 } | 102 } |
103 .inputview-emoji-key { | 103 .inputview-emoji-key { |
104 display: table-cell; | 104 display: table-cell; |
105 vertical-align: middle; | 105 vertical-align: middle; |
106 } | 106 } |
107 .inputview-emoji-key .inputview-special-key-name { | 107 .inputview-emoji-key .inputview-special-key-name { |
108 font-size: 30px; | 108 font-size: 30px; |
109 text-align: center; | 109 text-align: center; |
110 } | 110 } |
111 .inputview-landscape .inputview-emoticon.inputview-emoji-key .inputview-special-
key-name { | 111 .inputview-landscape .inputview-emoticon.inputview-emoji-key .inputview-special-
key-name { |
112 font-size: 20px; | 112 font-size: 16px; |
113 } | 113 } |
114 .inputview-portrait .inputview-emoticon.inputview-emoji-key .inputview-special-k
ey-name { | 114 .inputview-portrait .inputview-emoticon.inputview-emoji-key .inputview-special-k
ey-name { |
115 font-size: 15px; | 115 font-size: 15px; |
116 } | 116 } |
117 .inputview-emoji-back { | 117 .inputview-emoji-back { |
118 margin: 1px; | 118 margin: 1px; |
119 font-size: 18px; | 119 font-size: 18px; |
120 color: #111111; | 120 color: #111111; |
121 text-align: center; | 121 text-align: center; |
122 } | 122 } |
(...skipping 24 matching lines...) Expand all Loading... |
147 } | 147 } |
148 #tabBar { | 148 #tabBar { |
149 border-bottom: 1px solid rgba(255, 255, 255, .6); | 149 border-bottom: 1px solid rgba(255, 255, 255, .6); |
150 background-color: #e4e7e9; | 150 background-color: #e4e7e9; |
151 } | 151 } |
152 #emojiSpaceRow, | 152 #emojiSpaceRow, |
153 #rowsAndSideKeys { | 153 #rowsAndSideKeys { |
154 border-left: 1.5px solid rgba(55, 71, 79, 0.1); | 154 border-left: 1.5px solid rgba(55, 71, 79, 0.1); |
155 border-right: 1.5px solid rgba(55, 71, 79, 0.1); | 155 border-right: 1.5px solid rgba(55, 71, 79, 0.1); |
156 } | 156 } |
OLD | NEW |