Skip to content

Commit

Permalink
Merge branch 'MDL-32444_M22' of git://github.com/lazydaisy/moodle int…
Browse files Browse the repository at this point in the history
…o MOODLE_22_STABLE
  • Loading branch information
Sam Hemelryk committed Apr 16, 2012
2 parents 41d2e41 + 877a07f commit 4a97929
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions theme/afterburner/style/afterburner_styles.css
Expand Up @@ -206,9 +206,15 @@ select, input, button {
background-color: #34637f;
color: #fff;
}
#loginbtn, input, button, select { cursor: pointer;}
input#username, input#password,
input[type="text"], input[type="password"], textarea {
#loginbtn, input, button, select {
cursor: pointer;
margin-left: 5px;
}
input#username,
input#password,
input[type="text"],
input[type="password"],
textarea {
background-color: white;
border: 2px inset threedface;
color: #4b4b4b;
Expand Down

0 comments on commit 4a97929

Please sign in to comment.