mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-32444 theme_afterburner: adds 5px margin to the left of #loginbtn, input, button, select in /style/afterburner_styles.css
This commit is contained in:
parent
668a499d89
commit
3689a8599b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user