1
0
Fork 0
mirror of synced 2024-06-10 06:34:41 +12:00
Rare/Rare/Styles/RareStyle.qss
2021-02-26 19:28:54 +01:00

86 lines
1.2 KiB
Plaintext

QWidget {
background-color: #202225;
color: white;
}
QLabel {
background-color: transparent;
}
QTabBar::tab#main_tab_bar {
border: none;
padding: 5px;
}
QTabBar::tab:hover#main_tab_bar {
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;
}
QPushButton:hover#installed_menu_button {
background-color: green;
}
QTabBar::tab#settings_bar {
border-radius: 0;
}
QTabBar::tab:hover#settings_bar {
border-left: 2px solid white;
}
QTabBar::tab::selected#settings_bar {
background-color: darkslategrey;
}