SYMPTOMS
When using the Web client and performing field editing, the back pane will be grayed out and it will be difficult to read the file information and fill out the required information in the fields.
CAUSE
The non-active window will be grayed out to expose the current active window for the user.
RESOLUTION
You could modify this and set it to the clarity your client prefers by following the below steps.
Navigate to the following path:
C:\inetpub\wwwroot\your index\styles\default\
Locate the file default.css and ensure to make a back up.
Scroll in the file and locate the following
#modal_overlay {
z-index: 9000;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #FFF;
opacity: 0.85;
-moz-opacity: 0.85;
filter: alpha(opacity=85);
display: none;
Chang the following settings from 85 to 15 to improve the visibility of the inactive window :
opacity: 0.15;
-moz-opacity: 0.15;
filter: alpha(opacity=15);
Be sure to clear the browser cache as the CSS files are typically cached by your browser
.
APPLIES TO
6.2 Service Pack 2
Comments
0 comments
Article is closed for comments.