Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b95337f authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 51372cd2: docs: update "na" style to make opaque, add dropshadow, and...

am 51372cd2: docs: update "na" style to make opaque, add dropshadow, and re-order z-index to be on top of images

* commit '51372cd2':
  docs: update "na" style to make opaque, add dropshadow, and re-order z-index to be on top of images
parents 1a587c6c 51372cd2
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -389,13 +389,17 @@ div#naMessage {
}

div#naMessage div {
  z-index:99;
  width:450px;
  position:fixed;
  margin:50px 0;
  padding:4em 4em 3em;
  background:#FFF;
  background:rgba(255,255,255,0.7);
  background:rgba(255,255,255,1);
  border:1px solid #dddd00;
  box-shadow:-10px 10px 40px #888;
  -moz-box-shadow:-10px 10px 40px #888;
  -webkit-box-shadow:-10px 10px 40px #888;
}
/* IE6 can't position fixed */
* html div#naMessage div { position:absolute; }