stash/ui/v2.5/src/components/Dialogs/IdentifyDialog/styles.scss
DingDongSoLong4 28b8473f2d
Minor gallery-related fixes (#3448)
* Fix gallery titles
* Fix SceneListTable
2023-02-20 09:25:48 +11:00

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;
}
}