Fixed style

This commit is contained in:
2026-01-20 23:02:00 +01:00
parent 4f44c588fa
commit 07c235afa2
6 changed files with 235 additions and 214 deletions

View File

@@ -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;
}