From d3459162417447e92444fac50d62e246aba78ef4 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Tue, 14 Jul 2020 01:20:53 +0200 Subject: [PATCH] Qt: Fix Skyline's QSpinBox and QDoubleSpinBox buttons --- bin/GuiConfigs/Skyline (Nightfall).qss | 4 ---- bin/GuiConfigs/Skyline.qss | 4 ---- 2 files changed, 8 deletions(-) diff --git a/bin/GuiConfigs/Skyline (Nightfall).qss b/bin/GuiConfigs/Skyline (Nightfall).qss index a5fe967277..7955cd3522 100644 --- a/bin/GuiConfigs/Skyline (Nightfall).qss +++ b/bin/GuiConfigs/Skyline (Nightfall).qss @@ -460,10 +460,6 @@ QSpinBox:hover, QDoubleSpinBox:hover { color: #FFFFFF; } -QSpinBox::up-button, QSpinBox::down-button, QDoubleSpinBox::up-button, QDoubleSpinBox::down-button { - background: transparent; -} - QSpinBox:disabled, QDoubleSpinBox:disabled { color: #455971; background: #26293b; diff --git a/bin/GuiConfigs/Skyline.qss b/bin/GuiConfigs/Skyline.qss index 4efcd51433..669f042ec6 100644 --- a/bin/GuiConfigs/Skyline.qss +++ b/bin/GuiConfigs/Skyline.qss @@ -482,10 +482,6 @@ QSpinBox:hover, QDoubleSpinBox:hover { color: #455971; } -QSpinBox::up-button, QSpinBox::down-button, QDoubleSpinBox::up-button, QDoubleSpinBox::down-button { - background: transparent; -} - QSpinBox:disabled, QDoubleSpinBox:disabled { background-color: #b3b3b3; color: #455971;