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;