Hover on the buttons

This commit is contained in:
rocketdebris 2025-10-20 18:40:59 -04:00
parent bece353366
commit 173fc13567
2 changed files with 6 additions and 2 deletions

View File

@ -17,7 +17,7 @@
}
.sidebar-button:hover {
background-color: rgb(82, 132, 119)
background-color: rgb(82, 132, 119);
}
#snw-ui {
@ -57,6 +57,10 @@
background-color: rgb(69, 112, 101);
}
.interaction-button:hover {
background-color: rgb(82, 132, 119);
}
#client-content {
display:flex;
flex-direction: column;

View File

@ -13,7 +13,7 @@ frappe.pages['install'].on_page_load = function(wrapper) {
class Model {
constructor() {
this.categories = ['Calendar', 'Clients', 'Job', 'Routes', 'Create', 'Timesheets', 'Warranties'];
this.categories = ['Calendar', 'Clients', 'Jobs', 'Routes', 'Create', 'Timesheets', 'Warranties'];
}
async getClientData() {