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{ 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(" $stmt = $GLOBALS["db"]->prepare("
SELECT SELECT
`username`, `username`,
`profilepicture`, IFNULL(
`profilepicture`,
'../img/notbad.jpg'
) AS profilepicture,
`fname`, `fname`,
`lname` `lname`
FROM FROM

View File

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