Bug 623615 - Disable fix for bug 595656 to improve scrolling performance. r=unfocused a=mossop

This commit is contained in:
Dão Gottwald 2011-03-02 10:03:26 +01:00
parent 8c8c3d3be5
commit ab80c92553
3 changed files with 6 additions and 0 deletions

View File

@ -46,7 +46,9 @@
#view-port-container {
/* Needed to allow the radius to clip the inner content, see bug 595656 */
/* Disabled because of bug 623615
overflow: hidden;
*/
background-color: -moz-Field;
color: -moz-FieldText;
border: 1px solid ThreeDShadow;

View File

@ -51,7 +51,9 @@
#view-port-container {
/* Needed to allow the radius to clip the inner content, see bug 595656 */
/* Disabled because of bug 623615
overflow: hidden;
*/
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.05));
border: 1px solid rgba(50, 65, 92, 0.4);
border-radius: 5px;

View File

@ -90,7 +90,9 @@
#view-port-container {
/* Needed to allow the radius to clip the inner content, see bug 595656 */
/* Disabled because of bug 623615
overflow: hidden;
*/
background-color: rgba(255, 255, 255, 0.35);
background-image: -moz-linear-gradient(top,
rgba(255, 255, 255, 0),