diff --git a/content/template.page.php b/content/template.page.php
index 6a028bd..93e26e2 100644
--- a/content/template.page.php
+++ b/content/template.page.php
@@ -1,47 +1,119 @@
-
-
-
+
+
+
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
-
-
- -
+
+
+
+
+
+
+ -
-
-
-
- пппппацфакц
+
+
+
+
+текст текст текст текст текст текст текст текст текст текст текст тексритчрсотат текст текст текст текст
+
+ текст текст текст текст текыККПАФЦКАКПАМст текст текст текст текст текст текст текст урпкцуептекст текст текст
+
+
+ текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст
+
+
+
+
+
+
+
+
+
+ |
+ |
+
+ |
+
+ |
+
+ |
+
+
+ |
+ |
+
+ |
+
+ |
+
+ |
+
+
+ |
+ |
+
+ |
+
+ |
+
+ |
+
+
+ |
+ |
+
+ |
+
+ |
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
]]>
-
- Uz šo brīdi šeit ne kā nav
- ]]>
-
-
-
+ ??????
- ]]>
-
-
-
-
+ ]]>
+
+
+
+
diff --git a/data/Basic_functions.js b/data/Basic_functions.js
index b447e2b..f226cb5 100644
--- a/data/Basic_functions.js
+++ b/data/Basic_functions.js
@@ -1202,7 +1202,7 @@ function managerData(path) {
let sizeHeader = isPhone ? '' : `{{column_size_bytes}} | `
let dateWidth = isPhone ? '55%' : '23%'
- managerDiv.innerHTML = `
+ document.getElementById('managerDiv').innerHTML = `
${managerTopTitleName}
@@ -1321,6 +1321,7 @@ function getPage(newPath) {
document.getElementById("managerDiv").style.visibility = "hidden";
// history.pushState(null, '', page.pagePath);
document.getElementById("mainTitle").innerHTML = "{{new_file}}!";
+ removePluginDom("manager")
});
window.newPageFunValue = "";
}
diff --git a/main_plugin/auth/auth.css b/main_plugin/auth/auth.css
index 255e2e0..479897f 100644
--- a/main_plugin/auth/auth.css
+++ b/main_plugin/auth/auth.css
@@ -8,7 +8,8 @@
margin-left: 5px;
}
#authorizationButton:hover {
- background-image: url(../../img/pict/g_iconslyb.svg);
+ background-image: url(../../img/pict/b_iconslyb.svg);
+ filter: opacity(0.41);
}
#loginButton {
margin: 0px 3px;
@@ -83,6 +84,7 @@
top: 33px;
}
#BackArrow:hover {
- background-image: url(../../img/pict/g_iconslyb.svg);
+ background-image: url(../../img/pict/b_iconslyb.svg);
+ filter: opacity(0.41);
cursor: pointer;
}
\ No newline at end of file
diff --git a/main_plugin/editor/editor.css b/main_plugin/editor/editor.css
index f872bb8..de3d102 100644
--- a/main_plugin/editor/editor.css
+++ b/main_plugin/editor/editor.css
@@ -353,22 +353,16 @@
background-image: url(../../img/pict/mc_iconslyb.svg);
}
-.editib:hover {
- background-image: url(../../img/pict/g_iconslyb.svg);
-}
-
-.editimc:hover {
- background-image: url(../../img/pict/g_iconslyb.svg);
+.editib:hover,
+.editimc:hover,
+.editf.active:hover {
+ filter: opacity(0.41);
}
.editf.active {
background-image: url(../../img/pict/b_iconslyb.svg);
background-color: #e7e7e7;
}
-.editf.active:hover {
- background-image: url(../../img/pict/g_iconslyb.svg);
- background-color: #e7e7e7;
-}
#settingsMain {
background-position: -197px -597px;
diff --git a/main_plugin/manager/manager.css b/main_plugin/manager/manager.css
index f48f6a5..ed39309 100644
--- a/main_plugin/manager/manager.css
+++ b/main_plugin/manager/manager.css
@@ -253,32 +253,6 @@
color: #787878;
}
-.editib {
- background-image: url(../../img/pict/b_iconslyb.svg);
-}
-
-.editimc {
- background-image: url(../../img/pict/mc_iconslyb.svg);
-}
-
-.editib:hover {
- background-image: url(../../img/pict/g_iconslyb.svg);
-}
-
-.editimc:hover {
- background-image: url(../../img/pict/g_iconslyb.svg);
-}
-
-.editf.active {
- background-image: url(../../img/pict/b_iconslyb.svg);
- background-color: #e7e7e7;
-}
-.editf.active:hover {
- background-image: url(../../img/pict/g_iconslyb.svg);
- background-color: #e7e7e7;
-}
-
-
/* Стили кнопок на главной панели редактора */
.editib {
background-image: url(../../img/pict/b_iconslyb.svg);
@@ -288,19 +262,13 @@
background-image: url(../../img/pict/mc_iconslyb.svg);
}
-.editib:hover {
- background-image: url(../../img/pict/g_iconslyb.svg);
-}
-
-.editimc:hover {
- background-image: url(../../img/pict/g_iconslyb.svg);
+.editib:hover,
+.editimc:hover,
+.editf.active:hover {
+ filter: opacity(0.41);
}
.editf.active {
background-image: url(../../img/pict/b_iconslyb.svg);
background-color: #e7e7e7;
}
-.editf.active:hover {
- background-image: url(../../img/pict/g_iconslyb.svg);
- background-color: #e7e7e7;
-}
\ No newline at end of file
diff --git a/main_plugin/siteSettings/siteSettings.css b/main_plugin/siteSettings/siteSettings.css
index eca308f..a05882b 100644
--- a/main_plugin/siteSettings/siteSettings.css
+++ b/main_plugin/siteSettings/siteSettings.css
@@ -8,7 +8,8 @@
margin: 0px 5px;
}
#siteSettingsButton:hover {
- background-image: url(../../img/pict/g_iconslyb.svg);
+ background-image: url(../../img/pict/b_iconslyb.svg);
+ filter: opacity(0.41);
}
#siteSettings {
margin: -2px -63px 0px 0px;
diff --git a/main_plugin/site_tree/site_tree.css b/main_plugin/site_tree/site_tree.css
index 99357b4..da7a593 100644
--- a/main_plugin/site_tree/site_tree.css
+++ b/main_plugin/site_tree/site_tree.css
@@ -187,32 +187,6 @@ li.no-children::marker {
color: #787878;
}
-.editib {
- background-image: url(../../img/pict/b_iconslyb.svg);
-}
-
-.editimc {
- background-image: url(../../img/pict/mc_iconslyb.svg);
-}
-
-.editib:hover {
- background-image: url(../../img/pict/g_iconslyb.svg);
-}
-
-.editimc:hover {
- background-image: url(../../img/pict/g_iconslyb.svg);
-}
-
-.editf.active {
- background-image: url(../../img/pict/b_iconslyb.svg);
- background-color: #e7e7e7;
-}
-.editf.active:hover {
- background-image: url(../../img/pict/g_iconslyb.svg);
- background-color: #e7e7e7;
-}
-
-
/* Стили кнопок на главной панели редактора */
.editib {
background-image: url(../../img/pict/b_iconslyb.svg);
@@ -222,19 +196,13 @@ li.no-children::marker {
background-image: url(../../img/pict/mc_iconslyb.svg);
}
-.editib:hover {
- background-image: url(../../img/pict/g_iconslyb.svg);
-}
-
-.editimc:hover {
- background-image: url(../../img/pict/g_iconslyb.svg);
+.editib:hover,
+.editimc:hover,
+.editf.active:hover {
+ filter: opacity(0.41);
}
.editf.active {
background-image: url(../../img/pict/b_iconslyb.svg);
background-color: #e7e7e7;
}
-.editf.active:hover {
- background-image: url(../../img/pict/g_iconslyb.svg);
- background-color: #e7e7e7;
-}
\ No newline at end of file