firx cursor:pointer
This commit is contained in:
parent
c0f8aa35e5
commit
206b2a3b05
2 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@ p {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.button:hover {
|
.button:hover {
|
||||||
background-color: lightgray;
|
background-color: lightgray;
|
||||||
|
|
|
@ -68,6 +68,7 @@ a.quelle {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.button:hover {
|
.button:hover {
|
||||||
background-color: lightgray;
|
background-color: lightgray;
|
||||||
|
|
Loading…
Reference in a new issue