Hover on the buttons
This commit is contained in:
parent
bece353366
commit
173fc13567
@ -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;
|
||||
|
||||
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user