Skip to content
Snippets Groups Projects
Commit 600a52cb authored by mozilla.mano%sent.com's avatar mozilla.mano%sent.com
Browse files

Bug 354036 - New theme landing broke dropmarkers from bug 348614.

parent 24aa200d
No related branches found
No related tags found
No related merge requests found
......@@ -92,17 +92,10 @@ button[type="menu-button"] {
.button-menu-dropmarker,
.button-menubutton-dropmarker {
-moz-appearance: none !important;
border: none !important;
background-color: transparent !important;
margin: 1px;
list-style-image: url("chrome://global/skin/arrow/arrow-dn.png");
}
.button-menu-dropmarker[disabled="true"],
.button-menubutton-dropmarker[disabled="true"] {
list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.png");
}
.button-menubutton-dropmarker[open="true"] {
/* margin: 2px 0px 0px 2px; */
}
/* ::::: plain buttons ::::: */
......
......@@ -140,18 +140,13 @@ button[type="menu-button"] {
.button-menu-dropmarker,
.button-menubutton-dropmarker {
-moz-appearance: none !important;
margin: 1px;
background-image: url("chrome://global/skin/arrow/arrow-dn.gif");
background-repeat: no-repeat;
background-position: center center;
background-color: transparent !important;
border: none !important;
min-width:11px;
min-height:11px;
}
.button-menu-dropmarker[disabled="true"],
.button-menubutton-dropmarker[disabled="true"] {
background-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
}
.button-menubutton-dropmarker[open="true"] {
margin-top: 2px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment