diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-08-17 22:46:12 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-08-17 22:46:12 +0200 |
commit | aa44f67ab57673528e96a4a075fbd8cd0354bd68 (patch) | |
tree | c232349cbe9583378ad510774be27b4371d50cd4 /resources/css/battle.css | |
parent | cc685bfe02b42b592987117fa008a4461785f53c (diff) |
ui
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; |