diff options
-rw-r--r-- | public/common/play.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/common/play.css b/public/common/play.css index 8e23a91..81bd358 100644 --- a/public/common/play.css +++ b/public/common/play.css @@ -203,6 +203,9 @@ a.menu_item { text-decoration: none; color: black; } +.menu_item.disabled { + color: gray; +} /* TOOL BAR */ |