Improve popup style
This commit is contained in:
parent
a1ef04f278
commit
ec92f5f6b1
2 changed files with 12 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Add table
Reference in a new issue