105 lines
2.5 KiB
CSS
105 lines
2.5 KiB
CSS
.table > thead > tr {
|
|
background: #3f484d repeat-x !important;
|
|
background-image: none;
|
|
color: #fff;
|
|
}
|
|
|
|
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
|
|
background-color: #fff;
|
|
word-wrap: break-word;
|
|
word-break: break-all;
|
|
white-space: nowrap;
|
|
}
|
|
.table-striped > tbody:first-child tr th {
|
|
background-color: #f2f2f2;
|
|
word-wrap: break-word;
|
|
word-break: break-all;
|
|
white-space: nowrap;
|
|
|
|
}
|
|
.table-striped > tbody:last-child > tr:nth-child(even) > td, .table-striped > tbody:last-child > tr:nth-child(odd) > th {
|
|
background-color: #f3f3f4;
|
|
|
|
}
|
|
|
|
.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
|
|
border: 1px solid #313131 !important;
|
|
}
|
|
|
|
.form-group input[type=color], .form-group input[type=date], .form-group input[type=datetime-local], .form-group input[type=datetime], .form-group input[type=email], .form-group input[type=month], .form-group input[type=number], .form-group input[type=password], .form-group input[type=search], .form-group input[type=tel], .form-group input[type=text], .form-group input[type=time], .form-group input[type=url], .form-group input[type=week], .form-group select, .form-group textarea {
|
|
width: 175px;
|
|
height: 24px;
|
|
}
|
|
|
|
.col-sm-1 {
|
|
width: 100px;
|
|
text-align: right;
|
|
}
|
|
|
|
.form-group-lg {
|
|
display: flex;
|
|
}
|
|
|
|
.item {
|
|
flex: 1;
|
|
}
|
|
|
|
.item2 {
|
|
flex: 2;
|
|
}
|
|
|
|
#selScen {
|
|
width: 157px;
|
|
}
|
|
#exceldiv{
|
|
margin-top:15px;
|
|
}
|
|
/*#historytable > tbody > tr > th {
|
|
border-bottom: 1px solid #313131 !important;
|
|
}
|
|
#tbodytrade tr:first-child td {
|
|
border-top: none !important;
|
|
}*/
|
|
.table > tbody + tbody {
|
|
border-top: 1px solid #313131 !important;
|
|
}
|
|
.riskfree {
|
|
width: 113px;
|
|
}
|
|
|
|
select {
|
|
border-color: #09bbbd;
|
|
}
|
|
|
|
input[type=number], input[type=date] {
|
|
border-color: #000000;
|
|
}
|
|
|
|
.btn[disabled] {
|
|
/*border: 1px solid #ccc;*/
|
|
border: none;
|
|
/*padding: 4px;*/
|
|
}
|
|
|
|
input[type="button"] {
|
|
background: #e33333;
|
|
width: 90px;
|
|
padding: 4px;
|
|
border-radius: 10px !important;
|
|
border: 1px solid #fff !important;
|
|
}
|
|
|
|
.btn-primary:hover, .btn:hover {
|
|
border-radius: 10px !important;
|
|
border: 1px solid #fff !important;
|
|
width: 90px !important;
|
|
}
|
|
|
|
.btn-primary:focus, .btn:focus {
|
|
width: 90px !important;
|
|
padding: 4px !important;
|
|
}
|
|
.table-striped > tbody > tr th{
|
|
width:8%;
|
|
}
|