add more buttons

This commit is contained in:
bechi 2015-05-18 11:51:36 -03:00
commit 1f7e9b2227
8 changed files with 35 additions and 32 deletions

View file

@ -696,7 +696,6 @@ button.black,
.button.black {
background-color: #2C3E50;
color: #fff;
border: 1px solid transparent;
}
/* GRAY */
@ -706,6 +705,10 @@ button.gray,
color: #2C3E50;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
border-color: transparent;
}
button.disabled.black,
button[disabled].black,
.button.disabled.black,