2021-03-14 13:29:40 +00:00
|
|
|
body.serieslist.grid-view div.container-fluid > div > div.col-sm-10::before {
|
2021-03-14 12:28:52 +00:00
|
|
|
display: none;
|
2020-04-13 21:15:44 +00:00
|
|
|
}
|
2021-03-14 12:28:52 +00:00
|
|
|
|
2021-03-14 13:29:40 +00:00
|
|
|
.cover .badge {
|
2021-03-14 12:28:52 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
color: #fff;
|
|
|
|
background-color: #cc7b19;
|
|
|
|
border-radius: 0;
|
|
|
|
padding: 0 8px;
|
2021-03-14 13:29:40 +00:00
|
|
|
box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
|
2021-03-14 12:28:52 +00:00
|
|
|
line-height: 24px;
|
2020-04-13 21:15:44 +00:00
|
|
|
}
|
2021-03-14 12:28:52 +00:00
|
|
|
|
|
|
|
.cover {
|
2021-03-14 13:29:40 +00:00
|
|
|
box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
|
2020-04-13 21:15:44 +00:00
|
|
|
}
|
2020-12-27 12:34:59 +00:00
|
|
|
|
2021-03-14 12:28:52 +00:00
|
|
|
.cover .read {
|
2021-03-14 13:29:40 +00:00
|
|
|
padding: 0 0;
|
2021-03-14 12:28:52 +00:00
|
|
|
line-height: 15px;
|
2020-12-27 12:34:59 +00:00
|
|
|
}
|
2022-10-21 12:50:44 +00:00
|
|
|
|
|
|
|
input.datepicker {color: transparent}
|
|
|
|
input.datepicker:focus {color: transparent}
|
|
|
|
input.datepicker:focus + input {color: #555}
|