summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-06-20 14:13:29 -0400
committerJules Laplace <jules@okfoc.us>2014-06-20 14:13:29 -0400
commit712387da2f75c845807ad4489b29fec34bfe9a56 (patch)
tree2fab35671b730b7305b920ba1b63299fd8fa4922 /public/assets/stylesheets/app.css
parent9151023c978bd3aed20ad00d5d3301dfe7ed2a2a (diff)
parent1668d6e2e20c9bd53f3f6a299541c582da9742b4 (diff)
merge
Diffstat (limited to 'public/assets/stylesheets/app.css')
-rwxr-xr-xpublic/assets/stylesheets/app.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 93d68ca..4152a1e 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -748,10 +748,10 @@ h5 {
background-image:url(https://s3.amazonaws.com/luckyplop/735c46b0268cd511a22c37bc0c11e9f60c4459b2.png)!important;
cursor:move;
}
-.deleteActive .image {
+.deleteActive .mx-object3d.image {
cursor:pointer;
}
-.deleteActive .image:after {
+.deleteActive .mx-object3d.image:after {
content: "\e68f";
font-family: 'ionicons';
speak: none;
@@ -978,9 +978,12 @@ h5 {
left: 20px;
color: black;
cursor:pointer;
- background:black;
+ background:white;
-webkit-transform: translateY(0px);
transform: translateY(0px);
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ user-select: none;
}
#minimap.hide{
-webkit-transform: translateY(155px);