1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 19:20:23 +02:00

[ticket/12539] Live member search improvements

PHPBB3-12539
This commit is contained in:
mrgoldy
2019-09-09 16:27:16 +02:00
parent 0b843505e8
commit ccc21a8c94
4 changed files with 100 additions and 5 deletions

View File

@@ -355,7 +355,7 @@ input.button3 {
font-variant: small-caps;
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="checkbox"], input[type="radio"] {
input[type="button"], input[type="submit"], input[type="reset"], input[type="checkbox"], input[type="radio"], .search-results li {
cursor: pointer;
}