mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-10-30 16:08:23 +08:00
11 lines
No EOL
141 B
CSS
11 lines
No EOL
141 B
CSS
.expanded > .expand-arrow {
|
|
display: none;
|
|
}
|
|
|
|
.expanded > .collapse-arrow {
|
|
display: inherit;
|
|
}
|
|
|
|
.collapse-arrow {
|
|
display:none;
|
|
} |