Changeset View
Changeset View
Standalone View
Standalone View
src/usr/share/lxqt/themes/Lubuntu Arc/lxqt-panel.qss
Show First 20 Lines • Show All 346 Lines • ▼ Show 20 Lines | #MainMenu QLineEdit { | ||||
margin-right: 2px; | margin-right: 2px; | ||||
margin-left: 2px; | margin-left: 2px; | ||||
color: #D2D8E0; | color: #D2D8E0; | ||||
} | } | ||||
#MainMenu ActionView { | #MainMenu ActionView { | ||||
border: none; | border: none; | ||||
background: palette(text); | background: rgb(64, 69, 82); | ||||
color: #D2D8E0; | color: #D2D8E0; | ||||
} | } | ||||
#MainMenu ActionView::item { | #MainMenu ActionView::item { | ||||
border: 0px; | border: 0px; | ||||
padding: 3px 0; | padding: 3px 0; | ||||
} | } | ||||
#MainMenu ActionView::item:selected, ActionView::item:hover { | #MainMenu ActionView::item:selected, ActionView::item:hover { | ||||
border: 1px solid rgb(39, 44, 53); | border: 1px solid rgb(39, 44, 53); | ||||
background: rgb(79, 86, 101); | background: #5294e2; | ||||
color: #D2D8E0; | color: #D2D8E0; | ||||
} | } | ||||
/* | /* | ||||
* Mount plugin | * Mount plugin | ||||
*/ | */ | ||||
#LXQtMountPlugin { | #LXQtMountPlugin { | ||||
margin: 2px; | margin: 2px; | ||||
▲ Show 20 Lines • Show All 153 Lines • Show Last 20 Lines |