mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
24 lines
301 B
CSS
24 lines
301 B
CSS
.encoding-placeholder-big {
|
|
text-decoration:underline;
|
|
font-style:italic;
|
|
}
|
|
|
|
.encoding-settings {
|
|
width: 500px;
|
|
}
|
|
|
|
table .sorted::after {
|
|
content:" ▾";
|
|
}
|
|
table .reverse-sorted::after {
|
|
content:" ▴";
|
|
}
|
|
|
|
.ctcpreplies_row_request {
|
|
width: 100px;
|
|
}
|
|
.ctcpreplies_row_response {
|
|
width: 400px;
|
|
}
|
|
|