mirror of
https://github.com/znc/znc.git
synced 2026-04-30 18:42:25 +02: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;
|
|
}
|
|
|