10 lines
147 B
CSS
10 lines
147 B
CSS
|
.status-color {
|
||
|
width: 15px;
|
||
|
height: 15px;
|
||
|
|
||
|
border-width: 1px;
|
||
|
border-color: white;
|
||
|
|
||
|
margin-left: 3px;
|
||
|
margin-right: 3px;
|
||
|
}
|