mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
CSS fixes to the context menu.
This commit is contained in:
parent
fca60837f2
commit
abeb9bf6df
@ -78,11 +78,19 @@ toolbar *, #appcontent * {
|
||||
margin:2px ! important;
|
||||
}
|
||||
|
||||
/* Disabled this seems like affects the popup contextAreaContextMenu causing font to be bigger
|
||||
* {
|
||||
font-size: small ! important;
|
||||
font-family: sans-serif ! important;
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
#contentAreaContextMenu {
|
||||
font-size: small;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
#menu-button {
|
||||
background: url("chrome://minimo/skin/m.jpg") no-repeat 50% 50%;
|
||||
width:20px !important;
|
||||
|
Loading…
Reference in New Issue
Block a user