fix(lint): fix linting css errors

This commit is contained in:
Evan Morikawa 2015-03-26 14:49:03 -04:00
parent 3f55979beb
commit 9a0fce22c4
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@
max-height:400px;
background-color: @background-color;
transform: translate(-50%,-100%);
box-shadow: 0px 4px 30px rgba(0,0,0,0.19), inset 0px 0px 1px rgba(0,0,0,0.5);
box-shadow: 0 4px 30px rgba(0,0,0,0.19), inset 0 0 1px rgba(0,0,0,0.5);
border-radius: @border-radius-base;
z-index: 40;
@ -51,4 +51,4 @@
z-index:0;
bottom: -10px;
}
}
}

View file

@ -6,7 +6,7 @@ body {
-webkit-user-select: none;
user-select: none;
}
input, textarea, *[contenteditable], {
input, textarea, div[contenteditable], {
-webkit-user-select: auto;
user-select: auto;
}