Mac toolkit skin tweaks in prep. for landing Pinstripe in Thunderbird

git-svn-id: svn://10.0.0.236/trunk@154145 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
webmail%kmgerich.com 2004-03-21 21:06:40 +00:00
parent 102bda63a9
commit 6c619d5352
7 changed files with 34 additions and 18 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 302 B

After

Width:  |  Height:  |  Size: 369 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 312 B

After

Width:  |  Height:  |  Size: 299 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 299 B

After

Width:  |  Height:  |  Size: 346 B

View File

@ -48,8 +48,8 @@ splitter {
-moz-box-align: center;
-moz-box-pack: center;
cursor: e-resize;
min-width: 9px !important;
min-height: 9px !important;
min-width: 9px;
min-height: 9px;
background: url("chrome://global/skin/splitter/dimple.png") transparent no-repeat center;
}
@ -58,8 +58,8 @@ splitter {
splitter[orient="vertical"] {
cursor: n-resize;
min-width: 0px;
min-height: 9px !important;
min-width: 9px !important;
min-height: 9px;
min-width: 9px;
background: url("chrome://global/skin/splitter/dimple.png") transparent no-repeat center;
}

View File

@ -73,32 +73,38 @@ toolbarpaletteitem {
cursor: -moz-grab;
}
toolbar[iconsize="small"] toolbarpaletteitem[type="spacer"] {
min-width: 24px !important;
}
toolbarpaletteitem[type="spacer"] {
min-width: 32px !important;
}
.toolbarpaletteitem-box[type="spacer"] {
border: 1px solid #636363;
background: url("chrome://global/skin/thinpin.gif") #FFFFFF repeat;
padding: 6px;
border: 1px solid #A3A3A3;
background: url("chrome://global/skin/10pct_transparent_grey.png") repeat;
height: 32px !important;
width: 32px !important;
margin-top: 18px;
}
.toolbarpaletteitem-box[type="spring"] {
border: 1px solid #636363;
border: 1px solid #A3A3A3;
background: url("chrome://global/skin/toolbar/spring.gif") #FFFFFF no-repeat;
height: 32px !important;
width: 32px !important;
margin-top: 18px;
}
.toolbarpaletteitem-box[type="spring"][place="toolbar"] {
border: 1px solid #636363;
background: url("chrome://global/skin/thinpin.gif") #FFFFFF repeat;
}
toolbarpaletteitem[place="toolbar"] {
}
toolbarpaletteitem[place="toolbar"] > toolbarspacer {
width: 11px;
border: 1px solid #A3A3A3;
background: url("chrome://global/skin/10pct_transparent_grey.png") repeat;
}
.toolbarpaletteitem-box[type="spacer"][place="toolbar"],
.toolbarpaletteitem-box[type="spring"][place="toolbar"] {
margin: 2px 2px 2px 0;
margin: 2px;
}
.toolbarpaletteitem-box[type="separator"][place="palette"] {
@ -122,3 +128,12 @@ toolbarpaletteitem[dragover="left"] {
toolbarpaletteitem[dragover="right"] {
border-right-color: #000000;
}
toolbar[iconsize="small"] toolbarspacer {
min-width: 24px !important;
}
toolbarspacer {
min-width: 32px !important;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 217 B

After

Width:  |  Height:  |  Size: 242 B

View File

@ -160,6 +160,7 @@ treecol[hideheader="true"] {
-moz-appearance: none;
border: none;
padding: 0;
max-height: 0px;
}
/* ..... internal box ..... */