Gossamer Forum
Home : Products : Gossamer Links : Discussions :

CSS in Luna

Quote Reply
CSS in Luna
Hey,

I have tested to change the color and background of the searchbar.

I changed in CSS editor the file luna.css and added

Code:
.searchbar {
border-bottom: 1px solid #99B9E3;
background: #D2E4FC;
}

at the end of the file then builded the pages...

the color did not change? what did I do wrong?

Thanks

Steve
Quote Reply
Re: [factures] CSS in Luna In reply to
If you make changes to the CSS file, you don't need to rebuild (one of the advantages of a separating style into css). However, your web browser might be caching the old CSS file, so try reloading the page.

Adrian
Quote Reply
Re: [brewt] CSS in Luna In reply to
that was the cash of my safari browser...

thanks a lot adrian!

Tongue