diff --git a/src/client/ui/templates/spells/styles.less b/src/client/ui/templates/spells/styles.less index a6cc44fe..9c59ab45 100644 --- a/src/client/ui/templates/spells/styles.less +++ b/src/client/ui/templates/spells/styles.less @@ -7,7 +7,6 @@ right: 10px; top: 10px; height: (@btnSize + @pad); - box-shadow: 0 -2px 0 @black, 0 2px 0 @black, 2px 0 0 @black, -2px 0 0 @black; .spell { width: @btnSize; @@ -21,6 +20,7 @@ border: 5px solid fade(#3a3b4a, 90%); transition-property: filter; transition-duration: 0.1s; + box-shadow: 0 -2px 0 @black, 0 2px 0 @black, 2px 0 0 @black, -2px 0 0 @black; &:first-child { margin-left: 0px;