1
0
Fork 0
mirror of synced 2024-05-18 19:42:54 +12:00
Rare/rare/resources/static_css/stylesheet.qss
loathingKernel 5bf353ec37
Rare: Replace QToolButton with QPushButton
QToolButton is not really designed to be used in the way we did and since
QPushButton supports having a menu attached to, we can replace tool buttons
in most cases.

* Fix the presentation of the TabButtonWidget by updating RareStyle's css

* Reduce the size of the top tab bar to save vertical space.

* Remove infoLabel property
2024-02-21 20:25:03 +02:00

119 lines
2.6 KiB
Plaintext

/* This file is auto-generated from "stylesheet.py". DO NOT EDIT!!! */
QLabel#InfoLabel {
color: #999;
font-style: italic;
font-weight: normal;
}
QPushButton#InstallButton {
border-color: #00b400;
background-color: #007800;
}
QPushButton#InstallButton:hover {
border-color: #008700;
background-color: #005a00;
}
QPushButton#InstallButton:disabled {
border-color: #003c00;
background-color: #002800;
}
QPushButton#UninstallButton {
border-color: #b40000;
background-color: #780000;
}
QPushButton#UninstallButton:hover {
border-color: #870000;
background-color: #5a0000;
}
QPushButton#UninstallButton:disabled {
border-color: #3c0000;
background-color: #280000;
}
QLabel#QueueWorkerLabel {
border-width: 1px;
border-style: solid;
border-radius: 3px;
}
QLabel#QueueWorkerLabel[workerType="Verify"] {
border-color: #6b572c;
background-color: #352c16;
}
QLabel#QueueWorkerLabel[workerType="Move"] {
border-color: #20656c;
background-color: #103236;
}
QLabel#ProgressLabel {
border-width: 1px;
border-radius: 5%;
font-weight: bold;
font-size: 16pt;
}
QLabel#IconWidgetStatusLabel {
font-weight: bold;
color: white;
background-color: rgba(0, 0, 0, 65%);
border-radius: 5%;
border-top-left-radius: 11%;
border-top-right-radius: 11%;
}
QWidget#IconWidgetMiniWidget {
color: rgb(238, 238, 238);
background-color: rgba(0, 0, 0, 65%);
border-radius: 5%;
border-bottom-left-radius: 9%;
border-bottom-right-radius: 9%;
}
QLabel#IconWidgetTitleLabel {
font-weight: bold;
color: white;
background-color: rgba(0, 0, 0, 0%);
}
QLabel#IconWidgetTooltipLabel {
color: white;
background-color: rgba(0, 0, 0, 0%);
}
QPushButton#IconWidgetButton {
border: 1px solid black;
border-radius: 10%;
background-color: rgba(0, 0, 0, 65%);
}
QPushButton#IconWidgetButton:hover {
border-color: gray;
}
QLabel#ListWidgetTitleLabel {
font-weight: bold;
}
QLabel#ListWidgetStatusLabel {
font-weight: bold;
color: white;
background-color: rgba(0, 0, 0, 75%);
border: 1px solid black;
border-radius: 5px;
}
QLabel#ListWidgetTooltipLabel {
color: white;
background-color: rgba(0, 0, 0, 75%);
border: 1px solid black;
border-radius: 5px;
}
QPushButton#ListWidgetButton {
text-align: left;
}
QLabel#ListWidgetInfoLabel {
color: #999;
}
QLabel#WaitingSpinner {
margin-left: auto;
margin-right: auto;
}
QPushButton#SelectViewWidgetButton {
border: none;
background-color: transparent;
}
QPushButton#ButtonLineEditButton {
background-color: transparent;
border: 0px;
padding: 0px;
}