Dán vào additional.css
HTML:
.smallfont_des {
border-style: dashed solid;
border-top-style: dashed;
border-right-style: solid;
border-bottom-style: dashed;
border-left-style: solid;
border-color: red;
border-width: 1px 1px 1px 8px;
padding: 5px 5px 5px 5px;
background: black;
margin-top: 5px;
}
.smallfont_des:hover {
border-color: orange;
}