mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/12769] Fix search-box styling
This commit is contained in:
parent
353fce9625
commit
14e2631b92
1 changed files with 14 additions and 9 deletions
|
@ -26,18 +26,23 @@ hr {
|
||||||
border-top-color: #CCCCCC;
|
border-top-color: #CCCCCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Search box
|
/*
|
||||||
--------------------------------------------- */
|
--------------------------------------------------------------
|
||||||
|
Colours and backgrounds for links.css
|
||||||
|
-------------------------------------------------------------- */
|
||||||
|
|
||||||
.search-box .inputbox,
|
a { color: #105289; }
|
||||||
.search-box .inputbox:hover,
|
a:hover { color: #D31141; }
|
||||||
.search-box .inputbox:focus,
|
|
||||||
.search-box .button:hover {
|
/* Links on gradient backgrounds */
|
||||||
border-color: #C7C3BF;
|
.forumbg .header a, .forabg .header a, th a {
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
|
||||||
|
color: #A8D8FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-header {
|
|
||||||
box-shadow: 0 0 10px #0075B0;
|
|
||||||
/* Notification mark read link */
|
/* Notification mark read link */
|
||||||
.dropdown-extended a.mark_read {
|
.dropdown-extended a.mark_read {
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
|
|
Loading…
Add table
Reference in a new issue