Added hover state

This commit is contained in:
Simon Busborg
2015-12-21 12:32:15 +01:00
parent 632bccb9dd
commit 3a640c7a78

View File

@@ -128,9 +128,16 @@ ul.color-picker li a {
width: 120px;
text-align: center;
color: @grayLight;
border: 2px @grayLight dashed !important;
border: 2px @grayLight dashed;
line-height: 120px;
text-decoration: none;
transition: all 150ms ease-in-out;
&:hover {
color: @gray;
border-color: @gray;
}
}
.umb-mediapicker .picked-image {