summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/ntp4/new_tab.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/ntp4/new_tab.css')
-rw-r--r--chromium/chrome/browser/resources/ntp4/new_tab.css11
1 files changed, 3 insertions, 8 deletions
diff --git a/chromium/chrome/browser/resources/ntp4/new_tab.css b/chromium/chrome/browser/resources/ntp4/new_tab.css
index 132872957df..eba46bcfe5f 100644
--- a/chromium/chrome/browser/resources/ntp4/new_tab.css
+++ b/chromium/chrome/browser/resources/ntp4/new_tab.css
@@ -95,10 +95,9 @@ html[dir='rtl'] #attribution {
}
#footer {
- background-image: linear-gradient(
- rgba(242, 242, 242, 0.9), rgba(222, 222, 222, 0.9));
+ background-color: white;
bottom: 0;
- color: #7F7F7F;
+ color: #666;
font-size: 0.9em;
font-weight: bold;
overflow: hidden;
@@ -273,7 +272,7 @@ html[dir='rtl'] #footer.showing-trash-mode #trash.drag-target .lid {
#chrome-web-store-link {
-webkit-order: 3;
- color: inherit;
+ color: rgb(26, 115, 232);
cursor: pointer;
display: inline-block;
margin: 0;
@@ -291,10 +290,6 @@ html[dir='rtl'] #footer.showing-trash-mode #trash.drag-target .lid {
padding-inline-start: 15px;
}
-#chrome-web-store-link:hover {
- color: #666;
-}
-
html[dir='rtl'] #chrome-web-store-title {
background-position-x: left;
}