8 lines
129 B
CSS
8 lines
129 B
CSS
|
/* #docregion */
|
||
|
.error {color:red;}
|
||
|
button.delete-button {
|
||
|
float:right;
|
||
|
background-color: gray !important;
|
||
|
color:white;
|
||
|
}
|