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.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 53a198a..e5666ca 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -535,8 +535,14 @@ h5{
#hud {
position: absolute;
top:0;left:0;
+ z-index: 2;
+}
+#palette {
+ position: fixed;
+ bottom:20px;left:20px;
z-index: 10;
}
+
.face {
background-color: #fff;
transition: 0.1s background-color ease;
@@ -593,6 +599,7 @@ h5{
cursor:pointer;
}
.vvbox {
+ z-index: 3;
border: 1px solid;
position: fixed;
display: inline-block;
@@ -612,6 +619,9 @@ h5{
right: 10px;
top: 70px;
z-index:3;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ user-select: none;
}