[Koha-bugs] [Bug 11042] New: Color issue for selected tab under search box

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 11 21:48:55 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11042

            Bug ID: 11042
           Summary: Color issue for selected tab under search box
 Change sponsored?: ---
           Product: Koha
           Version: 3.12
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Staff Client
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: ssammons at npelem.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

Created attachment 21975
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21975&action=edit
Image of color issue & element inspector.

When trying to customize colors for the staff/admin area you will encounter a
color code marked with !important in the CSS staff-global.css.

Upon copying the CSS code block and making changes to the color, the
staff-global.css color will over ride your select, even with important left on
the color statement.

Examples:
****My Custom Code:****

#header_search ul.ui-tabs-nav li.ui-tabs-selected {
background-color: #FFFFF1;
border: 1px solid #800000; !important;
border-top: 0 !important;
top: -1px;
}

****staff-global.css code****

#header_search ul.ui-tabs-nav li.ui-tabs-selected {
    background-color : #FFFFF1;
    border: 1px solid #85CA11 !important;
    border-top: 0 !important; top: -1px;
}


Notes:
I am using the Home › Administration › System preferences >
intranetcolorstylesheet option for the CSS file to put my code it. 

Coding is done via SSH on the system level to my file called custom-login.css.

I think the solution is just to remove the !important; statement off the code.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list