summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-07-19 16:07:29 +0300
committerAndrew Dolgov <[email protected]>2017-07-19 16:07:29 +0300
commitee4c7c44adabd057014b3c62cf16c6c4947ecc1a (patch)
tree480b62ffbeb0ef9110c701a3c0ad83a00fb68968 /css
parenta95b7e9094e2ddcbe55c33f7b3e9c18f4bb5e974 (diff)
identify chapters by spinepos in the ui
open TOC modal when clickong on chapter div, disable dedicated button
Diffstat (limited to 'css')
-rw-r--r--css/read.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/read.css b/css/read.css
index b2a5c30..fc14305 100644
--- a/css/read.css
+++ b/css/read.css
@@ -112,6 +112,9 @@ body.night .loading {
}
}
+.chapter {
+ cursor : pointer;
+}
.toc_list, .search_results, .dict_result {
max-height : 300px;