Changeset 8557


Ignore:
Timestamp:
2004-11-15T14:50:33+13:00 (19 years ago)
Author:
nzdl
Message:

without the a.gsbutton:hover and a.navbar:hover specific rules, after a link has been visited, then the colour no longer changes. why, I don't know.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/web/interfaces/default/style/core.css

    r8556 r8557  
    33    color:#345437; /* green colour */
    44    font-weight: bold;
     5}
     6
     7
     8a.gsbutton:hover {
     9    color: #cc9900 /* bright yellow */
    510}
    611   
     
    2429    color:#345437;
    2530}
    26    
     31
     32a.navbar:hover {
     33    color: #cc9900 /* bright yellow */
     34}
     35
    2736td.navbar {
    2837    background-image: url(../images/greenbar.gif);
Note: See TracChangeset for help on using the changeset viewer.