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

0001 #navigation-button-back
0002 {
0003     qproperty-themeIcon: "go-next";
0004 }
0005 
0006 #navigation-button-next
0007 {
0008     qproperty-themeIcon: "go-previous";
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     qproperty-fixedsize: 15px 25px;
0022 }
0023 
0024 #tabbar-button-left
0025 {
0026     qproperty-themeIcon: "arrow-right";
0027     qproperty-fallbackIcon: url(images/tab-right-arrow.svg);
0028     qproperty-fixedsize: 15px 25px;
0029 }
0030 
0031 #locationbar
0032 {
0033     background: transparent;
0034     border: 1px solid #b2b2b2;
0035     min-height: 25px;
0036     qproperty-leftMargin: 27;
0037     margin-right: 1px; /* Why ??? */
0038 }
0039 
0040 #tabbar::tab:selected:!first
0041 {
0042     margin-right: -1px;
0043 }
0044 
0045 #tabbar::tab:!selected:!first
0046 {
0047     margin-right: -1px;
0048 }
0049 
0050 #tabbar::tab:!selected:!first:hover
0051 {
0052     margin-right: -1px;
0053 }
0054 
0055 #tabbar::tab:selected:first
0056 {
0057     margin-right: 0;
0058 }
0059 
0060 #tabbar::tab:!selected:first
0061 {
0062     margin-right: 0;
0063 }
0064 
0065 #tabbar::tab:selected:only-one
0066 {
0067     margin-right: 0;
0068 }
0069 
0070 #tabbar::tab:!selected:only-one
0071 {
0072     margin-right: 0;
0073 }
0074 
0075 #tabbar::tab:!selected:hover:only-one
0076 {
0077     margin-right: 0;
0078 }