Dialog CSS changes for Advanced Edit dialog (b=71743, r=brade, sr=kin) and Composer colorpicker (b=64160, r=kin, sr=hewitt), a=asa-drivers

This commit is contained in:
cmanske%netscape.com 2001-06-13 14:35:35 +00:00
parent c94e72c391
commit 6eb795e48d
4 changed files with 32 additions and 78 deletions

View File

@ -78,6 +78,10 @@ titledbox {
width: 1em;
}
.menuitem-highlight-1 {
font-weight : bold;
}
/* Use this with groove-thin in dialogs
to add margins to top and bottom
*/
@ -110,6 +114,10 @@ button.color-button {
color: white;
}
#ColorPicker {
-moz-user-focus: normal;
}
#ColorPickerSwatch {
border : 2px outset #CCCCCC;
width: 25px;
@ -292,26 +300,3 @@ tree.AttributesTree {
min-width : 200px;
min-height: 200px;
}
tree.AttributesTree > treechildren > treeitem > treerow > treecell.value {
padding : 0px 0px 0px 2px;
margin-left : 0px;
}
/* Selection color for "name" column */
treeitem.ae-selection[selected="true"] > treerow {
color : inherit;
background-color : #DDDDDD;
}
.AttributesCell {
border: none;
width: 100%;
background-color: #FFFFFF;
font-weight: normal;
border: none;
outline: none;
margin: 0px;
width: 100%;
}

View File

@ -78,6 +78,10 @@ titledbox {
width: 1em;
}
.menuitem-highlight-1 {
font-weight : bold;
}
/* Use this with groove-thin in dialogs
to add margins to top and bottom
*/
@ -110,6 +114,10 @@ button.color-button {
color: white;
}
#ColorPicker {
-moz-user-focus: normal;
}
#ColorPickerSwatch {
border : 2px outset #CCCCCC;
width: 25px;
@ -296,29 +304,6 @@ tree.AttributesTree {
min-height: 200px;
}
tree.AttributesTree > treechildren > treeitem > treerow > treecell.value {
padding : 0px 0px 0px 2px;
margin-left : 0px;
}
/* Selection color for "name" column */
treeitem.ae-selection[selected="true"] > treerow {
color : inherit;
background-color : #DDDDDD;
}
.AttributesCell {
border: none;
width: 100%;
background-color: #FFFFFF;
font-weight: normal;
border: none;
-moz-outline: none;
margin: 0px;
width: 100%;
}
/* Why is default padding so strict! */
.treecell-header {
padding : 1px 1px 1px 4px;

View File

@ -78,6 +78,10 @@ titledbox {
width: 1em;
}
.menuitem-highlight-1 {
font-weight : bold;
}
/* Use this with groove-thin in dialogs
to add margins to top and bottom
*/
@ -110,6 +114,10 @@ button.color-button {
color: white;
}
#ColorPicker {
-moz-user-focus: normal;
}
#ColorPickerSwatch {
border : 2px outset #CCCCCC;
width: 25px;
@ -295,26 +303,3 @@ tree.AttributesTree {
min-width : 200px;
min-height: 200px;
}
tree.AttributesTree > treechildren > treeitem > treerow > treecell.value {
padding : 0px 0px 0px 2px;
margin-left : 0px;
}
/* Selection color for "name" column */
treeitem.ae-selection[selected="true"] > treerow {
color : inherit;
background-color : #DDDDDD;
}
.AttributesCell {
border: none;
width: 100%;
background-color: #FFFFFF;
font-weight: normal;
border: none;
-moz-outline: none;
margin: 0px;
width: 100%;
}

View File

@ -77,6 +77,10 @@
width: 1em;
}
.menuitem-highlight-1 {
font-weight: bold;
}
/* ::::: common buttons ::::: */
#MoreFewerButton[more="0"] {
@ -186,6 +190,10 @@ button.color-button {
/* ::::: color picker dialog ::::: */
#ColorPicker {
-moz-user-focus: normal;
}
#ColorPickerSwatch {
margin: 0px 3px 0px 0px;
border: 2px outset #B4C3D4;
@ -258,15 +266,6 @@ button.color-button {
min-height: 200px;
}
.AttributesTree > treechildren > treeitem > treerow > treecell.value {
padding: 0px 0px 0px 2px;
}
treeitem.ae-selection[selected="true"] > treerow {
background-color: #D0E7E7;
color: inherit;
}
/* ::::: Editor pref panels ::::: */
#ColorPreview {