95 lines
1.3 KiB
Plaintext
95 lines
1.3 KiB
Plaintext
|
|
QwtPlot {
|
|
background-color: white;
|
|
}
|
|
|
|
QAbstractItemView {
|
|
border: 0px;
|
|
}
|
|
|
|
QPlainTextEdit {
|
|
border: 0px;
|
|
}
|
|
|
|
QTreeView::item:selected:active{
|
|
color: white;
|
|
background: #0078d4;
|
|
}
|
|
|
|
QTreeView::item:selected:!active {
|
|
color: black;
|
|
background: white;
|
|
}
|
|
|
|
QTableView {
|
|
selection-color: white;
|
|
selection-background-color: #0078d4;
|
|
}
|
|
|
|
QTableView QTableCornerButton::section {
|
|
background: #f0f0f0;
|
|
}
|
|
|
|
QHeaderView {
|
|
background-color: white;
|
|
}
|
|
|
|
QHeaderView::section {
|
|
font-weight: normal;
|
|
color: black;
|
|
padding-left: 4px;
|
|
border-bottom: 1px solid #d8d8d8;
|
|
border-left: 0px;
|
|
border-right: 1px solid #d8d8d8;
|
|
border-top: 0px;
|
|
}
|
|
|
|
QHeaderView::section {
|
|
font-weight: normal;
|
|
}
|
|
|
|
|
|
QScrollBar {
|
|
background-color: #f6f5ec;
|
|
padding: 0px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
QScrollBar:vertical {
|
|
width: 6px;
|
|
min-height: 30px;
|
|
}
|
|
|
|
QScrollBar::horizontal {
|
|
height:6px;
|
|
min-width: 30px;
|
|
}
|
|
|
|
QScrollBar::handle {
|
|
border: none;
|
|
border-radius: 3px;
|
|
background-color: #7bbfea;
|
|
}
|
|
|
|
QScrollBar::handle:hover {
|
|
background-color: #2a5caa;
|
|
}
|
|
|
|
QScrollBar::sub-line {
|
|
border: none;
|
|
}
|
|
|
|
QScrollBar::add-line {
|
|
border: none;
|
|
}
|
|
|
|
QScrollBar::add-page {
|
|
background: rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
QScrollBar::sub-page {
|
|
background: rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
|