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:
@@ -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"); }
|
||||
|
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user