mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 08:11: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 {
|
div.button.disabled, div.button.disabled:hover {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
border-color: grey;
|
border-color: #b2b2b2;
|
||||||
color: grey;
|
color: #b2b2b2;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user