sync both themes with toolkit windows theme changes in Mozilla 38 cycle
[themes.git] / EarlyBlue / communicator / fullscreen-video.css
CommitLineData
fd47b6b0
RK
1html,
2body,
3video {
4 height: 100%;
5}
6
7html {
8 background-color: #CCC0DD;
9}
10
11body {
12 margin: 0px;
13 overflow: -moz-hidden-unscrollable;
14 visibility: hidden;
15}
16
17video {
18 width: 100%;
19 max-height: 100%;
20}
21
22div {
23 position: absolute;
24 top: 0px;
25 right: 0px;
26 width: 32px;
27 height: 32px;
28 background: url("chrome://communicator/skin/icons/closeFullScreenVideo.png") center center no-repeat;
29}