зеркало из https://github.com/mozilla/gecko-dev.git
Adding style rules for xpmenuitems.
This commit is contained in:
Родитель
9bcf6a63a9
Коммит
eef0e8edf6
|
@ -275,6 +275,11 @@ xpmenu {
|
|||
font: inherit;
|
||||
}
|
||||
|
||||
xpmenuitem {
|
||||
display: block;
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
xpmenuchildren {
|
||||
display: block;
|
||||
font: inherit;
|
||||
|
@ -289,7 +294,13 @@ xpmenuchildren[menuactive="true"] {
|
|||
}
|
||||
|
||||
xpmenuchildren xpmenu {
|
||||
width: 150px;
|
||||
max-width: 400px;
|
||||
min-width: 125px;
|
||||
}
|
||||
|
||||
xpmenuchildren xpmenuitem {
|
||||
max-width: 400px;
|
||||
min-width: 125px;
|
||||
}
|
||||
|
||||
progressmeter {
|
||||
|
@ -582,6 +593,16 @@ xpmenubar xpmenu {
|
|||
padding: 4px;
|
||||
}
|
||||
|
||||
xpmenubar xpmenu {
|
||||
border: 1px solid transparent;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
xpmenubar xpmenuitem {
|
||||
border: 1px solid transparent;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
xpmenubar > xpmenu[menuactive="true"] {
|
||||
border: 1px outset white;
|
||||
color:#333366;
|
||||
|
@ -596,6 +617,11 @@ xpmenuchildren > xpmenu[menuactive="true"] {
|
|||
color: white;
|
||||
}
|
||||
|
||||
xpmenuchildren > xpmenuitem[menuactive="true"] {
|
||||
background-color: #666699;
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* tree related stuff */
|
||||
|
||||
tree {
|
||||
|
@ -1033,4 +1059,3 @@ treeitem [open="true"]> treerow > treecell > titledbutton.twisty {
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче