mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
53 lines
933 B
CSS
53 lines
933 B
CSS
titledbutton#mini-nav
|
|
{
|
|
list-style-image:url(resource:/res/toolbar/TB_MiniNav.gif);
|
|
}
|
|
|
|
titledbutton#mini-mail
|
|
{
|
|
list-style-image:url(resource:/res/toolbar/TB_MiniMail.gif);
|
|
}
|
|
|
|
titledbutton#mini-addr
|
|
{
|
|
list-style-image:url(resource:/res/toolbar/TB_MiniAddr.gif);
|
|
}
|
|
|
|
titledbutton#mini-comp
|
|
{
|
|
list-style-image:url(resource:/res/toolbar/TB_MiniComp.gif);
|
|
}
|
|
|
|
|
|
|
|
toolbar#taskbar titledbutton{
|
|
color:#CCCCFF;
|
|
}
|
|
|
|
|
|
toolbox#taskbox {
|
|
min-width: 2em;
|
|
}
|
|
|
|
toolbar#taskbar titledbutton:active {
|
|
border: 1px outset #666699;
|
|
color:white;
|
|
}
|
|
|
|
toolbar#taskbar {
|
|
/* note: use display: block/none from toolbar rules in xul.css */
|
|
background-color: #666699;
|
|
border-bottom: solid #333366 1px;
|
|
border-top: solid #9999AA 1px;
|
|
border-left: solid #9999AA 1px;
|
|
border-right: solid #333366 1px;
|
|
font: inherit;
|
|
min-height: 1em;
|
|
color: white;
|
|
}
|
|
|
|
toolbar#taskbar titledbutton:active {
|
|
|
|
border: 1px inset #9999AA;
|
|
|
|
} |