Last modified: 2006-10-29 18:17:47 UTC
The search button has no id which makes it difficult to customize using user css. All it needs is an id="something" adding and it will be fixed. The go button already has one.
BTW this is in the monobook skin.
Created attachment 2589 [details] Adds id to search button in MonoBook.php Here is the latest version of MonoBook.php but with an id added to the search button, the id is "searchSearchButon" - I chose that because it uses the same syntax as for the go button.
Created attachment 2590 [details] Patch in unified diff format My version of this patch. Resubmitting because the earlier patch was not in unified diff format (he still beat me, though!)
Comment on attachment 2589 [details] Adds id to search button in MonoBook.php Obsoleting old attachment
New id's/classes should be prefixed with mw- to avoid conflicts with user-specified stuff. Also, Cologne Blue is already using "mw-searchButton", so I went with that. Fixed in r17289.