You are here

styleswitcher.overlay.css in Style Switcher 6.2

Same filename and directory in other branches
  1. 7.2 styleswitcher.overlay.css
#style-switcher-overlay {
  height: 100%;
  width: 100%;
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  margin: 0;
}

File

styleswitcher.overlay.css
View source
  1. #style-switcher-overlay {
  2. height: 100%;
  3. width: 100%;
  4. background: black;
  5. position: fixed;
  6. top: 0;
  7. left: 0;
  8. z-index: 9999;
  9. margin: 0;
  10. }