Fix bug 393366 - Calendar List check boxes are not XP/Vista platform conform. r=mickey

git-svn-id: svn://10.0.0.236/trunk@235933 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla%kewis.ch
2007-09-13 12:30:05 +00:00
parent 6324146a16
commit 66be442948
2 changed files with 4 additions and 15 deletions

View File

@@ -86,7 +86,7 @@
<treecol id="calendar-list-tree-checkbox"
cycler="true"
type="checkbox"
width="16"/>
width="17"/>
<treecol id="calendar-list-tree-color" width="16"/>
<treecol id="calendar-list-tree-calendar"
label="&calendar.unifinder.tree.calendarname.label;"

View File

@@ -34,23 +34,12 @@
*
* ***** END LICENSE BLOCK ***** */
treechildren::-moz-tree-cell(calendar-list-tree-checkbox) {
-moz-appearance: checkbox;
-moz-box-align: center;
border: 2px solid;
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
-moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
min-width: 13px;
min-height: 13px;
background: -moz-Field no-repeat 50% 50%;
margin: 1px 1px 2px 1px;
padding: 0;
treechildren::-moz-tree-image(calendar-list-tree-checkbox) {
list-style-image: url(chrome://calendar/skin/unifinder/checkbox_unchecked.png);
}
treechildren::-moz-tree-image(calendar-list-tree-checkbox, checked) {
list-style-image: url(chrome://global/skin/checkbox/cbox-check.gif);
list-style-image: url(chrome://calendar/skin/unifinder/checkbox_checked.png);
}
treechildren::-moz-tree-cell(color-default) {