1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-16 07:19:51 +02:00

Fixed: Border hover colors in dark theme

(cherry picked from commit bead56893f080a1ac1df230908314f3ba8e0c6ce)
This commit is contained in:
Stevie Robinson 2023-04-22 02:28:07 +02:00 committed by Qstick
parent 6961633cc9
commit f54a5388a0

View File

@ -94,27 +94,27 @@ module.exports = {
defaultBackgroundColor: '#333', defaultBackgroundColor: '#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',