summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/stylesheets/app.css')
-rwxr-xr-xpublic/assets/stylesheets/app.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index b6e1f17..493cf67 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -1114,15 +1114,18 @@ iframe.embed {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
-.wallpaper.active .swatches span {
+.wallpaper.active .swatches .swatch {
width: 40px;
height: 35px;
display: inline-block;
border:1px solid;
+ background-size: contain;
-webkit-transition: -webkit-transform 0.1s ease-in-out;
+ line-height: 0;
+ vertical-align: text-bottom;
-webkit-user-drag: element;
}
-.wallpaper.active .swatches span:hover {
+.wallpaper.active .swatches .swatch:hover {
cursor: pointer;
-webkit-transform: translateX(3px) translateY(-3px);
transform: translateX(3px) translateY(-3px);