Skip to content

Commit

Permalink
Change disabled button border to fit border color (#1778)
Browse files Browse the repository at this point in the history
  • Loading branch information
Down-s authored Mar 11, 2021
1 parent 664e84f commit 925fc03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions garrysmod/html/css/menu/Menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ UL.category LI.icon

.btn-primary-disabled
{
border-color: #424242;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#888), to(#555));
}

Expand Down

0 comments on commit 925fc03

Please sign in to comment.