1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +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

@@ -672,6 +672,11 @@ Colours and backgrounds for buttons.css
box-shadow: 0 0 10px #0075B0;
}
.search-results li:hover,
.search-results li.active {
background-color: #CFE1F6;
}
/* Icon images
---------------------------------------- */

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;
}