Skip to content

Commit 5bee035

Browse files
authored
Merge pull request #357 from internetarchive/v.4.12.0
4.12.0
2 parents 618b4e0 + c49c258 commit 5bee035

File tree

9 files changed

+29
-20
lines changed

9 files changed

+29
-20
lines changed

BookReader/BookReader.css

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -321,19 +321,6 @@ body.BRfullscreenActive .mm-menu {
321321
padding: 5px 10px !important;
322322
}
323323

324-
/* High contrast mode */
325-
.high-contrast .BRpagediv1up {
326-
background-color: white;
327-
}
328-
.high-contrast .BRpagedivthumb {
329-
background-color: white;
330-
}
331-
.high-contrast .BRpageview img,
332-
.high-contrast .BRtwopageview img {
333-
-webkit-filter: grayscale(100%) brightness(120%);
334-
filter: grayscale(100%) brightness(120%);
335-
}
336-
337324
.BRaction {
338325
margin-left: 5px;
339326
margin-right: 5px;
@@ -501,6 +488,14 @@ body.BRfullscreenActive .mm-menu {
501488
padding: 8px 16px;
502489
}
503490
}
491+
/* filters */
492+
.filter-applied .BRpagediv1up {
493+
background-color: white;
494+
}
495+
.filter-applied .BRpagedivthumb {
496+
background-color: white;
497+
}
498+
504499
.BRpageview {
505500
position: relative;
506501
margin: auto;
@@ -2144,6 +2139,11 @@ html.mm-background .BookReader {
21442139
display: block;
21452140
}
21462141
}
2142+
.BRcheckbox-label-filters {
2143+
position: relative;
2144+
bottom: 2px;
2145+
}
2146+
21472147
/* Desktop Only */
21482148
@media (min-width: 801px) {
21492149
.BRtoolbar.responsive {

BookReader/BookReader.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BookReader/plugins/plugin.mobile_nav.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BookReader/plugins/plugin.mobile_nav.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BookReader/plugins/plugin.url.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BookReader/plugins/plugin.url.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 4.12.0
2+
- Fix: Test command for Windows users @cdrini
3+
- Dev: Autoplay e2e test @pyrojet99
4+
- Dev: Enable eslint for tests @Kartik1397
5+
- Dev: Mobile search e2e test @pyrojet99
6+
- Fix: Extra querystring after hash @kristopolous
7+
- Dev: Update websocket-extensions, sinon, testcafe @cdrini
8+
- Feature: Visual adjustments checkboxes on mobile @pyrojet99
9+
110
# 4.11.1
211
- Fix: search urls now redirect to query parameter `q=foo` @mc2
312

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bookreader",
3-
"version": "4.11.1",
3+
"version": "4.12.0",
44
"description": "The Internet Archive BookReader.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)