diff --git a/assets/static/appico/App_Dropbox.svg b/assets/static/appico/App_Dropbox.svg
new file mode 100644
index 0000000..df971c3
--- /dev/null
+++ b/assets/static/appico/App_Dropbox.svg
@@ -0,0 +1,83 @@
+
+
diff --git a/assets/static/appico/File_Person.svg b/assets/static/appico/File_Person.svg
new file mode 100644
index 0000000..47cb99c
--- /dev/null
+++ b/assets/static/appico/File_Person.svg
@@ -0,0 +1,61 @@
+
+
diff --git a/assets/static/appico/File_Plugin.svg b/assets/static/appico/File_Plugin.svg
new file mode 100644
index 0000000..de2f96b
--- /dev/null
+++ b/assets/static/appico/File_Plugin.svg
@@ -0,0 +1,65 @@
+
+
diff --git a/assets/static/euskaditech-css/simple.css b/assets/static/euskaditech-css/simple.css
index 94f5050..7b03717 100644
--- a/assets/static/euskaditech-css/simple.css
+++ b/assets/static/euskaditech-css/simple.css
@@ -370,6 +370,7 @@ hr {
cursor: pointer;
background: none;
border: none;
+ color: black;
}
.ribbon-button img {
@@ -391,27 +392,6 @@ hr {
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
-.popup {
- display: none;
- position: fixed;
- top: 40%;
- left: 50%;
- transform: translate(-50%, -50%);
- background: #fff;
- border: 2px solid #ccc;
- padding: 20px;
- z-index: 9999;
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
-}
-
-.popup-content {
- text-align: center;
-}
-
-.popup button {
- margin-top: 10px;
- padding: 5px 15px;
-}
details {
margin: 0;
diff --git a/src/app_modules.js b/src/app_modules.js
index e2a0048..fefa824 100644
--- a/src/app_modules.js
+++ b/src/app_modules.js
@@ -1012,7 +1012,7 @@ function SetPages() {
a.href = "#" + key;
label.innerText = PAGES[key].Title;
label.className = "label"
- img.src = PAGES[key].icon
+ img.src = PAGES[key].icon || "static/appico/File_Plugin.svg"
a.append(img, label)
document.getElementById("appendApps2").append(a);
});
diff --git a/src/index.html b/src/index.html
index a3ad267..3cc7864 100644
--- a/src/index.html
+++ b/src/index.html
@@ -70,10 +70,6 @@
Modulos