summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/local_ntp/custom_backgrounds.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/local_ntp/custom_backgrounds.css')
-rw-r--r--chromium/chrome/browser/resources/local_ntp/custom_backgrounds.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/chromium/chrome/browser/resources/local_ntp/custom_backgrounds.css b/chromium/chrome/browser/resources/local_ntp/custom_backgrounds.css
index 9cbc5c78478..45af078208e 100644
--- a/chromium/chrome/browser/resources/local_ntp/custom_backgrounds.css
+++ b/chromium/chrome/browser/resources/local_ntp/custom_backgrounds.css
@@ -485,9 +485,10 @@ html[dir=rtl] .bg-sel-tile-bg {
.selected-border {
border: 2px solid rgba(26, 115, 232, .4);
border-radius: 4px;
- height: 113px;
+ box-sizing: border-box;
+ height: 100%;
position: relative;
- width: 152px;
+ width: 100%;
}
.selected-circle {
@@ -588,6 +589,7 @@ html[dir=rtl] .plus-icon {
padding: 8px 8px 8px 8px;
position: fixed;
text-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
+ z-index: -1;
}
html[dir=rtl] #custom-bg-attr {