mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Added header overlay back in.
For disabling the toolbar use during editing.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user