mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
Better rollover and h-scroll on header #48
This commit is contained in:
@@ -222,6 +222,26 @@ div.band-spot {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
div.band-spot:hover {
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
div.band-spot span.band-spot-call {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
div.band-spot:hover span.band-spot-call {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.band-spot span.band-spot-info {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.band-spot:hover span.band-spot-info {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
|
||||
/* GENERAL MOBILE SUPPORT */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user