Don't show hover background for defer links.

This commit is contained in:
Eric Allen 2008-09-07 07:04:05 -07:00
parent 1b179e10c6
commit 93b7b327fb
2 changed files with 4 additions and 0 deletions

View file

@ -1204,3 +1204,6 @@ body.integrations textarea {
.defer-container {
float:right;
}
.defer-container a:hover {
background-color: inherit;
}

View file

@ -221,6 +221,7 @@ body.integrations p, body.integrations li {font-size:1.0em}
body.integrations li {list-style-type: disc; list-style-position: inside; margin-left:30px}
body.integrations textarea {margin:10px; padding:3px; width:80%; background-color:#ddd}
.defer-container {float:right}
.defer-container a:hover {background-color: inherit}
div.calendar {position: relative}
.calendar, .calendar table {border: 1px solid #556; font-size: 11px; color: #000; cursor: default; background: #eef; z-index: 110; font-family: tahoma,verdana,sans-serif}
.calendar .button {text-align: center; padding: 2px}