Fixed style
This commit is contained in:
@@ -114,26 +114,45 @@ QTableView
|
||||
border-radius: 4px;
|
||||
selection-background-color: #0078d4;
|
||||
selection-color: #ffffff;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
QTableView::item
|
||||
{
|
||||
padding: 0px;
|
||||
border: none;
|
||||
padding: 0px;
|
||||
border: none;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
QTableView::item:focus
|
||||
{
|
||||
outline: 0;
|
||||
background-color: blue;
|
||||
}
|
||||
*/
|
||||
|
||||
QTableView::item:hover
|
||||
{
|
||||
background-color: rgba(255, 255, 255, 0.06);
|
||||
background-color: rgba(255, 255, 255, 0.06);
|
||||
}
|
||||
|
||||
QTableView::item:selected
|
||||
{
|
||||
background-color: green;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
/* === Corner Widget (zwischen Scrollbars) === */
|
||||
QTableView QTableCornerButton::section
|
||||
{
|
||||
background-color: #323232;
|
||||
border: none;
|
||||
border-right: 1px solid #3d3d3d;
|
||||
border-bottom: 1px solid #3d3d3d;
|
||||
}
|
||||
|
||||
|
||||
/* === QScrollBar Vertical === */
|
||||
QScrollBar:vertical
|
||||
{
|
||||
@@ -209,12 +228,3 @@ QToolTip
|
||||
padding: 6px 8px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
/* === Corner Widget (zwischen Scrollbars) === */
|
||||
QTableView QTableCornerButton::section
|
||||
{
|
||||
background-color: #323232;
|
||||
border: none;
|
||||
border-right: 1px solid #3d3d3d;
|
||||
border-bottom: 1px solid #3d3d3d;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user