diff options
| author | Michael Miday <midaym@gmail.com> | 2015-09-16 17:23:24 +0200 |
|---|---|---|
| committer | Michael Miday <midaym@gmail.com> | 2015-09-17 18:37:30 +0200 |
| commit | 14e2631b9213687afe29b020c25e3c2712d1ede1 (patch) | |
| tree | 3259d7cd8aa6f00ef49f3885e192cb5fadef1e09 | |
| parent | 353fce9625d1e1e8dffa17794ed23212d587d9b4 (diff) | |
| download | forums-14e2631b9213687afe29b020c25e3c2712d1ede1.tar forums-14e2631b9213687afe29b020c25e3c2712d1ede1.tar.gz forums-14e2631b9213687afe29b020c25e3c2712d1ede1.tar.bz2 forums-14e2631b9213687afe29b020c25e3c2712d1ede1.tar.xz forums-14e2631b9213687afe29b020c25e3c2712d1ede1.zip | |
[ticket/12769] Fix search-box styling
| -rw-r--r-- | phpBB/styles/prosilver/theme/colours.css | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index 975574c64d..36f959fc06 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -26,18 +26,23 @@ hr { border-top-color: #CCCCCC; } -/* Search box ---------------------------------------------- */ +/* +-------------------------------------------------------------- +Colours and backgrounds for links.css +-------------------------------------------------------------- */ -.search-box .inputbox, -.search-box .inputbox:hover, -.search-box .inputbox:focus, -.search-box .button:hover { - border-color: #C7C3BF; +a { color: #105289; } +a:hover { color: #D31141; } + +/* Links on gradient backgrounds */ +.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 */ .dropdown-extended a.mark_read { background-color: #FFFFFF; |
