diff --git a/pluginHolder/templates/pluginHolder/plugins.html b/pluginHolder/templates/pluginHolder/plugins.html
index c10982332..c989aa639 100644
--- a/pluginHolder/templates/pluginHolder/plugins.html
+++ b/pluginHolder/templates/pluginHolder/plugins.html
@@ -1151,6 +1151,17 @@
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(220,53,69,0.3);
}
+
+ .btn-delete-source {
+ background: #b45309;
+ color: white;
+ }
+
+ .btn-delete-source:hover:not(:disabled) {
+ background: #92400e;
+ transform: translateY(-1px);
+ box-shadow: 0 4px 8px rgba(180, 83, 9, 0.35);
+ }
.btn-activate {
background: #28a745;
@@ -1506,6 +1517,11 @@
+ {% if plugin.has_local_source %}
+
+ {% endif %}
{% endif %}
{% if not plugin.builtin %}
@@ -1599,6 +1615,11 @@
+ {% if plugin.has_local_source %}
+
+ {% endif %}
{% endif %}
@@ -2287,9 +2308,14 @@ function displayStorePlugins() {
}
} else {
// Show Install button
- actionHtml = `