Changeset 570

Show
Ignore:
Timestamp:
06/09/06 17:03:37
Author:
johnsa
Message:

quick tweak to subscription colors (purple swallows up default border color - so override it)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r566 r570  
    10021002                </xsl:variable> 
    10031003                <li> 
    1004                         <a href="{$eventView}?subid={$subscriptionId}&amp;calPath={$calPath}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}" class="{$eventRootClass} {$eventClass} {$subColor}"> 
     1004                        <a href="{$eventView}?subid={$subscriptionId}&amp;calPath={$calPath}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}" 
     1005                                class="{$eventRootClass} {$eventClass} {$subColor}"> 
    10051006                                <xsl:if test="status='CANCELLED'">CANCELLED: </xsl:if> 
    10061007                                <xsl:value-of select="summary"/> 
  • trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/subColors.css

    r559 r570  
    5757  background-color: #C1B3D7 !important; 
    5858  color: black; 
     59  /* purple swallows up the default border color, so for this one alone, 
     60     override it */ 
     61  border-bottom: 1px solid #999 !important; 
    5962} 
    6063.94A8D0 {