Added header overlay back in.

For disabling the toolbar use during editing.
This commit is contained in:
Oliver Hamlet
2014-11-13 05:06:59 +00:00
parent 9a247d0cf8
commit 2dcc1fdedc
2 changed files with 6 additions and 5 deletions
+5 -5
View File
@@ -220,16 +220,16 @@ td input {
text-overflow: ellipsis;
}
body.editMode header {
color: #999;
.editMode core-toolbar {
opacity: 0.7
}
body.editMode header #headerOverlay {
.editMode #headerOverlay {
z-index: 3;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
[draggable] {
-webkit-user-select: none;
+1
View File
@@ -42,6 +42,7 @@
<!-- oncontextmenu attribute disables the right-click menu. -->
<body oncontextmenu="return false" unresolved fullbleed vertical layout >
<core-toolbar id="mainToolbar">
<div id="headerOverlay"></div>
<paper-menu-button>
<paper-icon-button icon="menu"></paper-icon-button>
<paper-dropdown class="dropdown">