/usr/share/qupzilla/themes/breathe/rtl.css is in qupzilla 1.8.9~dfsg1-3.
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 14 15 16 17 18 19 | #navigation-button-next
{
qproperty-icon: url(images/go-previous.png);
}
#navigation-button-back
{
qproperty-icon: url(images/go-next.png);
}
#tabbar-button-right
{
qproperty-icon: url(images/tab-left-arrow.png);
}
#tabbar-button-left
{
qproperty-icon: url(images/tab-right-arrow.png);
}
|