now fancy is prettier, too
This commit is contained in:
parent
5c40584118
commit
d489f7da8e
@ -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