Prevent search box opening when other modals are open

This commit is contained in:
Nick O'Leary
2016-10-09 22:54:47 +01:00
parent f2d36b84b5
commit 3c60b3d2c9
6 changed files with 27 additions and 8 deletions

View File

@@ -66,4 +66,4 @@ $editor-button-background-primary-hover: #6E0A1E;
$editor-button-color: #999;
$editor-button-background: #fff;
$shade-color: rgba(220,220,220,0.5);
$shade-color: rgba(100,100,100,0.5);

View File

@@ -176,6 +176,11 @@
background: $shade-color;
z-index: 2;
}
#sidebar-shade {
left: -8px;
top: -1px;
bottom: -1px;
}
.dialog-form,#dialog-form, #dialog-config-form {

View File

@@ -91,7 +91,7 @@
bottom:0;
left:0;
right:0;
background: rgba(255,255,255,0.8);
background: $shade-color;
text-align: center;
padding-top: 20px;
}

View File

@@ -84,18 +84,19 @@
margin-right: 5px;
}
.red-ui-search-result-node-label {
font-weight: bold;
color: #222;
}
.red-ui-search-result-node-type {
font-style: italic;
font-size: 0.9em;
}
.red-ui-search-result-node-flow {
float:right;
font-size: 0.9em;
font-size: 0.8em;
}
.red-ui-search-result-node-id {
display:none;
font-size: 0.9em;
font-size: 0.8em;
}
.red-ui-search-empty {
padding: 10px;