Commit a8cca283 authored by dpapad's avatar dpapad Committed by Commit Bot

PDF Viewer: Change alignment of page input to center.

Bug: None
Change-Id: Idb023af45e88fe91e841ee2b1c13ac3c44925145
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2232825Reviewed-by: default avatarJohn Lee <johntlee@chromium.org>
Commit-Queue: dpapad <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#775777}
parent 007ab8b8
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#pageselector::part(input) { #pageselector::part(input) {
background: rgba(0, 0, 0, 0.5); background: rgba(0, 0, 0, 0.5);
caret-color: var(--cr-input-color); caret-color: var(--cr-input-color);
text-align: end;
} }
</style> </style>
<cr-input id="pageselector" value="[[pageNo]]" on-mouseup="select" <cr-input id="pageselector" value="[[pageNo]]" on-mouseup="select"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment