This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php $title = __("Downloads"); | |
require(__DIR__.'/lib/common.php'); ?> | |
<style> | |
#myInput { | |
background-image: url('/css/searchicon.png'); /* Add a search icon to input */ | |
background-color: white; | |
color: black; | |
background-position: 10px 12px; /* Position the search icon */ | |
background-repeat: no-repeat; /* Do not repeat the icon image */ |