Man of Honour
Has anybody figured out Sigs on Avatars off?
.textCtrl {
color: #fff;
background: #2e3539;
border-width: 1px;
border-style: solid;
border-top-color: #23282b;
border-right-color: #23282b;
border-bottom-color: #23282b;
border-left-color: #23282b;
}
/* Theme search box etc */
.textCtrl {
color: #fff;
background: #2e3539;
border: 1px solid #23282b !important;
}
.textCtrl:focus, .textCtrl.Focus {
background: #2e3539;
border: 1px solid #23282b !important;
}
Yes, it's in my theme, it's commented so feel free to snag it.
Code:/* Hide avatars leaves sigs alone */ .UserRankImages { display: none; }
There it is
Ah nice one, didn't see the editI put it in the other thread nexus18!