diff --git a/UI/data/themes/Dark.qss b/UI/data/themes/Dark.qss index 890f084dd519cbf44fbbd0ee99240a0c8b364c5b..ae917d8ea53e79fad4dc5bb9fbcbc914f59caebb 100644 --- a/UI/data/themes/Dark.qss +++ b/UI/data/themes/Dark.qss @@ -357,11 +357,6 @@ QLineEdit, QTextEdit, QPlainTextEdit { padding: 2px 2px 3px 7px; } -OBSHotkeyWidget QLineEdit { - margin: 0px 3px 0px 0px; -} - - /* Spinbox and doubleSpinbox */ QSpinBox, QDoubleSpinBox { @@ -459,10 +454,6 @@ QPushButton::menu-indicator { width: 25px; } -QPushButton[themeID="hotkeyButtons"] { - margin: 1px 2px; -} - /* Sliders */ QSlider::groove:horizontal { diff --git a/UI/data/themes/Rachni.qss b/UI/data/themes/Rachni.qss index 6a519b058e4ebcdd5b429c895d266f5a4bc1aabd..ce1f29cfac9563e0a7d7278dccdbdfb9185ed4c5 100644 --- a/UI/data/themes/Rachni.qss +++ b/UI/data/themes/Rachni.qss @@ -999,39 +999,6 @@ QPushButton:hover#moveEffectFilterUp { outline: none; } -/******************************/ -/* --- Hotkey Buttons --- */ -/******************************/ -/* Fix for the hotkey buttons */ -/* looking terrible with my */ -/* color choices. */ -/******************************/ - -QPushButton[themeID="hotkeyButtons"] { - background-color: rgb(58, 64, 69); /* Light Blue-gray */ - color: rgb(239, 240, 241); /* White */ - border-radius: 2px; - border: none; - margin: 4px; - padding-top: 6px; - padding-bottom: 6px; -} - -QPushButton:hover[themeID="hotkeyButtons"] { - background-color: rgba(240, 98, 146, 0.5); /* Pink (Secondary) */ - border: 1px solid rgba(240, 98, 146, 0.5); /* Pink (Secondary) */ -} - -QPushButton:pressed[themeID="hotkeyButtons"] { - background-color: rgb(240, 98, 146); /* Pink (Secondary) */ - border: 1px solid rgb(240, 98, 146); /* Pink (Secondary) */ -} - -QPushButton:disabled[themeID="hotkeyButtons"] { - background-color: rgb(58, 64, 69); /* Light Blue-gray */ - color: rgb(162, 161, 162); /* Lighter Gray */ -} - /******************/ /* --- Labels --- */ /******************/