mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-05 07:02:08 +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;
|
|
} |