18 lines
392 B
Plaintext
18 lines
392 B
Plaintext
.pd-button {
|
|
height: 30px;
|
|
background-color: rgb(204, 204, 204);
|
|
border-top-left-radius: 0;
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
margin-top: 2px;
|
|
border-top-width: 0;
|
|
border-right-width: 0;
|
|
border-bottom-width: 0;
|
|
border-left-width: 0;
|
|
}
|
|
|
|
.pd-button-s {
|
|
background-color: rgb(0, 235, 255);
|
|
}
|