mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: (UI) Typo in hover border colors
This commit is contained in:
@@ -76,27 +76,27 @@ module.exports = {
|
|||||||
defaultButtonBackgroundColor: '#333',
|
defaultButtonBackgroundColor: '#333',
|
||||||
defaultBorderColor: '#eaeaea',
|
defaultBorderColor: '#eaeaea',
|
||||||
defaultHoverBackgroundColor: '#444',
|
defaultHoverBackgroundColor: '#444',
|
||||||
defaultHoverBorderColor: '#d6d6d6;',
|
defaultHoverBorderColor: '#d6d6d6',
|
||||||
|
|
||||||
primaryBackgroundColor: '#5d9cec',
|
primaryBackgroundColor: '#5d9cec',
|
||||||
primaryBorderColor: '#5899eb',
|
primaryBorderColor: '#5899eb',
|
||||||
primaryHoverBackgroundColor: '#4b91ea',
|
primaryHoverBackgroundColor: '#4b91ea',
|
||||||
primaryHoverBorderColor: '#3483e7;',
|
primaryHoverBorderColor: '#3483e7',
|
||||||
|
|
||||||
successBackgroundColor: '#27c24c',
|
successBackgroundColor: '#27c24c',
|
||||||
successBorderColor: '#26be4a',
|
successBorderColor: '#26be4a',
|
||||||
successHoverBackgroundColor: '#24b145',
|
successHoverBackgroundColor: '#24b145',
|
||||||
successHoverBorderColor: '#1f9c3d;',
|
successHoverBorderColor: '#1f9c3d',
|
||||||
|
|
||||||
warningBackgroundColor: '#ff902b',
|
warningBackgroundColor: '#ff902b',
|
||||||
warningBorderColor: '#ff8d26',
|
warningBorderColor: '#ff8d26',
|
||||||
warningHoverBackgroundColor: '#ff8517',
|
warningHoverBackgroundColor: '#ff8517',
|
||||||
warningHoverBorderColor: '#fc7800;',
|
warningHoverBorderColor: '#fc7800',
|
||||||
|
|
||||||
dangerBackgroundColor: '#f05050',
|
dangerBackgroundColor: '#f05050',
|
||||||
dangerBorderColor: '#f04b4b',
|
dangerBorderColor: '#f04b4b',
|
||||||
dangerHoverBackgroundColor: '#ee3d3d',
|
dangerHoverBackgroundColor: '#ee3d3d',
|
||||||
dangerHoverBorderColor: '#ec2626;',
|
dangerHoverBorderColor: '#ec2626',
|
||||||
|
|
||||||
iconButtonDisabledColor: '#7a7a7a',
|
iconButtonDisabledColor: '#7a7a7a',
|
||||||
iconButtonHoverColor: '#666',
|
iconButtonHoverColor: '#666',
|
||||||
|
@@ -76,27 +76,27 @@ module.exports = {
|
|||||||
defaultButtonBackgroundColor: '#fff',
|
defaultButtonBackgroundColor: '#fff',
|
||||||
defaultBorderColor: '#eaeaea',
|
defaultBorderColor: '#eaeaea',
|
||||||
defaultHoverBackgroundColor: '#f5f5f5',
|
defaultHoverBackgroundColor: '#f5f5f5',
|
||||||
defaultHoverBorderColor: '#d6d6d6;',
|
defaultHoverBorderColor: '#d6d6d6',
|
||||||
|
|
||||||
primaryBackgroundColor: '#5d9cec',
|
primaryBackgroundColor: '#5d9cec',
|
||||||
primaryBorderColor: '#5899eb',
|
primaryBorderColor: '#5899eb',
|
||||||
primaryHoverBackgroundColor: '#4b91ea',
|
primaryHoverBackgroundColor: '#4b91ea',
|
||||||
primaryHoverBorderColor: '#3483e7;',
|
primaryHoverBorderColor: '#3483e7',
|
||||||
|
|
||||||
successBackgroundColor: '#27c24c',
|
successBackgroundColor: '#27c24c',
|
||||||
successBorderColor: '#26be4a',
|
successBorderColor: '#26be4a',
|
||||||
successHoverBackgroundColor: '#24b145',
|
successHoverBackgroundColor: '#24b145',
|
||||||
successHoverBorderColor: '#1f9c3d;',
|
successHoverBorderColor: '#1f9c3d',
|
||||||
|
|
||||||
warningBackgroundColor: '#ff902b',
|
warningBackgroundColor: '#ff902b',
|
||||||
warningBorderColor: '#ff8d26',
|
warningBorderColor: '#ff8d26',
|
||||||
warningHoverBackgroundColor: '#ff8517',
|
warningHoverBackgroundColor: '#ff8517',
|
||||||
warningHoverBorderColor: '#fc7800;',
|
warningHoverBorderColor: '#fc7800',
|
||||||
|
|
||||||
dangerBackgroundColor: '#f05050',
|
dangerBackgroundColor: '#f05050',
|
||||||
dangerBorderColor: '#f04b4b',
|
dangerBorderColor: '#f04b4b',
|
||||||
dangerHoverBackgroundColor: '#ee3d3d',
|
dangerHoverBackgroundColor: '#ee3d3d',
|
||||||
dangerHoverBorderColor: '#ec2626;',
|
dangerHoverBorderColor: '#ec2626',
|
||||||
|
|
||||||
iconButtonDisabledColor: '#7a7a7a',
|
iconButtonDisabledColor: '#7a7a7a',
|
||||||
iconButtonHoverColor: '#666',
|
iconButtonHoverColor: '#666',
|
||||||
|
Reference in New Issue
Block a user