diff --git a/layout/html/document/src/ua.css b/layout/html/document/src/ua.css index b71968dd589b..ce471fa4a03a 100644 --- a/layout/html/document/src/ua.css +++ b/layout/html/document/src/ua.css @@ -22,7 +22,6 @@ HTML { BODY { background: inherit; - cursor: inherit; display: block; line-height: normal; @@ -155,7 +154,6 @@ TD, TH { // border-style: inset; border-color: #C0C0C0; display: table-cell; - cursor: inherit; } TH { font-weight: bold; @@ -440,8 +438,9 @@ BUTTON { display: inline; vertical-align: bottom; background-color: white; - border: 3px outset gray; - padding: 3px + border: 3px outset gray; + padding: 3px; + cursor: default; } SELECT { vertical-align: bottom; @@ -502,3 +501,4 @@ NOFRAMES { :XML-ROOT { background-color: inherit; } + diff --git a/layout/style/ua.css b/layout/style/ua.css index b71968dd589b..ce471fa4a03a 100644 --- a/layout/style/ua.css +++ b/layout/style/ua.css @@ -22,7 +22,6 @@ HTML { BODY { background: inherit; - cursor: inherit; display: block; line-height: normal; @@ -155,7 +154,6 @@ TD, TH { // border-style: inset; border-color: #C0C0C0; display: table-cell; - cursor: inherit; } TH { font-weight: bold; @@ -440,8 +438,9 @@ BUTTON { display: inline; vertical-align: bottom; background-color: white; - border: 3px outset gray; - padding: 3px + border: 3px outset gray; + padding: 3px; + cursor: default; } SELECT { vertical-align: bottom; @@ -502,3 +501,4 @@ NOFRAMES { :XML-ROOT { background-color: inherit; } +