Changeset 257 for trunk/css


Ignore:
Timestamp:
May 16, 2007 5:36:18 AM (17 years ago)
Author:
quinn
Message:

Added a function to highlight words matching a search query highlightWords().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/css/codebase.inc.css

    r107 r257  
    99 */
    1010
    11 /*_____________________ SC Messaging ____________________*/
     11/*_____________________ App.inc.php ____________________*/
    1212.sc-msg { font-family: verdana,geneva,arial,sans-serif; }
    1313
     
    2525.sc-msg-notice { color: #C60; border-color: #C60; }
    2626
    27 /*_____________________ PEdit Forms ____________________*/
     27/*_____________________ PEdit.inc.php ____________________*/
    2828
    2929.sc-pedit-form {}
     
    4949    white-space: nowrap;
    5050}
     51
     52/*_____________________ Utilities.inc.php ____________________*/
     53
     54.sc-highlightwords {
     55    background-color: #EBFE00;
     56    color: #000;
     57}
Note: See TracChangeset for help on using the changeset viewer.