Package Mananger
[osm/UI.git] / skyquake / plugins / composer / src / src / styles / ComposerAppToolbar.scss
index 7b2ef16..423e09e 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * 
+ *
  *   Copyright 2016 RIFT.IO Inc
  *
  *   Licensed under the Apache License, Version 2.0 (the "License");
 @import 'main';
 
 .ComposerAppToolbar {
-       @extend .panel-header;
-       top: 56px;
-       left: 300px;
+    @extend .panel-header;
+    top: 56px;
+    left: 300px;
     right: 0;
-       height: 55px;
-       z-index: 4;
+    height: 55px;
+    z-index: 4;
     position: absolute;
     padding: 10px 20px;
     background-color: $panel-bg-color-contrast;
-       white-space: nowrap;
-       div {
-               display: inline-block;
-       }
+    white-space: nowrap;
+    div {
+        display: inline-block;
+    }
+    .disableOverlay {
+        background-color: #cbd1d1;
+        width: 100%;
+        height: 40px;
+        opacity: 0.8;
+        position: absolute;
+        pointer-events: none;
+    }
 }