/usr/share/mixxx/skins/Shade/style.qss is in mixxx-data 2.0.0~dfsg-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | #QToolTip {
background-color: #191919;
color: #CCCCCC;
border: 1px solid #CCCCCC;
}
#Mixxx {
background-color: #191919;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center top;
}
#DecksAndMixer {
border: 10px solid #565E6B;
//margin: 100px 100px 100px 100px;
//padding: 100px 100px 100px 100px;
}
|