diff --git a/apps/browser/style/browser.css b/apps/browser/style/browser.css index f5c1b895db29..e8b142e63448 100755 --- a/apps/browser/style/browser.css +++ b/apps/browser/style/browser.css @@ -670,7 +670,7 @@ a.recommend[role="button"]:active { #settings-button { background: url('images/iconaction_settings_30x30.png') center center no-repeat; - background-size: 3rem; + background-size: 3rem auto; float: right; height: 5rem; } @@ -678,12 +678,13 @@ a.recommend[role="button"]:active { #settings-button:active { background: url('images/iconaction_settings_30x30.png') center center no-repeat, url('images/icon-pressed-bg.png') 100% no-repeat; + background-size: 3rem auto, auto; } #new-tab-button { background: url('images/iconaction_new_30x30.png') center center no-repeat, url('images/header-divider.png') left center no-repeat; - background-size: 3rem, auto; + background-size: 3rem auto, auto; float: right; height: 5rem; } @@ -692,6 +693,7 @@ a.recommend[role="button"]:active { background: url('images/iconaction_new_30x30.png') center center no-repeat, url('images/header-divider.png') left center no-repeat, url('images/icon-pressed-bg.png') 100% no-repeat; + background-size: 3rem auto, auto, auto; } #danger-dialog {