Improve popup style

This commit is contained in:
Aaron Yarborough 2020-04-11 20:41:52 +01:00
parent a1ef04f278
commit ec92f5f6b1
2 changed files with 12 additions and 1 deletions

View file

@ -34,6 +34,17 @@ label, #savedChanges span {
border: none; border: none;
color: #fff; color: #fff;
padding: 10px 5px; padding: 10px 5px;
cursor: pointer;
}
#savedChanges {
padding: 10px;
border-radius: 5px;
background-color: #599b47;
}
#savedChanges span {
color: #fff;
} }
#banner { #banner {

View file

@ -33,7 +33,7 @@
</div> </div>
<div class="row" id="savedChanges" style="display: none"> <div class="row" id="savedChanges" style="display: none">
<span style="color: green">Your changes have been saved. You must refresh your page before they take effect.</span> <span>Your changes have been saved. You must refresh your page before they take effect.</span>
</div> </div>
<div class="row"> <div class="row">