Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5092)

Unified Diff: chrome/browser/resources/pdf/elements/viewer-page-selector/viewer-page-selector.css

Issue 1557563002: Fix for overlapping of cursor with page number in page selector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changing the font size to 76.5%. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/pdf/elements/viewer-page-selector/viewer-page-selector.css
diff --git a/chrome/browser/resources/pdf/elements/viewer-page-selector/viewer-page-selector.css b/chrome/browser/resources/pdf/elements/viewer-page-selector/viewer-page-selector.css
index 051d257b91645b7b46a0c1fc4fca34ad794ec77b..ab124ab262faf73c9d7b40f0f756af6263771f7f 100644
--- a/chrome/browser/resources/pdf/elements/viewer-page-selector/viewer-page-selector.css
+++ b/chrome/browser/resources/pdf/elements/viewer-page-selector/viewer-page-selector.css
@@ -4,7 +4,7 @@
:host {
color: #fff;
- font-size: 88.8%;
+ font-size: 94.4%;
}
:host ::selection {
@@ -48,5 +48,5 @@
#slash,
#pagelength {
- font-size: 81.25%;
+ font-size: 76.5%;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698