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
- #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;
- }