8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-07 06:34:06 +00:00

Change cursor pointer on collapsable elements

This commit is contained in:
JRock007 2019-10-01 20:13:51 +02:00
parent 80328199c8
commit a1b7b4b8d5

View file

@ -143,3 +143,8 @@ dl.profile-info > div {
padding: 8px;
border-top: 1px solid #ddd;
}
/* Make bootstrap accordions clickable on iOS */
[data-toggle~="collapse"] {
cursor: pointer;
}