|
|
@ -21,7 +21,7 @@ Plugin, |
|
|
|
LXQtPanelPlugin { |
|
|
|
padding: 0; |
|
|
|
spacing: 20px; |
|
|
|
qproperty-moveMarkerColor: #C94C21; |
|
|
|
qproperty-moveMarkerColor: #4c7899; |
|
|
|
} |
|
|
|
|
|
|
|
Plugin > QWidget, |
|
|
@ -113,23 +113,24 @@ VolumePopup > QSlider::sub-page:vertical { |
|
|
|
} |
|
|
|
|
|
|
|
#DesktopSwitch QToolButton:on { |
|
|
|
background: #640b0c; |
|
|
|
border: 1px solid #640b0c; |
|
|
|
background: #285577; |
|
|
|
border: 1px solid #4c7899; |
|
|
|
font: bold; |
|
|
|
} |
|
|
|
|
|
|
|
#DesktopSwitch QToolButton:hover:on { |
|
|
|
background: #870e10; |
|
|
|
border: 1px solid #870e10; |
|
|
|
background: #285577; |
|
|
|
border: 1px solid #4c7899; |
|
|
|
} |
|
|
|
|
|
|
|
#DesktopSwitch QToolButton:pressed { |
|
|
|
background: #50080a; |
|
|
|
background: #285577; |
|
|
|
padding: 4px; |
|
|
|
} |
|
|
|
|
|
|
|
#DesktopSwitch QToolButton[urgent="true"] { |
|
|
|
color: white; |
|
|
|
/* background: #285577; */ |
|
|
|
background: #960f11; |
|
|
|
border: 1px solid #d21518; |
|
|
|
} |
|
|
@ -166,7 +167,7 @@ VolumePopup > QSlider::sub-page:vertical { |
|
|
|
} |
|
|
|
|
|
|
|
#TaskBar QToolButton:on{ |
|
|
|
border-top: 3px solid #b31316; |
|
|
|
border-top: 3px solid #4c7899; |
|
|
|
background: rgba(0, 0, 0, 40%); |
|
|
|
} |
|
|
|
|
|
|
@ -198,7 +199,7 @@ VolumePopup > QSlider::sub-page:vertical { |
|
|
|
QCalendarWidget QAbstractItemView:enabled { |
|
|
|
color: white; |
|
|
|
background: black; |
|
|
|
selection-background-color: #640b0c; |
|
|
|
selection-background-color: #285577; |
|
|
|
selection-color: white; |
|
|
|
} |
|
|
|
|
|
|
@ -285,10 +286,10 @@ TrayIcon { |
|
|
|
QMenu { |
|
|
|
margin: 0px; |
|
|
|
padding: 2px; |
|
|
|
border: 1px solid rgba(50, 50, 50, 80%); |
|
|
|
border-bottom-color: rgba(0, 0, 0, 80%); |
|
|
|
border-right-color: rgba(0, 0, 0, 80%); |
|
|
|
background: rgba(0, 0, 0, 80%); |
|
|
|
border: 1px solid rgba(50, 50, 50, 95%); |
|
|
|
border-bottom-color: rgba(0, 0, 0, 95%); |
|
|
|
border-right-color: rgba(0, 0, 0, 95%); |
|
|
|
background: rgba(0, 0, 0, 95%); |
|
|
|
/*qproperty-icon: url(mainmenu.svg);*/ |
|
|
|
color: white; |
|
|
|
} |
|
|
@ -321,11 +322,12 @@ QMenu::item { |
|
|
|
} |
|
|
|
|
|
|
|
QMenu::item:selected { |
|
|
|
border: 10px solid #640b0c; |
|
|
|
/* border: 10px solid #285577; */ |
|
|
|
border: 10px solid rgba(40, 85, 119, 100%); |
|
|
|
border-top-width: 1px; |
|
|
|
border-bottom-width: 1px; |
|
|
|
border-right-width: 5px; |
|
|
|
background: #640b0c; |
|
|
|
background: rgba(40, 85, 119, 100%); |
|
|
|
color: white; |
|
|
|
} |
|
|
|
|
|
|
@ -377,7 +379,7 @@ QMenu::indicator:non-exclusive:checked { |
|
|
|
padding: 3px; |
|
|
|
margin-bottom: 1px; |
|
|
|
color: white; |
|
|
|
selection-background-color: #640b0c; |
|
|
|
selection-background-color: #285577; |
|
|
|
} |
|
|
|
|
|
|
|
#MainMenu ActionView { |
|
|
@ -394,12 +396,12 @@ QMenu::indicator:non-exclusive:checked { |
|
|
|
} |
|
|
|
|
|
|
|
#MainMenu ActionView::item:selected { |
|
|
|
background: #640b0c; |
|
|
|
background: #285577; |
|
|
|
color: white; |
|
|
|
} |
|
|
|
|
|
|
|
#MainMenu ActionView::item:hover { |
|
|
|
background: #500709; |
|
|
|
background: #285577; |
|
|
|
color: white; |
|
|
|
} |
|
|
|
|
|
|
@ -462,7 +464,7 @@ QMenu::indicator:non-exclusive:checked { |
|
|
|
|
|
|
|
#KbIndicator > QLabel:enabled { |
|
|
|
color: white; |
|
|
|
background: #780d0f; |
|
|
|
background: #285577; |
|
|
|
} |
|
|
|
|
|
|
|
/* |
|
|
@ -560,7 +562,7 @@ QMenu::indicator:non-exclusive:checked { |
|
|
|
|
|
|
|
#ColorPickerPlugin QToolButton:pressed { |
|
|
|
padding: 4px; |
|
|
|
background: #780d0f; |
|
|
|
background: #285577; |
|
|
|
} |
|
|
|
|
|
|
|
#ColorPickerPlugin QLineEdit { |
|
|
|