cleaned up cursor handling

git-svn-id: svn://10.0.0.236/trunk@14843 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterl%netscape.com
1998-11-18 02:10:45 +00:00
parent 79bb1b728a
commit 95f66c00f4
2 changed files with 8 additions and 8 deletions

View File

@@ -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;
}

View File

@@ -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;
}