diff --git a/win-linux/res/styles/theme-classic-light.json b/win-linux/res/styles/theme-classic-light.json index 434b4560d..841b2d164 100644 --- a/win-linux/res/styles/theme-classic-light.json +++ b/win-linux/res/styles/theme-classic-light.json @@ -8,7 +8,8 @@ "brand-pdf": "#aa5252", "brand-draw": "#444796", - "window-background": "#f1f1f1", + "window-background1": "#f1f1f1", + "window-background": "#e4e4e4", "window-border": "#888", "text-normal": "#444", @@ -18,7 +19,8 @@ "tool-button-background": "#f1f1f1", "tool-button-hover-background": "#cecece", "tool-button-pressed-background": "#b7b7b7", - "tool-button-active-background": "#fff", + "tool-button-active-background1": "#fff", + "tool-button-active-background": "#f3f3f3", "download-widget-background": "#fff", "download-widget-border": "#d1d1d1", diff --git a/win-linux/res/styles/theme-gray.json b/win-linux/res/styles/theme-gray.json index 8181a059f..405aa4978 100644 --- a/win-linux/res/styles/theme-gray.json +++ b/win-linux/res/styles/theme-gray.json @@ -18,7 +18,8 @@ "tool-button-background": "#d9d9d9", "tool-button-hover-background": "#e6e6e6", "tool-button-pressed-background": "#b7b7b7", - "tool-button-active-background": "#fff", + "tool-button-active-background1": "#fff", + "tool-button-active-background": "#f3f3f3", "download-widget-background": "#fff", "download-widget-border": "#cbcbcb", diff --git a/win-linux/res/styles/theme-light.json b/win-linux/res/styles/theme-light.json index 8f719299e..1d7a23b6e 100644 --- a/win-linux/res/styles/theme-light.json +++ b/win-linux/res/styles/theme-light.json @@ -8,7 +8,8 @@ "brand-pdf": "#aa5252", "brand-draw": "#444796", - "window-background": "#f1f1f1", + "window-background1": "#f1f1f1", + "window-background": "#e4e4e4", "window-border": "#888", "text-normal": "#444", @@ -18,7 +19,8 @@ "tool-button-background": "#f1f1f1", "tool-button-hover-background": "#cecece", "tool-button-pressed-background": "#b7b7b7", - "tool-button-active-background": "#fff", + "tool-button-active-background1": "#fff", + "tool-button-active-background": "#f3f3f3", "download-widget-background": "#fff", "download-widget-border": "#d1d1d1", diff --git a/win-linux/res/styles/theme-white.json b/win-linux/res/styles/theme-white.json index 0a235baa7..80679750c 100644 --- a/win-linux/res/styles/theme-white.json +++ b/win-linux/res/styles/theme-white.json @@ -18,7 +18,8 @@ "tool-button-background": "#eaeaea", "tool-button-hover-background": "#cecece", "tool-button-pressed-background": "#b7b7b7", - "tool-button-active-background": "#fff", + "tool-button-active-background1": "#fff", + "tool-button-active-background": "#f3f3f3", "download-widget-background": "#fff", "download-widget-border": "#d9d9d9",