diff options
Diffstat (limited to 'chrome/browser/resources/new_tab_theme.css')
-rw-r--r-- | chrome/browser/resources/new_tab_theme.css | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/chrome/browser/resources/new_tab_theme.css b/chrome/browser/resources/new_tab_theme.css index 0c28c46..3776cfe 100644 --- a/chrome/browser/resources/new_tab_theme.css +++ b/chrome/browser/resources/new_tab_theme.css @@ -1,11 +1,21 @@ -body { +html { background-image:url(chrome://theme/theme_ntp_background?$1); - background-position:bottom; - color: $2; + background-color:$2; + background-position:$3; + background-repeat:no-repeat; + overflow:hidden; +} +html[bookmarkbarattached='true'] { + background-position:$4; +} +body { + color: $5; + height:100%; + overflow:auto; } a { - color: $3; + color: $6; } .sidebar.themed { - background-color: $4; + background-color: $7; }
\ No newline at end of file |