38 lines
682 B
CSS
38 lines
682 B
CSS
.titleDiv {
|
|
width: 100px;
|
|
height: 18px;
|
|
display: flex;
|
|
margin-left: 14px;
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.titleHead {
|
|
width: 4px;
|
|
height: 18px;
|
|
background: inherit;
|
|
background-color: #e33333;
|
|
}
|
|
|
|
.titleLabel {
|
|
margin-left: 5px;
|
|
font-size: 12px;
|
|
}
|
|
.swappay, .swappay select {
|
|
background: #88dbd3 !important;
|
|
color: #000000 !important;
|
|
}
|
|
|
|
.swappay:hover {
|
|
background: #88dbd3 !important;
|
|
color: #000000 !important;
|
|
}
|
|
|
|
.swapget, .swapget select {
|
|
background: #f5bf6e !important;
|
|
color: #000000 !important;
|
|
}
|
|
|
|
.swapget:hover {
|
|
background: #f5bf6e !important;
|
|
color: #000000 !important;
|
|
} |