summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-06-10 02:30:05 -0400
committerJulie Lala <jules@okfoc.us>2014-06-10 02:30:05 -0400
commita51e91f46feb4d43f69a21e5639d44ca044dcc19 (patch)
treeb94f4dc1ecb9da21b339b7a81805d047783c6ee4 /public/assets/stylesheets
parent160eb7f88036d997d555520df204bf37aeb22f77 (diff)
rough sketch of builder view
Diffstat (limited to 'public/assets/stylesheets')
-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;
}