mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Search and History Improvements
This commit is contained in:
@@ -46,7 +46,7 @@ class IndexersSelectInputConnector extends Component {
|
||||
|
||||
IndexersSelectInputConnector.propTypes = {
|
||||
name: PropTypes.string.isRequired,
|
||||
indexerIds: PropTypes.number.isRequired,
|
||||
indexerIds: PropTypes.number,
|
||||
value: PropTypes.arrayOf(PropTypes.number).isRequired,
|
||||
values: PropTypes.arrayOf(PropTypes.object).isRequired,
|
||||
onChange: PropTypes.func.isRequired
|
||||
|
@@ -51,6 +51,12 @@
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.actionMenu {
|
||||
&:hover {
|
||||
color: #515253;
|
||||
}
|
||||
}
|
||||
|
||||
.translate {
|
||||
composes: link from '~Components/Link/Link.css';
|
||||
|
||||
@@ -63,7 +69,7 @@
|
||||
line-height: 60px;
|
||||
|
||||
&:hover {
|
||||
color: $toobarButtonHoverColor;
|
||||
color: #515253;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user