diff --git a/assets/css/settings-screen.css b/assets/css/settings-screen.css index 1401764..90d6bc6 100644 --- a/assets/css/settings-screen.css +++ b/assets/css/settings-screen.css @@ -40,5 +40,6 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} .settings input, .settings textarea {border: 1px solid #555; background-color: #444; color: #fff} .settings input:focus, .settings textarea:focus {outline: none; background: rgba(0,198,255,0.5); color: #fff} .settings input[type="text"]:disabled {opacity: 0.5} -.settings .info {font-size: 10px; color: rgba(0,198,255,0.7); cursor: help} +.settings .info {font-size: 10px; color: rgba(0,198,255,1); cursor: help} +.settings .info .icon-tabler {width: 18px; height: 18px; margin-top: -2px; stroke-width: 1.25; pointer-events: none} .settings .update {position: absolute; bottom: 0; right: 20px; padding: 5px 10px; font-size: 18px; background-color: rgba(0,198,255,0.7); opacity: 0.1; cursor: pointer} diff --git a/assets/images/icons/info-circle.svg b/assets/images/icons/info-circle.svg new file mode 100644 index 0000000..4412cb7 --- /dev/null +++ b/assets/images/icons/info-circle.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/lib/backup-versions.php b/lib/backup-versions.php index acdde60..b3a992f 100644 --- a/lib/backup-versions.php +++ b/lib/backup-versions.php @@ -43,6 +43,15 @@ echo "?microtime=".microtime(true);
+ +
+ + + + + +
+
+ +
+ + + + + + + +
+

+
diff --git a/lib/settings-screen.php b/lib/settings-screen.php index fa50ee8..5e35a9b 100644 --- a/lib/settings-screen.php +++ b/lib/settings-screen.php @@ -97,6 +97,14 @@ if (true === isset($_GET['tab'])) {
+
+ + + + + +
+

language


@@ -132,7 +140,7 @@ if (true === isset($_GET['tab'])) { echo '' . PHP_EOL; } ?> - [?] +


@@ -168,7 +176,7 @@ if (true === isset($_GET['tab'])) {


- [?]
+
">
... "> @@ -178,7 +186,7 @@ if (true === isset($_GET['tab'])) {


- [?]
+
">

@@ -206,7 +214,7 @@ if (true === isset($_GET['tab'])) { ?>

- >   [?] + >  

@@ -214,6 +222,15 @@ if (true === isset($_GET['tab'])) {