fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixes #4075: overflow in book box in html.
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
scss
/
book_text
/
themes.scss
diff --git
a/src/wolnelektury/static/scss/book_text/themes.scss
b/src/wolnelektury/static/scss/book_text/themes.scss
index
26ed14b
..
f56b818
100644
(file)
--- a/
src/wolnelektury/static/scss/book_text/themes.scss
+++ b/
src/wolnelektury/static/scss/book_text/themes.scss
@@
-80,6
+80,10
@@
nav #menu-themes {
letter-spacing: 0;
text-transform: none;
text-decoration: none;
letter-spacing: 0;
text-transform: none;
text-decoration: none;
+ user-select: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
@include min-screen(600px) {
@include theme-showing;
@include min-screen(600px) {
@include theme-showing;