Fixed more indentation

This commit is contained in:
Ajay Ramachandran
2019-08-19 20:05:33 -04:00
parent db4182d074
commit 279e49a143

View File

@@ -110,17 +110,17 @@ h1.popupElement {
text-decoration:none;
text-shadow:0px 0px 0px #27663c;
}
.whitelistButton:hover.popupElement {
.whitelistButton:hover.popupElement {
background-color:#218b26;
}
.whitelistButton:focus.popupElement {
}
.whitelistButton:focus.popupElement {
outline: none;
background-color:#218b26;
}
.whitelistButton:active.popupElement {
}
.whitelistButton:active.popupElement {
position:relative;
top:1px;
}
}
.greenButton.popupElement {
background-color:#ec1c1c;