minor color and text fixes

This commit is contained in:
Hendrik
2017-01-23 16:27:54 +01:00
parent 2ff23ae668
commit 119c82e110
3 changed files with 6 additions and 3 deletions

View File

@@ -25,5 +25,5 @@
}
li.search-item:hover{
background-color: #EEE;
background-color: #FBC02D;
}

View File

@@ -278,7 +278,10 @@ function searchSomeUsers($n, $m, $search)
$stmt = $GLOBALS["db"]->prepare("
SELECT
`username`,
`profilepicture`,
IFNULL(
`profilepicture`,
'../img/notbad.jpg'
) AS profilepicture,
`fname`,
`lname`
FROM

View File

@@ -38,7 +38,7 @@ $group_count = countSomeGroups($search)->fetchColumn();
</label>
<input type="text"
name="search"
placeholder="zoek"
placeholder="Zoek"
value=<?php echo "$search";?>
>
<label for="filter">