1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-18 12:28:31 +01:00

mac css fixes

This commit is contained in:
John Maguire 2010-02-14 17:42:59 +00:00
parent 7551ed06cd
commit 7eb2c396e4

View File

@ -6,3 +6,16 @@
background-repeat: none; background-repeat: none;
background-clip: content; background-clip: content;
} }
QToolButton {
border: none;
}
QToolButton::menu-button {
width: 16px;
border: none;
}
QToolButton[popupMode="1"] {
padding-right: 16px;
}