Skip to Content Skip to Menu

Inbox Module Background Color

15 years 7 months ago #92172 by NicholasJohn16
Inbox Module Background Color was created by NicholasJohn16
Heya,

I just installed uddeIM 1.6 and I'm very happy with it. I just have one small problem. The background of my site is black while the background of the uddeIM Inbox module is white. It makes for a very unpleasing contrast. Is there anyway for me to change the background color? I've been searching, but I can't seem to find anything to help.

Thanks.

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
15 years 7 months ago #92207 by slabbi
Replied by slabbi on topic Re:Inbox Module Background Color
uddeIM CB plugins do not make any styling.

Styling is done by CB or your Joomla template. Check the generated source and you will only see sectiontableentry0 or 1 entries which style is specified in your Joomla template.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

15 years 7 months ago #92292 by NicholasJohn16
Replied by NicholasJohn16 on topic Re:Inbox Module Background Color
Is this what you mean?

.sectiontableentry1 {
background-color: #000;
padding: 5px;
text-align: left;
}
.sectiontableentry1 td {
padding: 5px;
}
.sectiontableentry1 a, .sectiontableentry1 a:link {
font-weight: bold;
color: #669900;
}
.sectiontableentry2 a:hover {
color: #99CC00;
}
.sectiontableentry2 {
background-color: #000;
padding: 5px;
text-align: left;
}
.sectiontableentry2 td {
padding: 5px;
}
.sectiontableentry2 a, .sectiontableentry2 a:link {
font-weight: bold;
color: #669900;
}
.sectiontableentry2 a:hover {
color: #99CC00;
}

Please Log in or Create an account to join the conversation.

15 years 7 months ago #92364 by NicholasJohn16
Replied by NicholasJohn16 on topic Re:Inbox Module Background Color
I got it. By editing the uddemodule.css

#uddeim-module p.uddeim-module-body {
padding: 1px 1px 1px 3px;
color: black;
margin: 0;
background-color: white;
}

to

#uddeim-module p.uddeim-module-body {
padding: 1px 1px 1px 3px;
color: black;
margin: 0;
background-color: black;
}

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
15 years 6 months ago #92381 by slabbi
Replied by slabbi on topic Re:Inbox Module Background Color
Thats not the "uddeIM Inbox module" as you mentioned above. This is the "uddeIM Message Notifier" module. Maybe you should be more exact next time.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum