~lxqt/lxqt/lxqt-common

« back to all changes in this revision

Viewing changes to themes/ambiance/lxqt-panel.qss

  • Committer: Jörn Schönyan
  • Date: 2016-10-20 07:18:18 UTC
  • Revision ID: joern.schoenyan@web.de-20161020071818-papbpqe2c2dld2fb
v0.11.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
    background:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140);
202
202
}
203
203
 
 
204
#MainMenu ActionView {
 
205
    background-color: #3c3b37;
 
206
    border: none;
 
207
    color: #f2f1f0;
 
208
}
 
209
 
 
210
#MainMenu ActionView::item {
 
211
    padding: 2px 0;
 
212
}
 
213
 
 
214
#MainMenu QLineEdit {
 
215
    background: #3c3b37;
 
216
    border: none;
 
217
    color: #f2f1f0;
 
218
    margin-bottom: 1px;
 
219
    padding: 6px;
 
220
}
 
221
 
 
222
#MainMenu QScrollBar::handle {
 
223
    background-color: palette(highlighted-text);
 
224
    color: palette(highlighted-text);
 
225
}
 
226
 
204
227
/*
205
228
 * QuickLaunch
206
229
 */
330
353
 
331
354
 
332
355
/*
333
 
 * Screensaver
334
 
 */
335
 
#PanelScreenSaver {
336
 
    border:none;
337
 
    padding: 1px;
338
 
    margin: 2px;
339
 
}
340
 
 
341
 
#PanelScreenSaver:pressed {
342
 
    padding: 4px;
343
 
}
344
 
 
345
 
/*
346
356
 * ShowDesktop
347
357
 */
348
358