Fixed color picker button (b=66417) and align menulist in image properties dialog (b=66354). r=blake, sr=sfraser

git-svn-id: svn://10.0.0.236/trunk@86007 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cmanske%netscape.com 2001-02-02 00:14:32 +00:00
parent c351cbf858
commit 0d3f625f7e
11 changed files with 53 additions and 23 deletions

View File

@ -87,10 +87,10 @@ titledbox {
}
.color-well {
width:20px;
height: 16px;
border: 1px inset #CCCCCC;
margin: 4px 2px 5px 8px;
width: 20px;
height: 12px;
border: 1px inset #B4C3D4;
margin: 4px; 10px 4px 10px;
}
.color-well[default="true"] {
@ -100,7 +100,9 @@ titledbox {
button.color-button {
/* need to override large default min-width */
min-width : 44px;
min-width : 32px;
width : 32px;
margin: 4px;
}
#ColorPickerSwatch {

View File

@ -85,11 +85,12 @@ titledbox {
margin-top : 6px;
margin-bottom : 6px;
}
.color-well {
width:20px;
height: 16px;
width: 20px;
height: 12px;
border: 1px inset #CCCCCC;
margin: 4px 2px 5px 8px;
margin: 4px; 10px 4px 10px;
}
.color-well[default="true"] {
@ -99,7 +100,13 @@ titledbox {
button.color-button {
/* need to override large default min-width */
min-width : 44px;
min-width : 32px;
width : 32px;
margin: 4px;
}
.menu-list[focused="true"] {
color: white;
}
#ColorPickerSwatch {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 B

After

Width:  |  Height:  |  Size: 192 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 B

After

Width:  |  Height:  |  Size: 184 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 B

After

Width:  |  Height:  |  Size: 186 B

View File

@ -85,11 +85,12 @@ titledbox {
margin-top : 6px;
margin-bottom : 6px;
}
.color-well {
width:20px;
height: 16px;
width: 20px;
height: 12px;
border: 1px inset #CCCCCC;
margin: 4px 2px 5px 8px;
margin: 4px; 10px 4px 10px;
}
.color-well[default="true"] {
@ -99,7 +100,13 @@ titledbox {
button.color-button {
/* need to override large default min-width */
min-width : 37px;
min-width : 32px;
width : 32px;
margin: 4px;
}
.menu-list[focused="true"] {
color: white;
}
#ColorPickerSwatch {

View File

@ -85,11 +85,12 @@ titledbox {
margin-top : 6px;
margin-bottom : 6px;
}
.color-well {
width:20px;
height: 16px;
width: 20px;
height: 12px;
border: 1px inset #CCCCCC;
margin: 4px 2px 5px 8px;
margin: 4px; 10px 4px 10px;
}
.color-well[default="true"] {
@ -99,7 +100,13 @@ titledbox {
button.color-button {
/* need to override large default min-width */
min-width : 34px;
min-width : 32px;
width : 32px;
margin: 4px;
}
.menu-list[focused="true"] {
color: white;
}
#ColorPickerSwatch {

View File

@ -87,20 +87,27 @@ titledbox {
}
.color-well {
width:20px;
height: 13px;
border: 1px inset #B4C3D4;
margin: 4px 2px 4px 8px;
width: 20px;
height: 12px;
/* border: 1px inset #B4C3D4; */
border: blue;
margin: 4px; 10px 4px 10px;
}
.color-well[default="true"] {
border: 1px solid transparent;
border: 1px solid blue;
background-color: inherit;
}
button.color-button {
/* need to override large default min-width */
min-width : 37px;
min-width : 32px;
width : 32px;
margin: 4px;
}
.menu-list[selected="true"] {
color: black;
}
#ColorPickerSwatch {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 B

After

Width:  |  Height:  |  Size: 192 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 B

After

Width:  |  Height:  |  Size: 184 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 B

After

Width:  |  Height:  |  Size: 186 B