mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
11 lines
141 B
CSS
11 lines
141 B
CSS
.expanded > .expand-arrow {
|
|
display: none;
|
|
}
|
|
|
|
.expanded > .collapse-arrow {
|
|
display: inherit;
|
|
}
|
|
|
|
.collapse-arrow {
|
|
display:none;
|
|
} |