mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 508724 - Native theming for button[type=menu], CSS part. r=dao
--HG-- extra : rebase_source : 07706d26b90faec7697dd80daaae5abcd8a447e6
This commit is contained in:
parent
0bbcd5bb24
commit
4d83b80610
@ -80,6 +80,7 @@ tree.sidebar-placesTree treechildren::-moz-tree-cell-text(selected) {
|
||||
}
|
||||
|
||||
#viewButton .button-menu-dropmarker {
|
||||
display: -moz-box;
|
||||
list-style-image: url("chrome://global/skin/icons/menulist-dropmarker.png");
|
||||
}
|
||||
|
||||
|
@ -92,6 +92,10 @@ button[type="menu-button"] {
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
.button-menu-dropmarker {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* ::::: plain buttons ::::: */
|
||||
|
||||
button.plain {
|
||||
|
Loading…
Reference in New Issue
Block a user