summaryrefslogtreecommitdiff
path: root/Redcore-bright/lxqt-panel.qss
diff options
context:
space:
mode:
Diffstat (limited to 'Redcore-bright/lxqt-panel.qss')
-rw-r--r--Redcore-bright/lxqt-panel.qss22
1 files changed, 12 insertions, 10 deletions
diff --git a/Redcore-bright/lxqt-panel.qss b/Redcore-bright/lxqt-panel.qss
index 958852c..bb17560 100644
--- a/Redcore-bright/lxqt-panel.qss
+++ b/Redcore-bright/lxqt-panel.qss
@@ -181,7 +181,7 @@ QCalendarWidget QSpinBox {
}
#MainMenu {
- background: #dedede;
+ background: transparent;
qproperty-icon: url(mainmenu.png);
padding: 2px;
color: #555555;
@@ -226,7 +226,7 @@ QCalendarWidget QSpinBox {
}
#TaskBar QToolButton:on{
- background: #cccccc;
+ background: #80cccccc;
border-bottom: 1px solid #520A0A;
}
@@ -426,12 +426,12 @@ border-radius: 0px;
margin: 1px;
color: #555555;
border-bottom: 1px solid #6e6e6e;
- background: #dedede;
+ background: transparent;
padding: 2px;
}
#DesktopSwitch QToolButton:on {
- background: #cccccc;
+ background: transparent;
border-bottom: 1px solid #520A0A;
}
@@ -487,7 +487,8 @@ border-radius: 0px;
*/
#WorldClock {
- margin: 2px;
+ margin: 1px;
+ padding: 2px;
}
#WorldClock:hover {
@@ -495,7 +496,8 @@ border-radius: 0px;
}
#WorldClock QLabel {
- margin: 2px;
+ margin-left: 6px;
+ margin-right: 6px;
color: #555555;
}
@@ -570,12 +572,12 @@ border-radius: 0px;
#Spacer[orientation="horizontal"] {
background-repeat: repeat-y;
- margin-top: 2px;
- margin-bottom: 2px;
+ margin-top: 0px;
+ margin-bottom: 0px;
}
#Spacer[orientation="vertical"] {
background-repeat: repeat-x;
- margin-right: 2px;
- margin-left: 2px;
+ margin-right: 0px;
+ margin-left: 0px;
}