open colours.csstechncode wrote:I'm trying to edit the CSS for a theme I used colorizeit on but it looks like the edits don't stay saved.
Is this common?
I'd like to change the light green background for my navbar, forums list (not the borders), topics list and posts. Is this possible? The theme is prosilver special edition colorized.
Forum is at forums.blackberryrocks.com.
Thanks!
Code: Select all
.navbar {
background-color: #D1E5D7;
}
Code: Select all
li.row {
border-top-color: #FFFFFF;
border-bottom-color: #097b00;
background-color: #e2f0e1;
}
Code: Select all
.bg1 { background-color: #e9f8e8; }
.bg2 { background-color: #dbf3db; }
.bg3 { background-color: #bfedc2; }