diff --git a/mobile/android/themes/core/aboutReader.css b/mobile/android/themes/core/aboutReader.css index 3f752b087d7e..f5a43faefdbe 100644 --- a/mobile/android/themes/core/aboutReader.css +++ b/mobile/android/themes/core/aboutReader.css @@ -509,14 +509,6 @@ body { background-image: url('chrome://browser/skin/images/reader-dropdown-arrow-hdpi.png'); } - .step-control > .plus-button { - background-image: url('chrome://browser/skin/images/reader-plus-icon-hdpi.png'); - } - - .step-control > .minus-button { - background-image: url('chrome://browser/skin/images/reader-minus-icon-hdpi.png'); - } - .toggle-button.on { background-image: url('chrome://browser/skin/images/reader-toggle-on-icon-hdpi.png'); } @@ -539,14 +531,6 @@ body { background-image: url('chrome://browser/skin/images/reader-dropdown-arrow-xhdpi.png'); } - .step-control > .plus-button { - background-image: url('chrome://browser/skin/images/reader-plus-icon-xhdpi.png'); - } - - .step-control > .minus-button { - background-image: url('chrome://browser/skin/images/reader-minus-icon-xhdpi.png'); - } - .toggle-button.on { background-image: url('chrome://browser/skin/images/reader-toggle-on-icon-xhdpi.png'); } diff --git a/mobile/android/themes/core/images/reader-minus-icon-hdpi.png b/mobile/android/themes/core/images/reader-minus-icon-hdpi.png deleted file mode 100644 index 30f099e0a769..000000000000 Binary files a/mobile/android/themes/core/images/reader-minus-icon-hdpi.png and /dev/null differ diff --git a/mobile/android/themes/core/images/reader-minus-icon-mdpi.png b/mobile/android/themes/core/images/reader-minus-icon-mdpi.png deleted file mode 100644 index 04fa20d59bf5..000000000000 Binary files a/mobile/android/themes/core/images/reader-minus-icon-mdpi.png and /dev/null differ diff --git a/mobile/android/themes/core/images/reader-minus-icon-xhdpi.png b/mobile/android/themes/core/images/reader-minus-icon-xhdpi.png deleted file mode 100644 index a6e12b7c2e2f..000000000000 Binary files a/mobile/android/themes/core/images/reader-minus-icon-xhdpi.png and /dev/null differ diff --git a/mobile/android/themes/core/images/reader-plus-icon-hdpi.png b/mobile/android/themes/core/images/reader-plus-icon-hdpi.png deleted file mode 100644 index d3cd2e32ed6b..000000000000 Binary files a/mobile/android/themes/core/images/reader-plus-icon-hdpi.png and /dev/null differ diff --git a/mobile/android/themes/core/images/reader-plus-icon-mdpi.png b/mobile/android/themes/core/images/reader-plus-icon-mdpi.png deleted file mode 100644 index 193dab3fcb51..000000000000 Binary files a/mobile/android/themes/core/images/reader-plus-icon-mdpi.png and /dev/null differ diff --git a/mobile/android/themes/core/jar.mn b/mobile/android/themes/core/jar.mn index 7b89bfb9d2ec..c03a6f3c9ed6 100644 --- a/mobile/android/themes/core/jar.mn +++ b/mobile/android/themes/core/jar.mn @@ -85,12 +85,7 @@ chrome.jar: skin/images/about-btn-darkgrey.png (images/about-btn-darkgrey.png) skin/images/logo-hdpi.png (images/logo-hdpi.png) skin/images/wordmark-hdpi.png (images/wordmark-hdpi.png) - skin/images/reader-plus-icon-mdpi.png (images/reader-plus-icon-mdpi.png) - skin/images/reader-plus-icon-hdpi.png (images/reader-plus-icon-hdpi.png) skin/images/reader-plus-icon-xhdpi.png (images/reader-plus-icon-xhdpi.png) - skin/images/reader-minus-icon-mdpi.png (images/reader-minus-icon-mdpi.png) - skin/images/reader-minus-icon-hdpi.png (images/reader-minus-icon-hdpi.png) - skin/images/reader-minus-icon-xhdpi.png (images/reader-minus-icon-xhdpi.png) skin/images/reader-dropdown-arrow-mdpi.png (images/reader-dropdown-arrow-mdpi.png) skin/images/reader-dropdown-arrow-hdpi.png (images/reader-dropdown-arrow-hdpi.png) skin/images/reader-dropdown-arrow-xhdpi.png (images/reader-dropdown-arrow-xhdpi.png)