mirror of
https://github.com/stashapp/stash.git
synced 2025-12-13 11:52:46 +01:00
move scrape-url-button style to component styles (#1925)
This commit is contained in:
parent
ad7bb9a46f
commit
29b14ab4fc
2 changed files with 4 additions and 6 deletions
|
|
@ -1,9 +1,3 @@
|
|||
#performer-edit {
|
||||
.scrape-url-button:disabled {
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
|
||||
#performer-page {
|
||||
flex-direction: row;
|
||||
margin: 10px auto;
|
||||
|
|
|
|||
|
|
@ -254,3 +254,7 @@ button.collapse-button.btn-primary:not(:disabled):not(.disabled):active {
|
|||
.ModalComponent .modal-footer {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.scrape-url-button:disabled {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue