Sorry for delay. I was busy. See the result in the Pic. I think, it looks good. Only the Textcolour is a bit to light
Quote:
Originally Posted by TheLastSuperman
I'll check that one out tomorrow when I check in on gOOvER  .
Take 4 of these CSS Definitions into additonal.css with one glass of water and schedule your next appointment with the nurse up front
Code:
.cke_dialog_body {
background-color: #2b3851 !important;
border: 1px solid #32415f !important;
color: rgb(205, 205, 205) !important;
}
.cke_dialog_contents {
background-color: #2b3851 !important;
border: 1px solid #2b3851 !important;
color: rgb(205, 205, 205) !important;
}
.cke_dialog_footer {
background-color: #2b3851 !important;
border: 1px solid #2b3851 !important;
color: rgb(205, 205, 205) !important;
}
.cke_dialog_ui_button {
background-color: #2b3851 !important;
border: 1px solid #32415f !important;
color: rgb(205, 205, 205) !important;
}

|