зеркало из https://github.com/mozilla/gecko-dev.git
55368 - scrollbar disappearance, r=andreww, sr=sspitzer
This commit is contained in:
Родитель
266a2a6a55
Коммит
b5247a2672
|
@ -18,6 +18,7 @@ grippy, grippy[collapse="before"]
|
|||
border-right : 1px solid #9D9D9D;
|
||||
border-bottom : 1px solid #9D9D9D;
|
||||
padding : 0px;
|
||||
min-height : 1px;
|
||||
list-style-image : url("chrome://global/skin/grippy-horizontal-before.gif");
|
||||
cursor : pointer;
|
||||
}
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
border : 1px solid ThreeDShadow;
|
||||
list-style-image : url("chrome://global/skin/grippy-horizontal-before.gif");
|
||||
cursor : pointer;
|
||||
min-height : 1px;
|
||||
}
|
||||
|
||||
grippy:hover
|
||||
|
|
|
@ -29,10 +29,6 @@
|
|||
display : none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* toolbar button images
|
||||
*/
|
||||
|
@ -452,6 +448,7 @@ splitter
|
|||
{
|
||||
border-bottom : 1px solid #FFFFFF;
|
||||
border-left : 1px solid #999999;
|
||||
min-width : 1px;
|
||||
}
|
||||
|
||||
#threadOutliner > outlinerrows > .outliner-bodybox
|
||||
|
|
|
@ -29,6 +29,12 @@ Rights Reserved.
|
|||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
|
||||
@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
|
||||
|
||||
#collapsedHeaderView,
|
||||
#expandedHeaderView
|
||||
{
|
||||
min-width : 1px;
|
||||
}
|
||||
|
||||
mail-emailaddress {
|
||||
-moz-binding: url(chrome://messenger/content/mailWidgets.xml#mail-emailaddress);
|
||||
display: -moz-xul-inline-box;
|
||||
|
|
|
@ -459,6 +459,7 @@ searchterm
|
|||
{
|
||||
border-bottom : 1px solid ThreeDHighlight;
|
||||
border-left : 1px solid ThreeDShadow;
|
||||
min-width : 1px;
|
||||
}
|
||||
|
||||
#threadOutliner > .outliner-columns
|
||||
|
|
|
@ -29,6 +29,12 @@
|
|||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
|
||||
@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
|
||||
|
||||
#collapsedHeaderView,
|
||||
#expandedHeaderView
|
||||
{
|
||||
min-width : 1px;
|
||||
}
|
||||
|
||||
mail-emailaddress
|
||||
{
|
||||
-moz-binding : url(chrome://messenger/content/mailWidgets.xml#mail-emailaddress);
|
||||
|
|
|
@ -463,6 +463,7 @@ searchterm {
|
|||
border-right: none;
|
||||
border-bottom: 1px solid #C6D3D6;
|
||||
border-left: 1px solid #63717B;
|
||||
min-width: 1px;
|
||||
}
|
||||
|
||||
#threadOutliner > outlinerrows {
|
||||
|
|
|
@ -30,6 +30,11 @@
|
|||
|
||||
/* ::::: msg header toolbars ::::: */
|
||||
|
||||
#collapsedHeaderView,
|
||||
#expandedHeaderView {
|
||||
min-width: 1px;
|
||||
}
|
||||
|
||||
#msgHeaderView {
|
||||
border-bottom: 1px solid #000000;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче