mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Added content search box, currently non-functional.
This commit is contained in:
@@ -113,7 +113,7 @@ nav {
|
||||
nav > ol {
|
||||
padding-left: 1em;
|
||||
list-style-type: none;
|
||||
height: calc(100% - 3em);
|
||||
height: calc(100% - 4em);
|
||||
}
|
||||
nav > ol > li:nth-child(3) {
|
||||
height: calc(100% - 7em);
|
||||
@@ -124,10 +124,10 @@ nav > ol > li:nth-child(3) {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
nav li {
|
||||
nav li:not(:last-child) {
|
||||
padding: 0.5em 0.5em;
|
||||
}
|
||||
nav > ol > li:last-child {
|
||||
#filtersToggle {
|
||||
cursor: pointer;
|
||||
}
|
||||
nav > ol > li:not(:nth-child(3)):hover, #pluginsNav li:hover {
|
||||
@@ -151,6 +151,10 @@ nav a {
|
||||
display: inline-block;
|
||||
width: 1.2em;
|
||||
}
|
||||
#searchBox {
|
||||
padding: 0.3em 0.6em;
|
||||
width: 100%;
|
||||
}
|
||||
#main {
|
||||
overflow: auto;
|
||||
flex-shrink: 10;
|
||||
|
||||
@@ -455,6 +455,7 @@
|
||||
</div>
|
||||
</ol>
|
||||
<li id="filtersToggle"><span class="fa fa-fw fa-filter"></span>Filters
|
||||
<li><input id="searchBox" type="search" placeholder="Search content...">
|
||||
</ol>
|
||||
</nav>
|
||||
<div id="main">
|
||||
|
||||
Reference in New Issue
Block a user