Closed (fixed)
Project:
AD Redoable
Version:
5.x-1.2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Jul 2008 at 22:23 UTC
Updated:
16 Jul 2008 at 13:28 UTC
first of all thanks for this terrific theme!
I have one bug to report however:
the standard-search box and button in the upper right corner of the header (activated via theme settings) are not accessible by mouse. tabbing via keyboard lets one at least inout text into the search filed, but the button remains inaccessible.
tested on firefox3 and safari on mac.
Comments
Comment #1
Alan Cooney commentedAdd the following to #search-box in style.css:
position: relative;
z-index: 1;
I have commited this and it will appear shortly.
Comment #2
Alan Cooney commentedChanges now appear in the latest version.