add more buttons
This commit is contained in:
parent
0835c236f5
commit
1f7e9b2227
8 changed files with 35 additions and 32 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue