| Index: chrome/browser/resources/history/history.css
|
| diff --git a/chrome/browser/resources/history/history.css b/chrome/browser/resources/history/history.css
|
| index a52d7df0fed719d4d67aae0cbed5097b622d883b..45bbd9680eda9e20f47c523c1de52c05ae2379c7 100644
|
| --- a/chrome/browser/resources/history/history.css
|
| +++ b/chrome/browser/resources/history/history.css
|
| @@ -165,6 +165,7 @@ html[dir='rtl'] #range-previous {
|
| text-shadow: 0 1px 0 rgb(240, 240, 240);
|
| text-transform: none;
|
| vertical-align: middle;
|
| + width: auto;
|
| word-spacing: normal;
|
| }
|
|
|
| @@ -172,6 +173,11 @@ html[dir='rtl'] #range-previous {
|
| -webkit-border-start-width: 0;
|
| }
|
|
|
| +#timeframe-controls input[type='radio']:not(:first-of-type):focus {
|
| + -webkit-border-start-width: 1px;
|
| + -webkit-margin-start: -1px;
|
| +}
|
| +
|
| html[dir='ltr'] #timeframe-controls input[type='radio']:first-of-type,
|
| html[dir='rtl'] #timeframe-controls input[type='radio']:last-of-type {
|
| border-bottom-left-radius: 2px;
|
| @@ -200,6 +206,7 @@ html[dir='rtl'] #timeframe-controls input[type='radio']:first-of-type {
|
|
|
| #timeframe-controls input[type='radio']::after {
|
| content: attr(aria-label);
|
| + padding: 0 1em;
|
| }
|
|
|
| #results-display {
|
|
|