Compare commits

...

1 Commits

Author SHA1 Message Date
Thomas Jund 87e52aece1 css: add cursor pointer to [role=button] (#53784)
gitea/gadjo/pipeline/head Build started... Details
2021-05-05 16:35:40 +02:00
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@ a {
}
}
[role=button] {
cursor: pointer;
}
dl dt {
margin : 0;
padding : 0 0 0 0;