Small css update for non-square icons
This commit is contained in:
parent
9e293b45a9
commit
fccb3d8f33
|
@ -31,7 +31,8 @@ p, a {
|
||||||
|
|
||||||
/* Force 16px icon size after TeamSpeak update 3.1.5 */
|
/* Force 16px icon size after TeamSpeak update 3.1.5 */
|
||||||
.ts3_viewer img, .adminlist img {
|
.ts3_viewer img, .adminlist img {
|
||||||
width: 16px
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ****** */
|
/* ****** */
|
||||||
|
|
Loading…
Reference in New Issue