You are here

autosave_form.css in Autosave Form 8

#autosave-notification {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 9999;
  background-color: black;
  color: white;
  padding: 0.5em 1em;
}

#autosave-notification:before {
  content: "\2714";
  padding-right: 10px;
}

File

css/autosave_form.css
View source
  1. #autosave-notification {
  2. display: none;
  3. position: fixed;
  4. bottom: 5px;
  5. right: 5px;
  6. z-index: 9999;
  7. background-color: black;
  8. color: white;
  9. padding: 0.5em 1em;
  10. }
  11. #autosave-notification:before {
  12. content: "\2714";
  13. padding-right: 10px;
  14. }