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

@@ -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;