modified buttons a bit

This commit is contained in:
fourtf
2017-09-15 17:23:49 +02:00
parent 4ac811f2a9
commit 84c23a5d00
15 changed files with 193 additions and 222 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ void ColorScheme::setColors(double hue, double multiplier)
ScrollbarBG = ChatBackground;
ScrollbarThumb = getColor(0, 0.1, 0.85);
ScrollbarThumbSelected = getColor(0, 0.1, 0.7);
ScrollbarArrow = getColor(0, 0.1, 0.4);
ScrollbarArrow = getColor(0, 0.1, 0.9);
// stylesheet
InputStyleSheet = "background:" + ChatInputBackground.name() + ";" +