diff --git a/style.less b/style.less index b70a66b..416e1bc 100755 --- a/style.less +++ b/style.less @@ -370,9 +370,11 @@ footer { width: 250px; height: 44px; &:hover { + width: 252px; height: 46px; } &:focus { + width: 254px; height: 48px; } } @@ -383,9 +385,11 @@ input[type=color] { padding: 5px; &:hover { height: 62px; + width: 86px; } &:focus { height: 64px; + width: 88px; } }