diff --git a/nullboard.html b/nullboard.html index 6912fef..0c2e7b9 100644 --- a/nullboard.html +++ b/nullboard.html @@ -1152,8 +1152,6 @@ content: ' '; display: inline-block; - width: 20px; - font-size: calc(13rem / 11); margin-top: -1px; display: inline-block; @@ -1179,7 +1177,6 @@ } .overlay .backup-conf .opt:hover { - --col: #1489db; color: #1489db; } @@ -1188,8 +1185,10 @@ } .overlay .backup-conf .etc { - padding: 5px 0 0 19px; + padding: 5px 0 0 14px; margin-bottom: 10px; + margin-left: calc( 9rem / 22 ); + border-left: 1px solid #888; } .overlay .backup-conf .off .etc { @@ -1208,12 +1207,11 @@ padding: 0 5px; line-height: calc(20 / 11); margin-bottom: 3px; - border: 1px solid #aaa; + border: 1px solid #ccc; } .overlay .backup-conf .etc input:focus { - border: 1px solid #666; - xbox-shadow: 0 1px 2px #ccc; + border-bottom: 1px solid #888; } .overlay .backup-conf .etc input::placeholder { @@ -1225,14 +1223,20 @@ opacity: 0.4; } - .overlay .backup-conf .etc .last-err { + .overlay .backup-conf .etc .status { display: none; - color: #d20; margin: 0; } - .overlay .backup-conf .etc .last-err i { - font-style: normal; + .overlay .backup-conf .etc .status input { + color: #222; + background: #0000000E; + border: 1px solid transparent; + } + + .overlay .backup-conf .etc .status.error input { + color: #d20; + background: #dd220018; } .overlay .backup-conf .save { @@ -1620,7 +1624,7 @@
Last error
+Status
Last error
+Status