From c860aa170e9dbda0c472f06f37328e00b701ace8 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 10 Oct 2011 19:51:23 +0100 Subject: [PATCH] Bug 690900 - Remove unwanted dotted line borders from tabs popup (r=wesj) --- mobile/themes/core/honeycomb/browser.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mobile/themes/core/honeycomb/browser.css b/mobile/themes/core/honeycomb/browser.css index 8a98ef6b6a7..0fbf0af68c3 100644 --- a/mobile/themes/core/honeycomb/browser.css +++ b/mobile/themes/core/honeycomb/browser.css @@ -1989,6 +1989,10 @@ setting[type="bool"]:hover:active .setting-input > checkbox[checked="true"] > .c -moz-border-start: @border_width_tiny@ solid @color_button_border@; } +.documenttab-popup-closebutton > .button-box { + border: none; +} + #tabs-popup-newtab-button:hover:active { background-color: @color_background_highlight@; } @@ -2028,6 +2032,7 @@ setting[type="bool"]:hover:active .setting-input > checkbox[checked="true"] > .c #tabs-popup-newtab-button > .button-box { min-height: -moz-calc(0.75 * @touch_row@); + border: none; border-top: @border_width_tiny@ solid @color_button_border@; }