提交 c9b8c227 编写于 作者: C Clayton Groeneveld

UI: Remove unused hotkey qss items

上级 988d18c1
...@@ -357,11 +357,6 @@ QLineEdit, QTextEdit, QPlainTextEdit { ...@@ -357,11 +357,6 @@ QLineEdit, QTextEdit, QPlainTextEdit {
padding: 2px 2px 3px 7px; padding: 2px 2px 3px 7px;
} }
OBSHotkeyWidget QLineEdit {
margin: 0px 3px 0px 0px;
}
/* Spinbox and doubleSpinbox */ /* Spinbox and doubleSpinbox */
QSpinBox, QDoubleSpinBox { QSpinBox, QDoubleSpinBox {
...@@ -459,10 +454,6 @@ QPushButton::menu-indicator { ...@@ -459,10 +454,6 @@ QPushButton::menu-indicator {
width: 25px; width: 25px;
} }
QPushButton[themeID="hotkeyButtons"] {
margin: 1px 2px;
}
/* Sliders */ /* Sliders */
QSlider::groove:horizontal { QSlider::groove:horizontal {
......
...@@ -999,39 +999,6 @@ QPushButton:hover#moveEffectFilterUp { ...@@ -999,39 +999,6 @@ QPushButton:hover#moveEffectFilterUp {
outline: none; 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 --- */ /* --- Labels --- */
/******************/ /******************/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册