|
@@ -23,6 +23,18 @@
|
|
#searchBillsResult .search-item.go-to:hover {
|
|
#searchBillsResult .search-item.go-to:hover {
|
|
background-color: #5a6268;;
|
|
background-color: #5a6268;;
|
|
}
|
|
}
|
|
|
|
+ #insertRation.disabled {
|
|
|
|
+ opacity: 1;
|
|
|
|
+ color: #464646;
|
|
|
|
+ background-color: #5BA6E6;
|
|
|
|
+ border-color: #5BA6E6;
|
|
|
|
+ }
|
|
|
|
+ #insertAll.disabled {
|
|
|
|
+ opacity: 1;
|
|
|
|
+ color: #464646;
|
|
|
|
+ background-color: #5BA6E6;
|
|
|
|
+ border-color: #5BA6E6;
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|
|
<script>
|
|
<script>
|
|
let userAccount = '<%= userAccount %>';
|
|
let userAccount = '<%= userAccount %>';
|