Mango/public/css/mango.css
Alex Ling d782995bac - Filter MangaDex chapters with volume and chapter range
- Select from table rows using jQuery selectable
2020-02-25 01:52:04 +00:00

35 lines
459 B
CSS

.uk-card-body {
padding: 20px;
}
.uk-card-media-top {
max-height: 350px;
overflow: hidden;
}
.acard:hover {
text-decoration: none;
}
.uk-list li {
cursor: pointer;
}
.reader-bg {
background-color: black;
}
#scan-status {
cursor: auto;
}
.uk-card-title {
word-wrap: break-word;
}
.uk-logo > img {
max-height: 90px;
}
.uk-search {
width: 100%;
}
#selectable .ui-selecting {
background: #EEE6B9;
}
#selectable .ui-selected {
background: #F4E487;
}