aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/resources
diff options
context:
space:
mode:
authorAlec Theriault <alec.theriault@gmail.com>2018-11-10 14:21:40 -0800
committerAlec Theriault <alec.theriault@gmail.com>2018-11-10 14:21:40 -0800
commit6e281ee1dfc994c40775eda044992980738d044e (patch)
treebd149a37f465ea9d94f32108992380d4352cd4db /haddock-api/resources
parente7e29d154c5cbe89e1a43fc703e315eb5a7618a1 (diff)
Replace oplus/ominus expander/collapser icons with triangles
Diffstat (limited to 'haddock-api/resources')
-rw-r--r--haddock-api/resources/html/NewOcean.std-theme/new-ocean.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/haddock-api/resources/html/NewOcean.std-theme/new-ocean.css b/haddock-api/resources/html/NewOcean.std-theme/new-ocean.css
index 92600fd7..5450ae2e 100644
--- a/haddock-api/resources/html/NewOcean.std-theme/new-ocean.css
+++ b/haddock-api/resources/html/NewOcean.std-theme/new-ocean.css
@@ -359,13 +359,13 @@ ul.links li a {
}
.collapser:before {
- content: '⊖';
+ content: '▿';
}
.expander:before {
- content: "⊕";
+ content: '▹';
}
.noexpander:before {
- content: "⊕";
+ content: '▿';
visibility: hidden;
}