summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/local_ntp/customize.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/local_ntp/customize.css')
-rw-r--r--chromium/chrome/browser/resources/local_ntp/customize.css26
1 files changed, 16 insertions, 10 deletions
diff --git a/chromium/chrome/browser/resources/local_ntp/customize.css b/chromium/chrome/browser/resources/local_ntp/customize.css
index ec345861118..b860452291c 100644
--- a/chromium/chrome/browser/resources/local_ntp/customize.css
+++ b/chromium/chrome/browser/resources/local_ntp/customize.css
@@ -665,8 +665,7 @@ html[dir=rtl] .selected-check {
color: white;
font-weight: 500;
left: 16px;
- max-width: 80%;
- padding: 8px 8px 8px 8px;
+ padding: 8px;
position: fixed;
text-shadow: 0 0 16px rgba(0, 0, 0, .3);
z-index: -1;
@@ -678,18 +677,30 @@ html[dir=rtl] #custom-bg-attr {
right: 16px;
}
-.attr-common {
+#custom-bg-attr a {
+ clear: both;
+ color: inherit;
+ float: left;
font-size: 13px;
height: 20px;
line-height: 20px;
+ max-width: 50vw;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: middle;
white-space: nowrap;
- width: -webkit-fill-available;
}
-.attr-common.attr-small {
+[dir=rtl] #custom-bg-attr a {
+ float: right;
+}
+
+#custom-bg-attr a[href=''] {
+ cursor: auto;
+ text-decoration: none;
+}
+
+#custom-bg-attr a ~ a {
font-size: 11px;
}
@@ -697,11 +708,6 @@ html[dir=rtl] #custom-bg-attr {
background: rgba(var(--GG900-rgb), .1);
}
-.attr-link {
- display: inline-block;
- text-decoration: underline;
-}
-
#link-icon {
background: url(icons/link.svg);
background-size: 10px 10px;