mirror of
https://github.com/stashapp/stash.git
synced 2026-05-01 11:22:19 +02:00
34 lines
621 B
SCSS
34 lines
621 B
SCSS
.identify-source-editor {
|
|
.default-value {
|
|
color: #bfccd6;
|
|
}
|
|
}
|
|
|
|
.scraper-source-list {
|
|
.list-group-item {
|
|
background-color: $textfield-bg;
|
|
padding: 0.25em;
|
|
|
|
.drag-handle {
|
|
cursor: move;
|
|
display: inline-block;
|
|
margin: -0.25em 0.25em -0.25em -0.25em;
|
|
padding: 0.25em 0.5em 0.25em;
|
|
}
|
|
|
|
.drag-handle:hover,
|
|
.drag-handle:active,
|
|
.drag-handle:focus,
|
|
.drag-handle:focus:active {
|
|
background-color: initial;
|
|
border-color: initial;
|
|
box-shadow: initial;
|
|
}
|
|
}
|
|
}
|
|
|
|
.scraper-sources {
|
|
.add-scraper-source-button {
|
|
margin-right: 0.25em;
|
|
}
|
|
}
|