1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 15:01:33 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2019-11-06 21:32:25 +01:00
4 changed files with 106 additions and 7 deletions

View File

@@ -703,6 +703,11 @@ dd.profile-warnings {
box-shadow: 0 0 10px #0077b3;
}
.search-results li:hover,
.search-results li.active {
background-color: #cfe1f6;
}
/* icon images */
.site_logo { background-image: url("./images/site_logo.gif"); }
.contact-icon { background-image: url("./images/icons_contact.png"); }

View File

@@ -345,7 +345,8 @@ input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="checkbox"],
input[type="radio"] {
input[type="radio"],
.search-results li {
cursor: pointer;
}