14 lines
245 B
CSS
14 lines
245 B
CSS
|
|
|
|
.misc_button{
|
|
width: 100px;
|
|
background: gray;
|
|
text-align: center;
|
|
border: black;
|
|
border-top-style: none;
|
|
border-right-style: none;
|
|
border-bottom-style: none;
|
|
border-left-style: none;
|
|
border-style: outset;
|
|
}
|