mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
move scrape-url-button style to component styles (#1925)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user