Skip to content
Snippets Groups Projects

Resolve "As a user I want to be able to see a list of specific landmarks so I can decide where to go next on the trail"

Merged Rhys Evans requested to merge CaerphillyLandmarks into main
1 file
+ 6
4
Compare changes
  • Side-by-side
  • Inline
@@ -105,8 +105,8 @@
@@ -105,8 +105,8 @@
.red .uncollected{ /*taken from https://www.w3schools.com/css/css_tooltip.asp*/
.red .uncollected{ /*taken from https://www.w3schools.com/css/css_tooltip.asp*/
visibility: hidden;
visibility: hidden;
width: 120px;
width: 120px;
background-color: whitesmoke;
background-color: red;
color: red;
color: whitesmoke;
text-align: center;
text-align: center;
padding: 5px 0;
padding: 5px 0;
border-radius: 6px;
border-radius: 6px;
@@ -124,14 +124,16 @@
@@ -124,14 +124,16 @@
.red .collected{ /*taken from https://www.w3schools.com/css/css_tooltip.asp*/
.red .collected{ /*taken from https://www.w3schools.com/css/css_tooltip.asp*/
visibility: hidden;
visibility: hidden;
width: 120px;
width: 120px;
background-color: whitesmoke;
background-color: green;
color: green;
color: whitesmoke;
text-align: center;
text-align: center;
padding: 5px 0;
padding: 5px 0;
border-radius: 6px;
border-radius: 6px;
top: -5px;
top: -5px;
left: 105%;
left: 105%;
 
/*background-color: whitesmoke;*/
 
/*color: green;*/
Loading