Cleaned search styling...
This commit is contained in:
parent
24d4f20baf
commit
e9cc87c021
@ -25,9 +25,9 @@
|
||||
<button type="button" title="Other Options" onclick="tgglElmView('popOutControls')">⚙</button>
|
||||
<button type="button" title="Refresh" onclick="getDir('./')">↻</button>
|
||||
<button type="button" title="Back" onclick="getDir('../')">⇐</button>
|
||||
<input type="text" placeholder="Search..." onkeyup="searchPage(this)" name="" value="">
|
||||
<button type="button" onclick="clearSearch()" title="Clears search..." >Clear Search</button>
|
||||
<button onclick="getFavesList(); tgglElmView('favesList')">Faves List ↕</button>
|
||||
<input type="text" title="Search" placeholder="Search..." id="searchField" onkeyup="searchPage(this)" value="">
|
||||
<button type="button" title="Clears Search Field" onclick="clearSearch()" >Clear Search</button>
|
||||
<button type="button" title="Faves List Toggle" onclick="getFavesList(); tgglElmView('favesList')">Faves List ↕</button>
|
||||
</h2>
|
||||
|
||||
<h2 id="fullPathHeader">
|
||||
|
@ -133,6 +133,17 @@
|
||||
background-color: rgba(0,0,0,0.64);
|
||||
}
|
||||
|
||||
#searchField {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#searchField:focus {
|
||||
height: 2em;
|
||||
border-style: solid;
|
||||
border-width: thin;
|
||||
border-color: rgba(55, 204, 209, 1);
|
||||
}
|
||||
|
||||
/* Classes */
|
||||
.imgViewImg {
|
||||
width: inherit;
|
||||
|
Loading…
Reference in New Issue
Block a user