 Issue 29331940:
  Issue 3225 - Make Diagnostics compatible with the upcoming Adblock Plus 2.7 release  (Closed)
    
  
    Issue 29331940:
  Issue 3225 - Make Diagnostics compatible with the upcoming Adblock Plus 2.7 release  (Closed) 
  | Left: | ||
| Right: | 
| OLD | NEW | 
|---|---|
| 1 /* | 1 /* | 
| 2 * This Source Code is subject to the terms of the Mozilla Public License | 2 * This Source Code is subject to the terms of the Mozilla Public License | 
| 3 * version 2.0 (the "License"). You can obtain a copy of the License at | 3 * version 2.0 (the "License"). You can obtain a copy of the License at | 
| 4 * http://mozilla.org/MPL/2.0/. | 4 * http://mozilla.org/MPL/2.0/. | 
| 5 */ | 5 */ | 
| 6 | 6 | 
| 7 treechildren::-moz-tree-cell-text(blocked-true, selected-false) { | 7 treechildren::-moz-tree-cell-text(blocked-true, selected-false) { | 
| 8 color: #C00000; | 8 color: #C00000; | 
| 9 } | 9 } | 
| 10 | 10 | 
| 11 #time { | 11 #time { | 
| 12 text-align: right; | 12 text-align: right; | 
| 13 } | 13 } | 
| 14 | 14 | 
| 15 #tooltip { | 15 #tooltip { | 
| 16 max-width: none; | 16 max-width: none; | 
| 17 } | 17 } | 
| 18 | 18 | 
| 19 #tooltip vbox { | |
| 20 max-width: 500px; | |
| 21 } | |
| 22 | |
| 19 .tooltip-label { | 23 .tooltip-label { | 
| 20 font-weight: bold; | 24 font-weight: bold; | 
| 21 } | 25 } | 
| OLD | NEW |