mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-01-20 03:50:21 +00:00
style changes
This commit is contained in:
@@ -90,7 +90,7 @@ module.exports = function () {
|
||||
actions: [{ icon: "close", color: "white" }]
|
||||
},
|
||||
loading: {
|
||||
delay: 100
|
||||
delay: 50
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -68,7 +68,7 @@ export default {
|
||||
background-color: #c9e6ff
|
||||
|
||||
.highlight-dark
|
||||
background-color: #343434
|
||||
background-color: #404040
|
||||
|
||||
.action-completed
|
||||
background-color: $positive
|
||||
|
||||
@@ -214,6 +214,8 @@ export default {
|
||||
return this.$q.dark.isActive ? "highlight-dark" : "highlight";
|
||||
} else if (status === "completed") {
|
||||
return "action-completed";
|
||||
} else {
|
||||
return "";
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user