Quote:
I wish to change the .panel-title colour
|
Check in skin/reboot/css/themes/Purple.css (or whatever theme you are using)
Code:
.panel-default-m { border-color: #DDDDDD!important; }
.panel-default-m > .panel-heading { color: #000000; background-color: #EEEEEE; border-color: #DDDDDD; }
.panel-default-d { border-color: #DDDDDD; }
.panel-default-d > .panel-heading { color: #000000; background-color: #EEEEEE; border-color: #DDDDDD; }
Or, if using the 'Custom' theme, you can change the colours in the reBOOT settings page...
Quote:
- Menu boxed style background colour
- Menu boxed style border colour
- Menu boxed style text colour
- Dialog boxed style background colour
- Dialog boxed style border colour
- Dialog boxed style text colour
|