mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 14:46:02 +00:00
classic skin...
This commit is contained in:
parent
3493251331
commit
2bf2c8d600
@ -10,6 +10,7 @@
|
||||
border-right : 1px solid threedhighlight;
|
||||
border-bottom : 1px solid threedhighlight;
|
||||
background-color : window;
|
||||
color : menutext;
|
||||
font : pull-down-menu;
|
||||
margin : 1px 5px 2px 5px;
|
||||
}
|
||||
@ -28,10 +29,13 @@
|
||||
border-bottom : 1px solid threedface;
|
||||
}
|
||||
|
||||
.menulist-display-box
|
||||
.menulist-display-box,
|
||||
menulist[open="true"]:focus > .menulist-internal-box > .menulist-display-box
|
||||
{
|
||||
border : 1px solid window;
|
||||
margin : 1px;
|
||||
background-color : window;
|
||||
color : menutext;
|
||||
}
|
||||
|
||||
menulist:focus > .menulist-internal-box > .menulist-display-box
|
||||
@ -106,7 +110,8 @@
|
||||
border : 1px solid window;
|
||||
}
|
||||
|
||||
menulist > menupopup > menuitem[menuactive="true"]
|
||||
menulist > menupopup > menuitem[menuactive="true"],
|
||||
menulist > menupopup > menuitem[selected="true"]
|
||||
{
|
||||
border : 1px dotted #F5DB95;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user