Skip to content

Commit

Permalink
Replace old-timey bg images with equivalent css
Browse files Browse the repository at this point in the history
  • Loading branch information
flack committed Sep 10, 2019
1 parent e311138 commit 4d098e1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 26 deletions.
Binary file not shown.
Binary file not shown.
37 changes: 11 additions & 26 deletions static/midcom.services.auth/style.css
Expand Up @@ -114,31 +114,16 @@ body
#content #login #password, #content #login #password,
#content #login #username #content #login #username
{ {
background-position: top left; border: 0;
background-repeat: no-repeat; margin: 0 0 5px 0;
background-color: #fddb00; padding: 0 0 0 5px;
border: 0; overflow: hidden;
margin: 0; height: 24px;
padding: 0 0 0 5px; width: 205px !important;
width: 210px; background-color: rgba(255, 246, 188, 0.6);
overflow: hidden; border: 1px solid rgb(255, 255, 255);
height: 24px; border-radius: 5px;
} box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);

html > body #content #login #password,
html > body #content #login #username
{
width: 205px !important;
}

#content #login #password
{
background-image: url('images/input-password.png');
}

#content #login #username
{
background-image: url('images/input-username.png');
} }


#content #submit #content #submit
Expand Down Expand Up @@ -231,4 +216,4 @@ html > body #content #login #username
#footer div a #footer div a
{ {
color: #a0a0a0; color: #a0a0a0;
} }

0 comments on commit 4d098e1

Please sign in to comment.