Compare commits
2 Commits
5c40584118
...
7e5b6bd943
Author | SHA1 | Date | |
---|---|---|---|
7e5b6bd943 | |||
d489f7da8e |
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
lubuntu-artwork (25.04.3) plucky; urgency=medium
|
||||||
|
|
||||||
|
* Improved theming for favorites area on Fancy Menu.
|
||||||
|
|
||||||
|
-- Walter Lapchynski <wxl@ubuntu.com> Fri, 14 Feb 2025 07:38:38 +0000
|
||||||
|
|
||||||
lubuntu-artwork (25.04.2) plucky; urgency=medium
|
lubuntu-artwork (25.04.2) plucky; urgency=medium
|
||||||
|
|
||||||
* Added theming for Fancy Menu.
|
* Added theming for Fancy Menu.
|
||||||
|
@ -538,6 +538,7 @@ TrayIcon {
|
|||||||
color: #D2D8E0;
|
color: #D2D8E0;
|
||||||
background-color: #2d313c;
|
background-color: #2d313c;
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
|
padding-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#FancyMenu QListView::item::selected {
|
#FancyMenu QListView::item::selected {
|
||||||
@ -548,6 +549,8 @@ TrayIcon {
|
|||||||
#FancyMenu #AppView::item {
|
#FancyMenu #AppView::item {
|
||||||
color: #D2D8E0;
|
color: #D2D8E0;
|
||||||
background: rgb(64, 69, 82);
|
background: rgb(64, 69, 82);
|
||||||
|
padding-left: 2px;
|
||||||
|
padding-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#FancyMenu #AppView::item::selected {
|
#FancyMenu #AppView::item::selected {
|
||||||
@ -585,6 +588,10 @@ LXQtFancyMenuWindow {
|
|||||||
color: #D2D8E0;
|
color: #D2D8E0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#FancyMenu QLabel {
|
||||||
|
color: #D2D8E0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#FancyMenu QLineEdit {
|
#FancyMenu QLineEdit {
|
||||||
background: rgb(64, 69, 82);
|
background: rgb(64, 69, 82);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user