93317 - collapsed toolbar grippies messed up in all themes, r=blake, sr=hyatt

git-svn-id: svn://10.0.0.236/trunk@100413 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hewitt%netscape.com
2001-08-06 19:50:49 +00:00
parent e8dbd2ece3
commit 2becd18f58
4 changed files with 8 additions and 1 deletions

View File

@@ -73,6 +73,11 @@ toolbargrippy:hover
{
background-color : #CCCCFF;
}
toolbargrippy[tbgrippy-collapsed="true"]
{
-moz-box-orient : horizontal;
}
toolbar[collapsed="true"] > toolbargrippy
{

View File

@@ -25,7 +25,7 @@
<binding id="toolbargrippy-collapsed" extends="chrome://global/content/bindings/toolbar.xml#toolbargrippy">
<content>
<xul:hbox align="center" pack="center">
<xul:hbox align="center">
<xul:image class="toolbargrippy-twisty-collapsed"/>
</xul:hbox>
<xul:spring class="toolbargrippy-texture-collapsed" flex="1"/>

View File

@@ -62,6 +62,7 @@ toolbargrippy
toolbargrippy[tbgrippy-collapsed="true"]
{
-moz-box-orient : horizontal;
border-left : 1px solid ThreeDHighlight;
border-top : 1px solid ThreeDHighlight;
border-right : 1px solid ThreeDShadow;

View File

@@ -134,6 +134,7 @@ menubar > toolbargrippy:hover:active > .toolbargrippy-btm {
}
toolbargrippy[tbgrippy-collapsed="true"] {
-moz-box-orient: horizontal;
background-image: none;
width: 200px;
}