Themes fixes as part of Composer color button fix to bug 77873, fix by neil@parkwaycc.co.uk, r=cmanske, sr=hewitt

git-svn-id: svn://10.0.0.236/trunk@104198 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cmanske%netscape.com 2001-09-29 04:32:09 +00:00
parent 9de7ebded8
commit 6a63f08c75
3 changed files with 9 additions and 16 deletions

View File

@ -86,7 +86,6 @@ groupbox {
width: 20px;
height: 12px;
border: 1px inset #CCCCCC;
margin: 2px;
}
.color-well[default="true"] {
@ -95,10 +94,8 @@ groupbox {
}
button.color-button {
/* need to override large default min-width */
min-width : 30px;
width : 30px;
height: 16px;
/* override large default min-width */
min-width : 0px;
margin: 2px;
}

View File

@ -86,7 +86,6 @@ groupbox {
width: 20px;
height: 12px;
border: 1px inset #CCCCCC;
margin: 2px;
}
.color-well[default="true"] {
@ -94,11 +93,9 @@ groupbox {
background-color: inherit;
}
button.color-button {
/* need to override large default min-width */
min-width : 30px;
width : 30px;
height: 16px;
.color-button {
/* override large default min-width */
min-width : 0px;
margin: 2px;
}

View File

@ -162,14 +162,13 @@ tree.list {
/* ::::: color picker button ::::: */
button.color-button {
.color-button {
/* override larger default values */
min-width: 0px;
margin: 2px;
width: 32px;
min-width: 32px;
}
.color-well {
margin: 4px 10px 4px 10px;
border: 1px inset #B4C3D4;
width: 20px;
height: 12px;