mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 20:42:49 +00:00
Added twisty images and style rules.
This commit is contained in:
parent
53487272ce
commit
48ff22dedb
@ -14,4 +14,6 @@ scrollDown_mo.gif
|
||||
scrollDown_dis.gif
|
||||
scrollThumb.gif
|
||||
scrollThumb_mo.gif
|
||||
scrollThumb_dis.gif
|
||||
scrollThumb_dis.gif
|
||||
opentwisty.gif
|
||||
closedtwisty.gif
|
||||
|
@ -42,6 +42,8 @@ EXPORT_RESOURCE_CONTENT = \
|
||||
$(srcdir)/scrollThumb.gif \
|
||||
$(srcdir)/scrollThumb_mo.gif \
|
||||
$(srcdir)/scrollThumb_dis.gif \
|
||||
$(srcdir)/opentwisty.gif \
|
||||
$(srcdir)/closedtwisty.gif \
|
||||
$(NULL)
|
||||
|
||||
install::
|
||||
|
@ -40,6 +40,8 @@ install::
|
||||
$(MAKE_INSTALL) scrollThumb.gif $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) scrollThumb_mo.gif $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) scrollThumb_dis.gif $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) opentwisty.gif $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) closedtwisty.gif $(DISTBROWSER)
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\global\skin\default\*.*
|
||||
|
@ -955,3 +955,24 @@ box splitter[collapse="after"] grippy {
|
||||
list-style-image: url(resource:/res/toolbar/grippy-horizontal-after.gif);
|
||||
}
|
||||
|
||||
titledbutton.twisty
|
||||
{
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
treeitem [open="true"][container="true"]> treerow > treecell > titledbutton.twisty {
|
||||
vertical-align: bottom;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
list-style-image: url("chrome:/global/skin/opentwisty.gif");
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
treeitem [container="true"] > treerow > treecell > titledbutton.twisty {
|
||||
vertical-align: bottom;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
list-style-image: url("chrome:/global/skin/closedtwisty.gif");
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user