summaryrefslogtreecommitdiffstats
path: root/res/skins/Shade/style.qss
diff options
context:
space:
mode:
Diffstat (limited to 'res/skins/Shade/style.qss')
-rw-r--r--res/skins/Shade/style.qss6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/skins/Shade/style.qss b/res/skins/Shade/style.qss
index 6718007399..601c0e5dc0 100644
--- a/res/skins/Shade/style.qss
+++ b/res/skins/Shade/style.qss
@@ -486,6 +486,12 @@ QTextBrowser {
#LibraryContainer QTableView QCheckBox:focus {
outline: 1px solid #c9c9c9;
}
+/* This uses a custom qproperty to set the focus border
+ for Color and Cover Art cells, 1px solid, sharp corners.
+ See src/library/tableitemdelegate.cpp */
+WTrackTableView {
+ qproperty-focusBorderColor: #c9c9c9;
+}
/* Table cell in edit mode */
WLibrary QLineEdit,