X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fplugins%2Fcomposer%2Fsrc%2Fsrc%2Fstyles%2FComposerAppToolbar.scss;h=423e09e9af8b71f9a69c4a4f6877a38157f2d48f;hb=1065d361f1c1b0c4f1334efe736f2e6e940e7035;hp=7b2ef169405907bf718fd4c957f7e8d359579022;hpb=e29efc315df33d546237e270470916e26df391d6;p=osm%2FUI.git diff --git a/skyquake/plugins/composer/src/src/styles/ComposerAppToolbar.scss b/skyquake/plugins/composer/src/src/styles/ComposerAppToolbar.scss index 7b2ef1694..423e09e9a 100644 --- a/skyquake/plugins/composer/src/src/styles/ComposerAppToolbar.scss +++ b/skyquake/plugins/composer/src/src/styles/ComposerAppToolbar.scss @@ -1,6 +1,6 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -20,17 +20,25 @@ @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; + } }