mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
Lighten up disabled button color to be more obvious.
This commit is contained in:
+2
-2
@@ -195,8 +195,8 @@ div.button:hover {
|
||||
|
||||
div.button.disabled, div.button.disabled:hover {
|
||||
cursor: default;
|
||||
border-color: grey;
|
||||
color: grey;
|
||||
border-color: #b2b2b2;
|
||||
color: #b2b2b2;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user