fix: add pointer cursor to buttons in dashboard

This commit is contained in:
Yohan Boniface 2024-02-09 19:08:43 +01:00
parent 92cc014c2e
commit f3d1a3995c

View file

@ -210,7 +210,7 @@ input[type="submit"],
font-weight: bold;
}
.wrapper input[type="submit"]:hover {
background-color: #689191;
background-color: #35537c;
}
.wrapper .neutral, .wrapper input[type="submit"].neutral {
background-color: #ddd;
@ -488,6 +488,9 @@ ul.umap-autocomplete {
height: 36px;
line-height: 26px;
}
.table-wrapper table button {
cursor: pointer;
}
/* **************************** */
/* Dialog */