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
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
|
Before Width: | Height: | Size: 199 B After Width: | Height: | Size: 192 B |
|
Before Width: | Height: | Size: 185 B After Width: | Height: | Size: 184 B |
|
Before Width: | Height: | Size: 185 B After Width: | Height: | Size: 186 B |
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
|
Before Width: | Height: | Size: 199 B After Width: | Height: | Size: 192 B |
|
Before Width: | Height: | Size: 185 B After Width: | Height: | Size: 184 B |
|
Before Width: | Height: | Size: 185 B After Width: | Height: | Size: 186 B |