diff --git a/mobile/themes/hildon/browser.css b/mobile/themes/hildon/browser.css index 612be486879..946eb7b365d 100644 --- a/mobile/themes/hildon/browser.css +++ b/mobile/themes/hildon/browser.css @@ -478,10 +478,20 @@ richlistitem[isDisabled="true"] image { /* bookmarks navigation popup ------------------------------ */ #tool-bookmarks-close { - min-width: 64px !important; + margin-top: -8px; /* force the button to go to the edge */ + margin-bottom: -8px; /* force the button to go to the edge */ + margin-right: -8px; /* force the button to go to the edge */ + padding-right: 8px !important; /* re-center the image */ + min-width: 72px !important; /* 72, not 64 to make up for the negative margin */ + min-height: 72px !important; /* 72, not 64 to make up for the negative margin */ list-style-image: url("chrome://browser/skin/images/task-back-40.png"); } +#tool-bookmarks-close:hover:active { + background-color: #8db8d8 !important; + -moz-border-radius-bottomleft: 6px; +} + #bookmarklist-container { padding: 0; }