UI: Remove unused hotkey qss items
This commit is contained in:
parent
988d18c10b
commit
c9b8c227ad
@ -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 {
|
||||
|
@ -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 --- */
|
||||
/******************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user