summaryrefslogtreecommitdiffstats
path: root/res/skins/LateNight/style_classic.qss
diff options
context:
space:
mode:
Diffstat (limited to 'res/skins/LateNight/style_classic.qss')
-rw-r--r--res/skins/LateNight/style_classic.qss39
1 files changed, 19 insertions, 20 deletions
diff --git a/res/skins/LateNight/style_classic.qss b/res/skins/LateNight/style_classic.qss
index 4a3b5b51aa..0d7354b0ba 100644
--- a/res/skins/LateNight/style_classic.qss
+++ b/res/skins/LateNight/style_classic.qss
@@ -2071,6 +2071,14 @@ WTrackTableView::item:selected,
color: #fff;
background-color: #5e4507;
}
+WLibrarySidebar::item:selected:focus {
+ outline: none;
+ border: 0px;
+}
+WLibrarySidebar::item:!selected:focus {
+ outline: none;
+ border: 1px solid white;
+}
/* Use the native focus decoration */
/* This is for all cells including Played and Location */
@@ -2088,9 +2096,6 @@ WTrackTableView {
WLibrarySidebar {
show-decoration-selected: 0;
-}
-WLibrarySidebar,
-WLibrarySidebar::item:focus {
outline: none;
}
@@ -2325,35 +2330,29 @@ WSearchLineEdit {
#WaveformSplitter::handle,
#SidebarCoverSplitter::handle {
- image: url(skin:/classic/style/splitter_handle_horizontal.png); /*
- border-top: 1px solid #000; */
+ image: url(skin:/classic/style/splitter_handle_horizontal.png);
}
#WaveformSplitter::handle:pressed,
- #WaveformSplitter::handle:hover,
- #SidebarCoverSplitter::handle:pressed,
- #SidebarCoverSplitter::handle:hover {
+ #SidebarCoverSplitter::handle:pressed {
image: url(skin:/classic/style/splitter_handle_horizontal_pressed.png);
}
#WaveformSplitter::handle:vertical,
#SidebarCoverSplitter::handle:vertical {
- height: 9px;
-}
+ height: 9px;
+ }
/* LibrarySplitter
(the splitter itself is vertical)
Used to split Library sidebar & Tracks table */
#LibrarySplitter::handle {
- image: url(skin:/classic/style/splitter_handle_vertical.png);
- background-color: #1e1e1e;
-}
-#LibrarySplitter::handle:pressed,
-#LibrarySplitter::handle:hover {
- image: url(skin:/classic/style/splitter_handle_vertical_pressed.png);
-}
-#LibrarySplitter::handle:vertical {
/* 'height' works although it's actually the width of the handle */
height: 6px;
-}
+ image: url(skin:/classic/style/splitter_handle_vertical.png);
+ background-color: #1e1e1e;
+ }
+ #LibrarySplitter::handle:pressed {
+ image: url(skin:/classic/style/splitter_handle_vertical_pressed.png);
+ }
/************ splitters ***********************/
@@ -2370,7 +2369,7 @@ WLibrary QRadioButton::indicator:unchecked {
/* closed */
WLibrarySidebar::branch:closed:has-children:!has-siblings:!selected,
WLibrarySidebar::branch:closed:has-children:has-siblings:!selected {
-/* Suppresses that selected sidebar items branch indicator shows wrong color when out of focus ; lp:880588 */
+/* Suppresses that selected sidebar items branch indicator shows wrong color when out of focus ; #6040 */
border-image: none;
image: url(skin:/classic/style/library_branch_closed.svg);
}