aboutsummaryrefslogtreecommitdiff
path: root/contexts/data/lib/closure-library/closure/goog/demos/css/emojipicker.css
blob: 826d5bd54ffdf6830a9fca525195e12b1b146b6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/*
 * Copyright 2007 The Closure Library Authors. All Rights Reserved.
 *
 * Use of this source code is governed by the Apache License, Version 2.0.
 * See the COPYING file for details.
 */

/* Author: dalewis@google.com (Darren Lewis) */

/* Styles used in the emojipicker demo */
.goog-ui-popupemojipicker {
  position: absolute;
  -moz-outline: 0;
  outline: 0;
  visibility: hidden;
}

.goog-palette-cell {
  padding: 2px;
  background: white;
}

.goog-palette-cell div {
  vertical-align: middle;
  text-align: center;
  margin: auto;
}

.goog-palette-cell-wrapper {
  width: 25px;
  height: 25px;
}

.goog-palette-cell-hover {
  background: lightblue;
}