Clementine-audio-player-Mac.../data/mainwindow.css

22 lines
350 B
CSS
Raw Normal View History

2009-12-24 20:16:07 +01:00
#playlist {
background-color: white;
background-image: url(:logo.png);
background-attachment: fixed;
background-position: bottom right;
background-repeat: none;
background-clip: content;
}
2010-02-14 18:42:59 +01:00
QToolButton {
border: none;
}
QToolButton::menu-button {
width: 16px;
border: none;
}
QToolButton[popupMode="1"] {
padding-right: 16px;
}