Commit: a629fb8c710b4d1edcc860a48db8e651cf6dc2f5 Author: Stewart Lord <[email protected]> Tue, 4 Jan 2011 06:49:05 +0000 Parents: 0a949a479fd67d4c86a3e46ab8a2b861fdbf58be Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=a629fb8c710b4d1edcc860a48db8e651cf6dc2f5 Log: Fixed minor issue with search input styles resulting from merge of structure.css into theme.css. Changed paths: M styles/theme.css Diff: diff --git a/styles/theme.css b/styles/theme.css index 23f0238..65438d2 100644 --- a/styles/theme.css +++ b/styles/theme.css @@ -132,10 +132,6 @@ a:hover { #headsearch-keywords, #changelang-langs { - border: 0; - margin: 1px; - padding: 2px 5px; - font-weight: bold; color: #666; background: transparent; -webkit-appearance: none; @@ -148,6 +144,10 @@ a:hover { #headsearch-submit, #changelang-submit { + border: 0; + margin: 1px; + padding: 2px 5px; + font-weight: bold; border-color: #987db3; -moz-border-radius: 5px; -webkit-border-radius: 5px; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
