mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-01 12:03:08 +00:00
Bug 623615 - Disable fix for bug 595656 to improve scrolling performance. r=unfocused a=mossop
This commit is contained in:
parent
8c8c3d3be5
commit
ab80c92553
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user