Make sure not all type of input gets button_delete class, some types like checkbox should not take button_delete

This commit is contained in:
Hadi Nategh 2014-07-07 16:25:16 +00:00
parent ff34c79e2d
commit 172d26d24d
2 changed files with 0 additions and 4 deletions

View File

@ -3012,7 +3012,6 @@ button.et2_button_with_image background-color[url$="svg"] {
######################################################################################## */
input[type="submit"][id*="delete"],
input[type="button"][id*="delete"],
input[id*="delete"],
button[id="delete"],
button[id="infolog-edit_button[delete]"],
button[id="addressbook-edit_button[delete]"],
@ -3053,7 +3052,6 @@ button.et2_button_delete {
}
input[type="submit"][id*="delete"]:hover,
input[type="button"][id*="delete"]:hover,
input[id*="delete"]:hover,
button[id="delete"]:hover,
button[id="infolog-edit_button[delete]"]:hover,
button[id="addressbook-edit_button[delete]"]:hover,
@ -3092,7 +3090,6 @@ button.et2_button_delete:hover {
}
input[type="submit"][id*="delete"]:active,
input[type="button"][id*="delete"]:active,
input[id*="delete"]:active,
button[id="delete"]:active,
button[id="infolog-edit_button[delete]"]:active,
button[id="addressbook-edit_button[delete]"]:active,

View File

@ -967,7 +967,6 @@ button.et2_button_with_image{
input[type="submit"][id*="delete"],
input[type="button"][id*="delete"],
input[id*="delete"],
button[id="delete"],
button[id="infolog-edit_button[delete]"],
button[id="addressbook-edit_button[delete]"],