26 lines
672 B
Text
26 lines
672 B
Text
.BottonLine {
|
|
border-bottom-width: 2px;
|
|
border-left-color: rgb(0, 0, 0);
|
|
border-right-color: rgb(0, 0, 0);
|
|
border-top-color: rgb(0, 0, 0);
|
|
border-bottom-color: rgb(0, 0, 0);
|
|
}
|
|
|
|
.BottonLine {
|
|
border-bottom-width: 2px;
|
|
border-left-color: rgb(0, 0, 0);
|
|
border-right-color: rgb(0, 0, 0);
|
|
border-top-color: rgb(0, 0, 0);
|
|
border-bottom-color: rgb(0, 0, 0);
|
|
}
|
|
|
|
.CheckBox {
|
|
border-top-width: 1px;
|
|
border-right-width: 1px;
|
|
border-bottom-width: 1px;
|
|
border-left-width: 1px;
|
|
border-left-color: rgb(0, 0, 0);
|
|
border-right-color: rgb(0, 0, 0);
|
|
border-top-color: rgb(0, 0, 0);
|
|
border-bottom-color: rgb(0, 0, 0);
|
|
}
|