diff --git a/UI/data/themes/Acri.qss b/UI/data/themes/Acri.qss index 54e91b2cc..496c55055 100644 --- a/UI/data/themes/Acri.qss +++ b/UI/data/themes/Acri.qss @@ -379,6 +379,10 @@ QToolButton:pressed { qproperty-icon: url(./Dark/media-pause.svg); } +* [themeID="menuIconSmall"] { + qproperty-icon: url(./Dark/dots-vert.svg); +} + /* Tab Widget */ QTabWidget::pane { /* The tab widget frame */ diff --git a/UI/data/themes/Dark.qss b/UI/data/themes/Dark.qss index fa1e93939..4cf1d96c6 100644 --- a/UI/data/themes/Dark.qss +++ b/UI/data/themes/Dark.qss @@ -287,6 +287,9 @@ QToolButton:pressed { qproperty-icon: url(./Dark/media-pause.svg); } +* [themeID="menuIconSmall"] { + qproperty-icon: url(./Dark/dots-vert.svg); +} /* Tab Widget */ diff --git a/UI/data/themes/Rachni.qss b/UI/data/themes/Rachni.qss index b0f367ae7..a7e4fcdec 100644 --- a/UI/data/themes/Rachni.qss +++ b/UI/data/themes/Rachni.qss @@ -516,6 +516,10 @@ QToolButton:pressed { qproperty-icon: url(./Dark/media-pause.svg); } +* [themeID="menuIconSmall"] { + qproperty-icon: url(./Dark/dots-vert.svg); +} + /***********************/ /* --- Combo boxes --- */ /***********************/ diff --git a/UI/data/themes/System.qss b/UI/data/themes/System.qss index 82dfbc42d..bd4ae72a8 100644 --- a/UI/data/themes/System.qss +++ b/UI/data/themes/System.qss @@ -43,6 +43,10 @@ qproperty-icon: url(:/res/images/media-pause.svg); } +* [themeID="menuIconSmall"] { + qproperty-icon: url(:res/images/dots-vert.svg); +} + MuteCheckBox { outline: none; }