diff options
Diffstat (limited to 'resources/css/battle.css')
-rw-r--r-- | resources/css/battle.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/css/battle.css b/resources/css/battle.css index 0f56234..099142b 100644 --- a/resources/css/battle.css +++ b/resources/css/battle.css @@ -76,6 +76,7 @@ margin-bottom: 0.25rem; } .battle__monster-img { + cursor: pointer; transition-property: filter; } .battle__monster-img.damaged { @@ -198,6 +199,11 @@ background-color: rgba(0, 0, 0, 0.05); } +.techniques__technique[disabled] { + filter: grayscale(100%); + opacity: 0.5; +} + .techniques__technique > div { display: flex; justify-content: space-between; |