Closed Bug 480083 Opened 15 years ago Closed 15 years ago

Search button on address bar looks different from other toolbar buttons

Categories

(SeaMonkey :: UI Design, defect)

defect
Not set
minor

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: BijuMailList, Unassigned)

Details

Attachments

(2 files)

Attached image before.png
Search button on address bar looks different from other toolbar buttons.

Upon inspecting DOM I see they are <button> when others are <toolbarbutton>

So I changed that in comm.jar\content\navigator\navigator.xul

ie,
    <button id="go-button" class="button-toolbar chromeclass-location"
and 
    <button id="search-button" class="button-toolbar chromeclass-location"
to 
    <toolbarbutton id="go-button" 
                   class="toolbarbutton-1 chromeclass-toolbar-additional"
and
   <toolbarbutton id="search-button"
                  class="toolbarbutton-1 chromeclass-toolbar-additional"


PS: Sorry I dont have something to send patch
Attached image after.png
and got it fixed
see after.png
Blocks: 157199
> Search button on address bar looks different from other toolbar buttons.

This is deliberate. The Go and Search buttons (not toolbar buttons) are actually part of the URLbar. This is clearer if you switch to the Modern Theme.
No longer blocks: 157199
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: