fix: add pointer cursor to buttons in dashboard
This commit is contained in:
parent
92cc014c2e
commit
f3d1a3995c
1 changed files with 4 additions and 1 deletions
|
@ -210,7 +210,7 @@ input[type="submit"],
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.wrapper input[type="submit"]:hover {
|
.wrapper input[type="submit"]:hover {
|
||||||
background-color: #689191;
|
background-color: #35537c;
|
||||||
}
|
}
|
||||||
.wrapper .neutral, .wrapper input[type="submit"].neutral {
|
.wrapper .neutral, .wrapper input[type="submit"].neutral {
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
|
@ -488,6 +488,9 @@ ul.umap-autocomplete {
|
||||||
height: 36px;
|
height: 36px;
|
||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
}
|
}
|
||||||
|
.table-wrapper table button {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
/* **************************** */
|
/* **************************** */
|
||||||
/* Dialog */
|
/* Dialog */
|
||||||
|
|
Loading…
Reference in a new issue