mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 09:33:52 -07:00
Fixed: Border hover colors in dark theme
(cherry picked from commit bead56893f080a1ac1df230908314f3ba8e0c6ce) Closes #3554
This commit is contained in:
parent
4782922a47
commit
1d09ddf67e
2 changed files with 10 additions and 10 deletions
|
@ -95,27 +95,27 @@ module.exports = {
|
||||||
defaultBackgroundColor: '#333',
|
defaultBackgroundColor: '#333',
|
||||||
defaultBorderColor: '#eaeaea',
|
defaultBorderColor: '#eaeaea',
|
||||||
defaultHoverBackgroundColor: '#444',
|
defaultHoverBackgroundColor: '#444',
|
||||||
defaultHoverBorderColor: '#d6d6d6;',
|
defaultHoverBorderColor: '#d6d6d6',
|
||||||
|
|
||||||
primaryBackgroundColor: '#0b8750',
|
primaryBackgroundColor: '#0b8750',
|
||||||
primaryBorderColor: '#1d563d',
|
primaryBorderColor: '#1d563d',
|
||||||
primaryHoverBackgroundColor: '#097948',
|
primaryHoverBackgroundColor: '#097948',
|
||||||
primaryHoverBorderColor: '#1D563D;',
|
primaryHoverBorderColor: '#1D563D',
|
||||||
|
|
||||||
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',
|
||||||
|
|
|
@ -91,27 +91,27 @@ module.exports = {
|
||||||
defaultBackgroundColor: '#fff',
|
defaultBackgroundColor: '#fff',
|
||||||
defaultBorderColor: '#eaeaea',
|
defaultBorderColor: '#eaeaea',
|
||||||
defaultHoverBackgroundColor: '#f5f5f5',
|
defaultHoverBackgroundColor: '#f5f5f5',
|
||||||
defaultHoverBorderColor: '#d6d6d6;',
|
defaultHoverBorderColor: '#d6d6d6',
|
||||||
|
|
||||||
primaryBackgroundColor: '#0b8750',
|
primaryBackgroundColor: '#0b8750',
|
||||||
primaryBorderColor: '#1d563d',
|
primaryBorderColor: '#1d563d',
|
||||||
primaryHoverBackgroundColor: '#097948',
|
primaryHoverBackgroundColor: '#097948',
|
||||||
primaryHoverBorderColor: '#1D563D;',
|
primaryHoverBorderColor: '#1D563D',
|
||||||
|
|
||||||
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',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue