aboutsummaryrefslogtreecommitdiff
path: root/client/wmap.css
blob: a524bcb756e862967311299fc6642194e51e4c6d (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
.wmap {
  position: relative;
}
.wmap .actions {
  background-color: #fff;
  opacity: 0;
  transition: all 300ms;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 2px;
}
.wmap .actions img {
  height: 18px;
  width: 18px;
}
.wmap menu {
  list-style: none;
  padding: 0;
}
.wmap menu li { display: inline-block; }
.wmap:hover .actions {
  opacity: 1;
}
.wmap img {
  width: 100%;
}