Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/system/style/utility_tray/utility_tray.css
blob: 8d9754ebebfeaebb1209416c2e6f856f437617c1 (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
#screen.lockscreen-camera > #utility-tray {
  display: none;
}

#screen.utility-tray > #utility-tray {
  visibility: visible;
}

#utility-tray {
  position: absolute;
  top: -moz-calc(-100% + 40px);
  width: -moz-calc(100%);
  height: -moz-calc(100% - 20px);
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
}

#utility-tray-grippy {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;

  border-bottom: 1px solid #111;
  border-top: 1px solid #111;

  background: #111 url('images/grippy.png') no-repeat 50% 50%;
}