14 lines
317 B
Plaintext
14 lines
317 B
Plaintext
# fixes Okular issues with wrong colors and icons
|
|
QTabBar::tab:selected {
|
|
color: palette(bright-text);
|
|
}
|
|
QScrollBar {
|
|
background: palette(dark);
|
|
}
|
|
QScrollBar::handle {
|
|
background: palette(highlight);
|
|
border-radius: 4px;
|
|
}
|
|
QScrollBar::add-line, QScrollBar::sub-line {
|
|
background: palette(window);
|
|
} |