minor color and text fixes
This commit is contained in:
@@ -25,5 +25,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
li.search-item:hover{
|
li.search-item:hover{
|
||||||
background-color: #EEE;
|
background-color: #FBC02D;
|
||||||
}
|
}
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user