Introduction
Introduction Statistics Contact Development Disclaimer Help
generate.sh: only show cursor when solutions are collapsed - chess-puzzles - ch…
git clone git://git.codemadness.org/chess-puzzles
Log
Files
Refs
README
LICENSE
---
commit cb828aa3fa341d3af5e9338132497cf49671369f
parent 10ce46bdd74256d98eec084142787f40730c582d
Author: Hiltjo Posthuma <[email protected]>
Date: Thu, 21 Dec 2023 20:29:26 +0100
generate.sh: only show cursor when solutions are collapsed
... not on all the puzzle solutions contained within.
Diffstat:
M generate.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/generate.sh b/generate.sh
@@ -70,7 +70,7 @@ h2 a:hover:after {
footer {
clear: both;
}
-details {
+details summary {
cursor: pointer; /* show hand */
}
</style>
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.