Bug 1077404 - subviewradio elements in panic button panel are elliptical and labels get borders, r=jaws
--- a/browser/themes/linux/customizableui/panelUIOverlay.css
+++ b/browser/themes/linux/customizableui/panelUIOverlay.css
@@ -90,8 +90,12 @@ menu.subviewbutton > .menu-right:-moz-lo
}
.PanelUI-subView toolbarseparator,
.PanelUI-subView menuseparator,
.cui-widget-panelview menuseparator,
#PanelUI-footer-inner > toolbarseparator {
-moz-appearance: none !important;
}
+
+.subviewradio > .radio-label-box {
+ -moz-appearance: none;
+}
--- a/browser/themes/shared/customizableui/panelUIOverlay.inc.css
+++ b/browser/themes/shared/customizableui/panelUIOverlay.inc.css
@@ -1157,16 +1157,17 @@ menuitem[checked="true"].subviewbutton >
#PanelUI-panic-timeframe-icon-small:-moz-locale-dir(rtl),
#PanelUI-panic-timeframe-icon:-moz-locale-dir(rtl) {
transform: scaleX(-1);
}
.subviewradio {
-moz-binding: url(chrome://global/content/bindings/radio.xml#radio);
-moz-appearance: none;
+ -moz-box-align: center;
padding: 1px;
margin: 0 0 2px;
background-color: hsla(210,4%,10%,0);
border-radius: 2px;
border-width: 1px;
border-style: solid;
border-color: hsla(210,4%,10%,0);
}