1
0
Fork 0
mirror of synced 2024-06-18 18:44:45 +12:00
Rare/Rare/Styles/RareStyle.qss

61 lines
852 B
Plaintext

QWidget {
background-color: #202225;
color: white;
}
QTabBar::tab {
padding: 5px;
}
QTabBar::tab:hover {
background-color: black;
}
QTabBar::tab:disabled {
color: transparent;
background-color: transparent;
}
QToolButton {
padding: 5px;
}
QPushButton {
border: 2px solid white;
border-radius: 2px;
}
QPushButton::menu-indicator {
subcontrol-position: right center;
subcontrol-origin: padding;
left: -2px;
border-style: none;
}
QPushButton#menu {
padding: 0px;
margin: 0px;
border-style: none;
}
QLineEdit {
border: 1px solid white;
}
QCheckBox::indicator {
border: 1px solid white;
border-radius: 2px;
}
QCheckBox::indicator:checked {
background-color: white;
}
#head_bar{
border-bottom: 2px solid white;
}
#list_widget{
border-top: 2px solid white;
}