aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
diff options
context:
space:
mode:
authormrgoldy <gijsmartens1@gmail.com>2019-09-09 16:27:16 +0200
committermrgoldy <gijsmartens1@gmail.com>2019-09-09 16:27:16 +0200
commitccc21a8c94d9ee3d9cb2d1f869837bd03336ac9d (patch)
tree8a9850b1eefee93f46b63c9fd133b8b7712ccbce /phpBB/styles/prosilver/theme
parent0b843505e82182d821e51cda55195bb8c6eebb7e (diff)
downloadforums-ccc21a8c94d9ee3d9cb2d1f869837bd03336ac9d.tar
forums-ccc21a8c94d9ee3d9cb2d1f869837bd03336ac9d.tar.gz
forums-ccc21a8c94d9ee3d9cb2d1f869837bd03336ac9d.tar.bz2
forums-ccc21a8c94d9ee3d9cb2d1f869837bd03336ac9d.tar.xz
forums-ccc21a8c94d9ee3d9cb2d1f869837bd03336ac9d.zip
[ticket/12539] Live member search improvements
PHPBB3-12539
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r--phpBB/styles/prosilver/theme/colours.css5
-rw-r--r--phpBB/styles/prosilver/theme/forms.css2
2 files changed, 6 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css
index ffaa71034f..1ead493926 100644
--- a/phpBB/styles/prosilver/theme/colours.css
+++ b/phpBB/styles/prosilver/theme/colours.css
@@ -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
---------------------------------------- */
diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css
index 5646a7d6c7..99c898f41e 100644
--- a/phpBB/styles/prosilver/theme/forms.css
+++ b/phpBB/styles/prosilver/theme/forms.css
@@ -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;
}