mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
15 lines
209 B
CSS
15 lines
209 B
CSS
.encoding-placeholder-big {
|
|
text-decoration:underline;
|
|
font-style:italic;
|
|
}
|
|
|
|
.encoding-settings {
|
|
width: 500px;
|
|
}
|
|
|
|
table .sorted::after {
|
|
content:" ▼";
|
|
}
|
|
table .reverse-sorted::after {
|
|
content:" ▲";
|
|
} |