mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Don't show hover background for defer links.
This commit is contained in:
parent
1b179e10c6
commit
93b7b327fb
2 changed files with 4 additions and 0 deletions
|
|
@ -1204,3 +1204,6 @@ body.integrations textarea {
|
|||
.defer-container {
|
||||
float:right;
|
||||
}
|
||||
.defer-container a:hover {
|
||||
background-color: inherit;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
Loading…
Add table
Add a link
Reference in a new issue