Skip to content

Commit

Permalink
Update button colour.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Dec 12, 2024
1 parent 512651d commit cf067c8
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ hr {
line-height: 1; }

.button {
background-color: #00823b;
background-color: #00664f;
position: relative;
display: -moz-inline-stack;
display: inline-block;
Expand All @@ -1268,21 +1268,21 @@ hr {
box-sizing: border-box;
vertical-align: top; }
.button:visited {
background-color: #00823b; }
background-color: #00664f; }
.button:hover, .button:focus {
background-color: #00692f; }
.button:active {
top: 2px;
-webkit-box-shadow: 0 0 0 #00823b;
-moz-box-shadow: 0 0 0 #00823b;
box-shadow: 0 0 0 #00823b; }
-webkit-box-shadow: 0 0 0 #00664f;
-moz-box-shadow: 0 0 0 #00664f;
box-shadow: 0 0 0 #00664f; }
.button.disabled, .button[disabled="disabled"], .button[disabled] {
zoom: 1;
filter: alpha(opacity=50);
opacity: 0.5; }
.button.disabled:hover, .button[disabled="disabled"]:hover, .button[disabled]:hover {
cursor: default;
background-color: #00823b; }
background-color: #00664f; }
.button.disabled:active, .button[disabled="disabled"]:active, .button[disabled]:active {
top: 0;
-webkit-box-shadow: 0 2px 0 #003518;
Expand Down Expand Up @@ -1315,7 +1315,7 @@ hr {
outline: 3px solid #ffbf47; }

.button[disabled="disabled"] {
background: #00823b; }
background: #00664f; }

.button[disabled="disabled"]:focus {
outline: none; }
Expand Down

0 comments on commit cf067c8

Please sign in to comment.