Updated editing CSS

This commit is contained in:
Romain Neutron
2012-01-25 11:30:21 +01:00
parent bbdc5a6078
commit be132519e8
2 changed files with 64 additions and 0 deletions

View File

@@ -2135,20 +2135,52 @@ EDITING
{
background-color:#444444;
border:1px solid #999999;
position:absolute;
top:22px;
left:4px;
right:4px;
bottom:4px;
overflow:auto;
}
#idFrameE #ZTextMultiValued_values div
{
cursor:pointer;
height:20px;
padding:2px;
}
#idFrameE #ZTextMultiValued_values div table
{
width:100%;
border:none;
}
#idFrameE #ZTextMultiValued_values div table td
{
vertical-align: middle;
}
#idFrameE #ZTextMultiValued_values div table td.options
{
width:40px;
text-align:right;
}
#idFrameE #ZTextMultiValued_values div table td.options .add_all
{
display:none;
}
#idFrameE #ZTextMultiValued_values div.hetero table td.options .add_all
{
display:inline;
}
#idFrameE .hetero
{
color:#ff8000;
}
#idFrameE #ZTextMultiValued_values DIV.hilighted
{
background-color:#222222;
}
#idFrameE #ZTextMultiValued_values DIV I
{
color:#FFFF00;

View File

@@ -2137,20 +2137,52 @@ EDITING
{
background-color:#FFFFFF;
border:1px solid #999999;
position:absolute;
top:22px;
left:4px;
right:4px;
bottom:4px;
overflow:auto;
}
#idFrameE #ZTextMultiValued_values div
{
cursor:pointer;
height:20px;
padding:2px;
}
#idFrameE #ZTextMultiValued_values div table
{
width:100%;
border:none;
}
#idFrameE #ZTextMultiValued_values div table td
{
vertical-align: middle;
}
#idFrameE #ZTextMultiValued_values div table td.options
{
width:40px;
text-align:right;
}
#idFrameE #ZTextMultiValued_values div table td.options .add_all
{
display:none;
}
#idFrameE #ZTextMultiValued_values div.hetero table td.options .add_all
{
display:inline;
}
#idFrameE .hetero
{
color:#ff8000;
}
#idFrameE #ZTextMultiValued_values DIV.hilighted
{
background-color:#d0d0d0;
}
#idFrameE #ZTextMultiValued_values DIV I
{
color:#FFFF00;