mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-04 03:45:32 -04:00
35 lines
459 B
CSS
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;
|
|
}
|