From cb2a5fde2bf20d4ceb3bf3db1e8464815040268f Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 5 Nov 2022 04:22:15 +0200 Subject: [PATCH 29/29] Qt: Fix classic theme syntax See osdn #44857 Signed-off-by: Marko Lindqvist --- data/themes/gui-qt/Classic/resource.qss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/data/themes/gui-qt/Classic/resource.qss b/data/themes/gui-qt/Classic/resource.qss index eb253adb2d..953902e210 100644 --- a/data/themes/gui-qt/Classic/resource.qss +++ b/data/themes/gui-qt/Classic/resource.qss @@ -99,7 +99,7 @@ QLineEdit { background-color: #e7ddba; border: 1px solid #c3b48e; border-radius: 2px; - color: black;5; + color: black; } QTabWidget { @@ -570,10 +570,6 @@ QFontListView { background-color: #e7ddba; } -fc_game_tab_widget { - background-image:url(LittleFingerpattern-game.jpg); -} - info_tab { background-color: rgba(30,20,10,175); border: 1px solid #685f47; -- 2.35.1