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:
parent
7551ed06cd
commit
7eb2c396e4
@ -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;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user