diff options
Diffstat (limited to 'application/palemoon/themes/shared/newtab/newTab.css.inc')
-rw-r--r-- | application/palemoon/themes/shared/newtab/newTab.css.inc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/application/palemoon/themes/shared/newtab/newTab.css.inc b/application/palemoon/themes/shared/newtab/newTab.css.inc index e2ed988c53..4ffd32d508 100644 --- a/application/palemoon/themes/shared/newtab/newTab.css.inc +++ b/application/palemoon/themes/shared/newtab/newTab.css.inc @@ -123,24 +123,23 @@ body { /* TITLES */ .newtab-title { - padding: 0 8px; + padding: 0 8px 1px; background-color: rgba(248,249,251,.95); color: #1f364c; line-height: 24px; } .newtab-site[pinned] .newtab-title { - padding-inline-start: 24px; + padding-inline-start: 16px; } .newtab-site[pinned] .newtab-title::before { - background-image: url(chrome://browser/skin/newtab/controls.png); - background-position: -74px -1px; + background-image: url(chrome://browser/skin/newtab/pinned.png); content: ""; left: 2px; top: 2px; position: absolute; - width: 20px; + width: 12px; height: 20px; } |