127 lines
2.1 KiB
CSS
127 lines
2.1 KiB
CSS
table, table tr th, table tr td {
|
|
border: 1px solid #313131 !important;
|
|
}
|
|
table td{
|
|
padding:0.5rem !important;
|
|
}
|
|
/* .ui-datepicker table, table tr th, table tr td {
|
|
border: none !important;
|
|
}*/
|
|
|
|
.table > tbody > tr > td {
|
|
border-top: 1px solid #313131 !important;
|
|
/*width: 267px !important;*/
|
|
}
|
|
|
|
.widget-toolbox:last-child {
|
|
border: none;
|
|
}
|
|
|
|
.rmTrBgColor {
|
|
background-color: white !important;
|
|
}
|
|
|
|
.rmTrBgColor > td {
|
|
text-align: center;
|
|
color: #646ae6;
|
|
}
|
|
|
|
.tdRight {
|
|
text-align: center !important;
|
|
color: #000 !important;
|
|
font-weight: normal;
|
|
}
|
|
|
|
|
|
.btn-color:hover {
|
|
background: #555 !important;
|
|
}
|
|
|
|
.tab-content {
|
|
font-size: 13px;
|
|
font-family: 'Arial Normal', 'Arial';
|
|
}
|
|
|
|
|
|
#optionVueDiv .table > tbody > tr > td {
|
|
border-top: 1px solid #ccc !important;
|
|
}
|
|
|
|
#optionVueDiv table, #optionVueDiv table tr th, #optionVueDiv table tr td {
|
|
border: 1px solid #ccc !important;
|
|
}
|
|
|
|
#optionVueDiv table tr th,
|
|
#optionVueDiv table tr:nth-child(even) {
|
|
background: none;
|
|
}
|
|
|
|
.jconfirm-type-default {
|
|
width: 20% !important;
|
|
}
|
|
|
|
.link-tradetype {
|
|
cursor: pointer;
|
|
color: #337ab7 !important;
|
|
}
|
|
|
|
.link-tradetype:hover {
|
|
text-decoration: underline !important;
|
|
color: #23527c !important;
|
|
}
|
|
|
|
#observationInfos span {
|
|
/*margin: 25px;*/
|
|
width: 100px;
|
|
display: inline-block;
|
|
text-align: center;
|
|
}
|
|
|
|
.yc-panel {
|
|
margin-right: 0 !important;
|
|
padding: unset;
|
|
border:none !important;
|
|
box-shadow:none !important;
|
|
}
|
|
|
|
.color-bule {
|
|
color: #027DB4;
|
|
}
|
|
.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;
|
|
}
|
|
|
|
.swaprow {
|
|
display: block !important;
|
|
width: calc(100% - 30px);
|
|
}
|
|
|
|
.swappay {
|
|
background: #88dbd3 !important;
|
|
color: #000000 !important;
|
|
}
|
|
|
|
.swapget {
|
|
background: #f5bf6e !important;
|
|
color: #000000 !important;
|
|
}
|
|
#Comments {
|
|
width: 100%;
|
|
height: 60px;
|
|
} |