Skip to content

Commit

Permalink
[ticket/13639] Update colours.css
Browse files Browse the repository at this point in the history
The rule is a left over from development. it should be removed from colours.css

.icon-search-advanced { background-image: url("./images/icon_search_adv.gif");}

Area21 ticket: https://area51.phpbb.com/phpBB/viewtopic.php?f=81&p=275166

PHPBB3-13639
  • Loading branch information
dragosvr92 committed Feb 20, 2015
1 parent 7fd3767 commit eff928c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpBB/styles/prosilver/theme/colours.css
Expand Up @@ -656,7 +656,6 @@ Colours and backgrounds for buttons.css
.icon-register { background-image: url("./images/icon_register.gif"); }
.icon-search, .responsive-search a { background-image: url("./images/icon_search.gif"); }
.icon-search-active { background-image: url("./images/subforum_read.gif"); }
.icon-search-advanced { background-image: url("./images/icon_search_adv.gif"); }
.icon-search-new { background-image: url("./images/subforum_unread.gif"); }
.icon-search-self { background-image: url("./images/icon_topic_latest.gif"); }
.icon-search-unanswered { background-image: url("./images/icon_post_target.gif"); }
Expand Down

0 comments on commit eff928c

Please sign in to comment.