#widgets_chatbox td {
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: medium;
padding: 5px;
background: #000;
border-color: #D4A017;
}
#widgets_chatbox a {
color: #D4A017;
font-weight: bold;
text-decoration: none;
}
.chatbox-holder {
padding: 20px;
font-size: 8pt;
color: white;
border: 2px ridge black;
background: #008B8B;
border-radius: 20px;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9);
}
.chatbox-holder p { direction: rtl; }
.chatbox-holder textarea { direction: ltr; }
.chatbox-holder input.button {
color: #D4A017;
font-weight: bold;
border: 2px outset #D4A017;
border-radius: 15px;
padding: 2px 5px;
font-size: 1.4em;
background: #003366;
}
#widgets_chatbox #wrapper {
margin: auto;
background: #003366;
}
Which code is the smilies button for the shoutbox?
I want it to be the color white and it is now Black.