Warning, /network/falkon/themes/linux/rtl.css is written in an unsupported language. File is not indexed.

0001 #navigation-button-next
0002 {
0003     qproperty-themeIcon: "go-previous";
0004 }
0005 
0006 #navigation-button-back
0007 {
0008     qproperty-themeIcon: "go-next";
0009 }
0010 
0011 #navigation-button-tools
0012 {
0013     qproperty-themeIcon: "arrow-left-double";
0014     qproperty-fallbackIcon: url(images/tools-rtl.svg);
0015 }
0016 
0017 #tabbar-button-right
0018 {
0019     qproperty-themeIcon: "arrow-left";
0020     qproperty-fallbackIcon: url(images/tab-left-arrow.svg);
0021 }
0022 
0023 #tabbar-button-left
0024 {
0025     qproperty-themeIcon: "arrow-right";
0026     qproperty-fallbackIcon: url(images/tab-right-arrow.svg);
0027 }