mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-01 15:46:21 +00:00
29 lines
541 B
CSS
29 lines
541 B
CSS
body.serieslist.grid-view div.container-fluid > div > div.col-sm-10::before {
|
|
display: none;
|
|
}
|
|
|
|
.cover .badge {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
color: #fff;
|
|
background-color: #cc7b19;
|
|
border-radius: 0;
|
|
padding: 0 8px;
|
|
box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
|
|
line-height: 24px;
|
|
}
|
|
|
|
.cover {
|
|
box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
|
|
}
|
|
|
|
.cover .read {
|
|
padding: 0 0;
|
|
line-height: 15px;
|
|
}
|
|
|
|
input.datepicker {color: transparent}
|
|
input.datepicker:focus {color: transparent}
|
|
input.datepicker:focus + input {color: #555}
|