Ignore:
Timestamp:
12/10/08 22:37:01 (3 years ago)
Author:
ArthurClemens
Message:

Item264: fixing various minor styling issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PatternSkin/data/System/PatternSkinColorSettings.txt

    r1206 r1251  
    128128   * Local DIFF_HEADER_BACKGROUND = #ccc 
    129129---++++ NOTIFICATION_BACKGROUND Info, broadcast message and notifications 
    130    * Local NOTIFICATION_BACKGROUND = #ffe67b 
     130   * Local NOTIFICATION_BACKGROUND = #fff0c4 
    131131---++++ INFO_BACKGROUND 
    132132   * Local INFO_BACKGROUND = #f5fbfe 
     
    149149---++++ FORM_STEP_BORDER Form step border 
    150150   * Local FORM_STEP_BORDER = %SEPARATOR_BORDER% 
    151 ---++++ NOTIFICATION_BORDER Broadcast message 
     151---++++ NOTIFICATION_BORDER Notification messages 
    152152   * Local NOTIFICATION_BORDER = #ffdf4c 
    153153 
     
    545545   background-color:%NOTIFICATION_BACKGROUND%; 
    546546} 
     547.foswikiNotification { 
     548   border-color:%NOTIFICATION_BORDER%; 
     549} 
    547550#foswikiLogin .patternLoginNotification { 
    548551   background-color:%MAIN_TEXT_BACKGROUND%; 
     
    984987} 
    985988 
     989.foswikiBroadcastMessage { 
     990   background-image:url(background_alert.gif); 
     991   background-repeat:repeat-x; 
     992} 
     993 
    986994/* common settings */ 
    987995.patternLeftBarPersonal li, 
Note: See TracChangeset for help on using the changeset viewer.