9 lines
94 B
CSS
9 lines
94 B
CSS
button.delete-button{
|
|
float:right;
|
|
background-color: gray !important;
|
|
color:white;
|
|
}
|
|
|
|
|
|
|