I made the change to the css.. I just set a background for the calendar to be 'highlight' which will be the default system color of any menu highlighted items..  It looks ok to me for all three.. I attached the css files.. I hope they come through the system..  I am not going to check them in until it is verified..

Monty



Kim Gräsman wrote:
Thanks, Brent.

I agree we should fix the stylesheet for the calendar, even if it's not
critical. As long as it's just a CSS modification, it can't hurt (famous
last words :)).

If someone CSS savvy can fix it, I'd be happy to test it with all themes, I
have a pretty calm weekend ahead.

Kim

  
-----Original Message-----
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]] On Behalf Of 
Monty Scroggins
Sent: den 3 december 2004 06:28
To: [EMAIL PROTECTED]
Subject: Re: [DQSD-Devel] xp blue theme fix and issue

No Brent this is not by design..  I mentioned after the 
release that I want to remove some of the css for the 
calendar.. basically it is inheriting the graphic background 
of the toolbar..   A solid color needs to be implemented..  a 
minor thing 

Monty

Brent Beardsley wrote: 

	I checked in the fix for the xp blue theme but while
	playing around I noticed that the blue background is
	in the middle of the days of the week.  Is this by
	design?  I've attached a screen shot to illustrate
	(hopefully the mailing list doesn't strip it out).
	
	Brent
    
/* localsearch_blue.css
*
* Add stylesheet preferences here to keep them from being
* overwritten on upgrades.
* 
* Use search.css as a guide, copying settings from that
* file to this file, and then modifying them to suit your
* personal taste.
*/

body
{
 background: #BBBDCD url(xptoolbar1_blue.bmp) repeat-x fixed top;
}

.clock
{
 background: transparent repeat-x fixed bottom;
 color: #fcfcfc;
 font-weight: bold;
 border-width:0px;
 padding-top:9px;
 padding-left:4px;
 padding-right:4px;
 padding-bottom:5px;
}

.txtfld
{
 background: #A0A7AD url(xptoolbar2_blue.bmp) repeat-x fixed top;
 color: black;
 border-width:0px;
 padding-top:9px;
 padding-left:4px;
 padding-right:4px;
 padding-bottom:5px;
}

.gobutton, .mogobutton, .mdgobutton
{
 background: transparent repeat-x fixed bottom;
 border:0px;
 color: white;
 position:absolute;
}


/*
Styles for the calendar
*/
.cal
{
 color:white;
 background-color: highlight;
}
.calnavmonth, .calnavmonthhigh, .calnavyear, .calnavyearhigh
{
  padding:1px;
  border-width:0;
}
.caltodayevent, .caltodayeventhigh
{
  background-color:menu;
  border-width:0;
}
.caltoday, .caltodayhigh
{
  background-color:darkblue;
  border-width:0px;
}

/*
Styles for the help box
*/
.helpboxBody
{
  background: window;
}

IMG#banner { cursor: hand; margin-top: 7px; }
/* localsearch.css
*
* Add stylesheet preferences here to keep them from being
* overwritten on upgrades.
* 
* Use search.css as a guide, copying settings from that
* file to this file, and then modifying them to suit your
* personal taste.
*/

body
{
 background: #a8b680 url(xptoolbar1_olive.bmp) repeat-x fixed top;
}

.clock
{
 background: transparent repeat-x fixed bottom;
 color: #000000;
 font-weight: bold;
 border-width:0px;
 padding-top:9px;
 padding-left:4px;
 padding-right:4px;
 padding-bottom:5px;
}

.txtfld
{
 background: #a8b680 url(xptoolbar2_olive.bmp) repeat-x fixed top;
 color: #000000;
 border-width:0px;
 padding-top:9px;
 padding-left:4px;
 padding-right:4px;
 padding-bottom:5px;
}

.gobutton, .mogobutton, .mdgobutton
{
 background: transparent repeat-x fixed bottom;
 border:0px;
 color: #000000;
 position:absolute;
}

/*
Styles for the calendar
*/
.cal
{
 color:white;
 background-color: highlight;
}
.calnavmonth, .calnavmonthhigh, .calnavyear, .calnavyearhigh
{
  padding:1px;
  border-width:0;
}
.caltodayevent, .caltodayeventhigh
{
  background-color:darkblue;
  border-width:0;
}
.caltoday, .caltodayhigh
{
  background-color:darkblue;
  border-width:0px;
}

/*
Styles for the help box
*/
.helpboxBody
{
  background: window;
}

IMG#banner { cursor: hand; margin-top: 7px; }
/* localsearch.css
*
* Add stylesheet preferences here to keep them from being
* overwritten on upgrades.
* 
* Use search.css as a guide, copying settings from that
* file to this file, and then modifying them to suit your
* personal taste.
*/

body
{
 background: #BBBDCD url(xptoolbar1_silver.bmp) repeat-x fixed top;
}

.clock
{
 background: transparent repeat-x fixed bottom;
 color: #000000;
 font-weight: bold;
 border-width:0px;
 padding-top:9px;
 padding-left:4px;
 padding-right:4px;
 padding-bottom:5px;
}

.txtfld
{
 background: #A0A7AD url(xptoolbar2_silver.bmp) repeat-x fixed top;
 color: #000000;
 border-width:0px;
 padding-top:9px;
 padding-left:4px;
 padding-right:4px;
 padding-bottom:5px;
}

.gobutton, .mogobutton, .mdgobutton
{
 background: transparent repeat-x fixed bottom;
 border:0px;
 color: #000000;
 position:absolute;
}


/*
Styles for the calendar
*/
.cal
{
 color:white;
 background-color: highlight;
}
.calnavmonth, .calnavmonthhigh, .calnavyear, .calnavyearhigh
{
  padding:1px;
  border-width:0;
}
.caltodayevent, .caltodayeventhigh
{
  background-color:darkblue;
  border-width:0;
}
.caltoday, .caltodayhigh
{
  background-color:darkblue;
  border-width:0px;
}

/*
Styles for the help box
*/
.helpboxBody
{
  background: window;
}

IMG#banner { cursor: hand; margin-top: 7px; }
/* localsearch.css
*
* Add stylesheet preferences here to keep them from being
* overwritten on upgrades.
* 
* Use search.css as a guide, copying settings from that
* file to this file, and then modifying them to suit your
* personal taste.
*/

body
{
 background: #a8b680 url(xptoolbar1_default.bmp) repeat-x fixed top;
}

.clock
{
 background: transparent repeat-x fixed bottom;
 color: #000000;
 font-weight: bold;
 border-width:0px;
 padding-top:9px;
 padding-left:4px;
 padding-right:4px;
 padding-bottom:5px;
}

.txtfld
{
 background: #a8b680 url(xptoolbar2_default.bmp) repeat-x fixed top;
 color: #000000;
 border-width:0px;
 padding-top:9px;
 padding-left:4px;
 padding-right:4px;
 padding-bottom:5px;
}

.gobutton, .mogobutton, .mdgobutton
{
 background: transparent repeat-x fixed bottom;
 border:0px;
 color: #000000;
 position:absolute;
}

/*
Styles for the calendar
*/
.cal
{
 color:white;
 background-color: highlight;
}
.calnavmonth, .calnavmonthhigh, .calnavyear, .calnavyearhigh
{
  padding:1px;
  border-width:0;
}
.caltodayevent, .caltodayeventhigh
{
  background-color:darkblue;
  border-width:0;
}
.caltoday, .caltodayhigh
{
  background-color:darkblue;
  border-width:0px;
}

/*
Styles for the help box
*/
.helpboxBody
{
  background: window;
}

IMG#banner { cursor: hand; margin-top: 7px; }

Reply via email to