summaryrefslogtreecommitdiff
path: root/Kogaion-bright/lxqt-panel.qss
diff options
context:
space:
mode:
Diffstat (limited to 'Kogaion-bright/lxqt-panel.qss')
-rw-r--r--Kogaion-bright/lxqt-panel.qss39
1 files changed, 24 insertions, 15 deletions
diff --git a/Kogaion-bright/lxqt-panel.qss b/Kogaion-bright/lxqt-panel.qss
index 3814bb7..21c81c7 100644
--- a/Kogaion-bright/lxqt-panel.qss
+++ b/Kogaion-bright/lxqt-panel.qss
@@ -39,7 +39,7 @@ Plugin > QToolButton,
Plugin > QWidget > QToolButton,
Plugin > QWidget > QToolButton > QWidget > QToolButton,
LXQtPanelPlugin > QToolButton {
- margin: 2px;
+ margin: 1px;
border: 0px solid transparent;
outline: none;
qproperty-iconSize: 24px;
@@ -55,7 +55,7 @@ LXQtPanelPlugin > QToolButton:hover {
Plugin > QToolButton:pressed,
Plugin > QWidget > QToolButton:pressed,
LXQtPanelPlugin > QToolButton:pressed {
- padding: 4px;
+ padding: 2px;
}
/*
@@ -204,7 +204,7 @@ QCalendarWidget QSpinBox {
#QuickLaunch QToolButton{
border: 0px;
- margin: 2px;
+ margin: 1px;
padding: 2px;
}
@@ -221,7 +221,7 @@ QCalendarWidget QSpinBox {
*/
#TaskBar QToolButton{
border-bottom: 1px solid #6e6e6e;
- margin: 2px;
+ margin: 1px;
padding: 2px;
}
@@ -266,7 +266,7 @@ TrayIcon {
*/
#LXQtMountPlugin QToolButton{
border: 0px;
- margin: 2px;
+ margin: 1px;
padding: 2px;
}
@@ -314,7 +314,7 @@ TrayIcon {
*/
#VolumePlugin QToolButton{
border: 0px;
- margin: 2px;
+ margin: 1px;
padding: 2px;
}
@@ -333,9 +333,11 @@ VolumePopup {
padding: 2px;
}
-VolumePopup > QPushButton:flat {
+VolumePopup > QPushButton {
color: #555555;
- background: #dedede;
+ background: #f0f0f0;
+ border: 1px solid #b4b4b4;
+ border-radius: 0px;
padding: 2px 10px;
margin: 3px;
qproperty-iconSize: 24px;
@@ -343,6 +345,12 @@ VolumePopup > QPushButton:flat {
VolumePopup > QPushButton:hover {
border: 1px solid #157dec;
+ background: #96c7fb;
+}
+
+VolumePopup > QPushButton:pressed {
+ border: 1px solid #838b94;
+ background: #adc2d8;
}
VolumePopup > QSlider::groove:vertical {
@@ -372,7 +380,7 @@ border-radius: 0px;
* Clock
*/
#Clock{
- margin: 0px;
+ margin: 1px;
padding: 2px;
}
@@ -399,7 +407,7 @@ border-radius: 0px;
*/
#ShowDesktop {
border: 0px;
- margin: 2px;
+ margin: 1px;
padding: 2px;
}
@@ -415,20 +423,21 @@ border-radius: 0px;
* Desktopswitch
*/
#DesktopSwitch QToolButton {
- margin: 2px;
+ margin: 1px;
color: #555555;
- border-bottom: 3px solid #6e6e6e;
+ border-bottom: 1px solid #6e6e6e;
background: #dedede;
+ padding: 2px;
}
#DesktopSwitch QToolButton:on {
background: #cccccc;
- border-bottom: 3px solid #157DEC;
+ border-bottom: 1px solid #157DEC;
}
#DesktopSwitch QToolButton:hover {
border: 1px solid #157dec;
- border-bottom: 3px solid #157DEC;
+ border-bottom: 1px solid #157DEC;
}
#DesktopSwitch QToolButton:pressed {
@@ -445,7 +454,7 @@ border-radius: 0px;
*/
#PanelScreenSaver {
border: 0px;
- margin: 2px;
+ margin: 1px;
padding: 2px;
}