Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
the-j0k3r committed Jul 30, 2022
1 parent c912c9f commit 1a85f40
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions src/router/kromo/dd-wrt/brainslayer/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pre {
}
h1 {
color: #955322;
background-image: radial-gradient(#ffeabf, transparent);
background-image: radial-gradient(#ffeabfcc, transparent);
background-size: 320px;
background-repeat: no-repeat;
background-position: left
Expand Down Expand Up @@ -48,7 +48,9 @@ fieldset {
background-color: #f9f9f9;
}
#header {
background: #f1d496 url(../../images/dd-wrt.png) bottom right no-repeat;
background: url(../../images/dd-wrt.png) bottom right no-repeat,
repeating-linear-gradient(-45deg, #fed9ae, #fed9ae 1px, #f1d496 2px, #f1d496 3px);
border-bottom: 1px inset #bb9273;
}
th {
background-color: #e9e9ed;
Expand Down Expand Up @@ -98,9 +100,9 @@ textarea {
border: 1px solid #999;
}
.submitFooter {
background: repeating-linear-gradient(55deg,
#eeeae4 , #eeeae4 2px,
#f1d496 1px, #f1d496 3px);
background: repeating-linear-gradient(-45deg,
#fed9ae, #fed9ae 1px,
#f1d496 2px, #f1d496 3px);
border: 1px solid #bb9273;
}
.message {
Expand Down
4 changes: 2 additions & 2 deletions src/router/kromo/dd-wrt/lang_pack/english.js
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ errmsg.err62=" is already defined as a static lease.";
errmsg.err100="Processing...<br />Please wait.";
errmsg.err101="Restoring configuration file...<br />Please wait.";
errmsg.err102="Upgrading firmware...<br />Please wait.";
errmsg.err103="Invalid Character Detected";
errmsg.err103="Invalid symbol detected";

// ** COMMON MENU ENTRIES **//
var bmenu= new Object();
Expand Down Expand Up @@ -1385,7 +1385,7 @@ management.titl="Administration";
management.h2="Router Management";
management.changepassword="Your router is currently not protected and uses an unsafe default username and password combination; please change it using the following dialog!";
management.psswd_legend="Login Credentials";
management.pwd_ti_aria="Invalid Characters &#94; &#58; &#42; &#96; &#39; &#34;"; // entities as follows ^:*`'"
management.pwd_ti_aria="Valid Symbols &#x21; &#x22; &#x23; &#x24; &#x25; &#x26; &#x27; &#x28; &#x29; &#x2a; &#x2b; &#x2c; &#x2d; &#x2e; &#x2f; &#x3b; &#x3c; &#x3d; &#x3e; &#x3f; &#x40; &#x5b; &#x5c; &#x5d; &#x5e; &#x5f; &#x60; &#x7b; &#x7c; &#x7d; &#x7e; &#x20;\nInvalid Symbols &#x3a;"; // valid !"#$%&'()*+,-./;<=>?@[\]^_`{|}~ invalid :
management.psswd_user="Username";
management.psswd_pass="Password";
management.pass_conf="Re-enter to Confirm";
Expand Down

0 comments on commit 1a85f40

Please sign in to comment.