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:
@@ -73,6 +73,11 @@ toolbargrippy:hover
|
||||
{
|
||||
background-color : #CCCCFF;
|
||||
}
|
||||
|
||||
toolbargrippy[tbgrippy-collapsed="true"]
|
||||
{
|
||||
-moz-box-orient : horizontal;
|
||||
}
|
||||
|
||||
toolbar[collapsed="true"] > toolbargrippy
|
||||
{
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -134,6 +134,7 @@ menubar > toolbargrippy:hover:active > .toolbargrippy-btm {
|
||||
}
|
||||
|
||||
toolbargrippy[tbgrippy-collapsed="true"] {
|
||||
-moz-box-orient: horizontal;
|
||||
background-image: none;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user