| OLD | NEW | 
|    1 /* |    1 /* | 
|    2  * This file is part of Adblock Plus <https://adblockplus.org/>, |    2  * This file is part of Adblock Plus <https://adblockplus.org/>, | 
|    3  * Copyright (C) 2006-2016 Eyeo GmbH |    3  * Copyright (C) 2006-2016 Eyeo GmbH | 
|    4  * |    4  * | 
|    5  * Adblock Plus is free software: you can redistribute it and/or modify |    5  * Adblock Plus is free software: you can redistribute it and/or modify | 
|    6  * it under the terms of the GNU General Public License version 3 as |    6  * it under the terms of the GNU General Public License version 3 as | 
|    7  * published by the Free Software Foundation. |    7  * published by the Free Software Foundation. | 
|    8  * |    8  * | 
|    9  * Adblock Plus is distributed in the hope that it will be useful, |    9  * Adblock Plus is distributed in the hope that it will be useful, | 
|   10  * but WITHOUT ANY WARRANTY; without even the implied warranty of |   10  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  150 } |  150 } | 
|  151  |  151  | 
|  152 /* |  152 /* | 
|  153  * Force left-to-right for filter text but not comments |  153  * Force left-to-right for filter text but not comments | 
|  154  */ |  154  */ | 
|  155 treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-invalid), |  155 treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-invalid), | 
|  156 treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-blocking), |  156 treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-blocking), | 
|  157 treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-whitelist), |  157 treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-whitelist), | 
|  158 treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-elemhide), |  158 treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-elemhide), | 
|  159 treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-elemhideexcep
     tion), |  159 treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-elemhideexcep
     tion), | 
|  160 treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-cssproperty) |  160 treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-elemhideemula
     tion) | 
|  161 { |  161 { | 
|  162   direction: ltr; |  162   direction: ltr; | 
|  163   text-align: end; |  163   text-align: end; | 
|  164 } |  164 } | 
|  165  |  165  | 
|  166 treechildren::-moz-tree-cell-text(col-filter, dummy-true) |  166 treechildren::-moz-tree-cell-text(col-filter, dummy-true) | 
|  167 { |  167 { | 
|  168   font-style: italic; |  168   font-style: italic; | 
|  169 } |  169 } | 
|  170  |  170  | 
|  171 treechildren::-moz-tree-cell-text(col-filter, type-whitelist, selected-false), |  171 treechildren::-moz-tree-cell-text(col-filter, type-whitelist, selected-false), | 
|  172 treechildren::-moz-tree-cell-text(col-filter, type-elemhideexception, selected-f
     alse) |  172 treechildren::-moz-tree-cell-text(col-filter, type-elemhideexception, selected-f
     alse) | 
|  173 { |  173 { | 
|  174   color: #008000; |  174   color: #008000; | 
|  175 } |  175 } | 
|  176  |  176  | 
|  177 treechildren::-moz-tree-cell-text(col-filter, type-elemhide, selected-false), |  177 treechildren::-moz-tree-cell-text(col-filter, type-elemhide, selected-false), | 
|  178 treechildren::-moz-tree-cell-text(col-filter, type-cssproperty, selected-false) |  178 treechildren::-moz-tree-cell-text(col-filter, type-elemhideemulation, selected-f
     alse) | 
|  179 { |  179 { | 
|  180   color: #000080; |  180   color: #000080; | 
|  181 } |  181 } | 
|  182  |  182  | 
|  183 treechildren::-moz-tree-cell-text(col-slow) |  183 treechildren::-moz-tree-cell-text(col-slow) | 
|  184 { |  184 { | 
|  185   font-size: 0px; |  185   font-size: 0px; | 
|  186 } |  186 } | 
|  187  |  187  | 
|  188 treechildren::-moz-tree-cell-text(col-filter, disabled-true, selected-false) |  188 treechildren::-moz-tree-cell-text(col-filter, disabled-true, selected-false) | 
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  262 { |  262 { | 
|  263   font-size: 80%; |  263   font-size: 80%; | 
|  264 } |  264 } | 
|  265  |  265  | 
|  266 #findbar:not([data-status="wrappedStart"]) #findbar-status-wrappedStart, |  266 #findbar:not([data-status="wrappedStart"]) #findbar-status-wrappedStart, | 
|  267 #findbar:not([data-status="wrappedEnd"]) #findbar-status-wrappedEnd, |  267 #findbar:not([data-status="wrappedEnd"]) #findbar-status-wrappedEnd, | 
|  268 #findbar:not([data-status="notFound"]) #findbar-status-notFound |  268 #findbar:not([data-status="notFound"]) #findbar-status-notFound | 
|  269 { |  269 { | 
|  270   visibility: hidden; |  270   visibility: hidden; | 
|  271 } |  271 } | 
| OLD | NEW |