Files
zszq-trs/YLErpWeb/wwwroot/Style/Css/FinancialSummary.css
T
2024-05-09 14:06:26 +08:00

70 lines
1.6 KiB
CSS

th.ui-th-column div { white-space: normal !important; height: auto !important; padding: 0px; }
.showCtrl { width: 86px !important; }
table input[type=text][disabled] { border: none; background-color: transparent !important; }
.hiddenCtrl { width: 0px !important; }
.morebtn { display: inline; font-size: 12px; cursor: pointer; margin-left: 15px; }
.morebtn img { width: 18px; animation: move 2s linear infinite; }
.second-wrap { margin-top: 5px; }
.searchbtn { margin: 5px 0px; }
/*.chosen-container, .chosen-drop, .chosen-choices { width: 252px !important; }*/
/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
background: #ff6462 !important;
color: #fff;
border-top: none;
margin-top: 0px;
box-shadow: none;
}*/
.voucherDown {
margin-bottom: 20px;
}
.morebtn {
display: inline;
font-size: 12px;
cursor: pointer;
margin-left: 15px;
}
.morebtn img {
width: 18px;
animation: move 2s linear infinite;
}
.second-wrap {
margin-top: 5px;
}
.searchbtn {
margin: 5px 0px;
}
/*.chosen-container, .chosen-drop, .chosen-choices {
width: 252px !important;
}*/
/*#TradeStatus_chosen, #TradeStatus_chosen .chosen-drop, #TradeStatus_chosen .chosen-choices {
width: 120px !important;
}*/
/*.chosen-choices li {
width: 240px !important;
}*/
@keyframes move {
0% { transform: translateX(-50%); opacity: 0; }
50% { transform: translateX(0); opacity: 1; }
100% { transform: translateX(50%); opacity: 0; }
}