/usr/share/ubiquity/qt/breadcrumb_current.qss is in ubiquity-frontend-kde 18.04.14.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | QFrame[isBreadcrumb=true] {
border-top-width: 10px;
border-bottom-width: 10px;
background-image: none;
border-image: url(/usr/share/ubiquity/qt/images/breadcrumb$direction.png) 10px;
}
.QLabel {
color: #333;
border-image: none;
}
/* vim: set ft=css: */
|