summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-10-24 12:16:51 -0400
committerryderr <r@okfoc.us>2014-10-24 12:16:51 -0400
commit82e86224bdc2a987b9e3cd4f18c2192427b5f04b (patch)
treef582b3af92ed64d0074dbe11dce3f6dd1446af1e
parent862357ad711c2d063ce69b2d4f6dae5d811e6c75 (diff)
wallpaper sizing
-rwxr-xr-xpublic/assets/stylesheets/app.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 58b87d4..b29c613 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -1475,6 +1475,8 @@ border-left: 1px solid black;
vertical-align: text-bottom;
background-color:white;
-webkit-user-drag: element;
+ background-size: auto 100%;
+ background-position: center;
}
.wallpaper.active .swatches .swatch:hover {
cursor: pointer;