rssguard/resources/skins/vergilius/theme.css

13 lines
238 B
CSS
Raw Normal View History

2017-01-12 07:52:43 +01:00
/* This is Qt CSS theme file for the overall GUI of the application. */
2017-10-25 11:23:49 +02:00
QTextEdit {
selection-background-color: #4861f0;
2017-10-25 11:23:49 +02:00
}
2017-01-12 07:52:43 +01:00
QStatusBar::item {
border: none;
}
QSplitter::handle {
background: rgba(117, 117, 117, 0.5);
2017-01-12 07:52:43 +01:00
}