mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Small different UI improvements
Show the cursor as pointer on stock overview page while hovering the product name cell to highlight that the productcard can be opened Show a waiting cursor and disable all form inputs while doing background XHR calls to highlight that the user should wait Place the search field (to search a table) on all pages to the left most place
This commit is contained in:
@@ -160,6 +160,14 @@ input::-webkit-inner-spin-button {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.cursor-link {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.cursor-busy {
|
||||
cursor: wait;
|
||||
}
|
||||
|
||||
/* Third party component customizations - DataTables */
|
||||
td {
|
||||
vertical-align: middle !important;
|
||||
|
Reference in New Issue
Block a user