Skip to content

Commit

Permalink
Remove objection_button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
OmniTroid committed Dec 20, 2023
1 parent 4f67d8d commit 0a5407f
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions webAO/styles/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,6 @@ img[src$=".apng"] {
box-shadow: 1px 1px inset;
}

.objection_button {
margin: 1px;
padding: 7px 15px;
cursor: pointer;
text-align: center;
font-weight: bold;
color: white;
background-color: #7b2900;
border-radius: 3px;
border-style: solid;
border-width: 1px;
border-color: #fff;
box-shadow: 1px 1px inset;
}

.evi_icon {
width: 70px;
min-width: 70px;
Expand Down Expand Up @@ -97,4 +82,4 @@ img[src$=".apng"] {
display: inline-block;
transition: 1s linear;
transition-property: width;
}
}

0 comments on commit 0a5407f

Please sign in to comment.