| OLD | NEW |
| 1 body { | 1 body { |
| 2 cursor: default; | 2 cursor: default; |
| 3 font-size: 13px; | 3 font-size: 13px; |
| 4 } | 4 } |
| 5 | 5 |
| 6 a:link { | 6 a:link { |
| 7 color: rgb(63, 110, 194); | 7 color: rgb(63, 110, 194); |
| 8 } | 8 } |
| 9 | 9 |
| 10 a:active { | 10 a:active { |
| (...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 755 | 755 |
| 756 list.autocomplete-suggestions > div { | 756 list.autocomplete-suggestions > div { |
| 757 height: auto; | 757 height: auto; |
| 758 } | 758 } |
| 759 | 759 |
| 760 list.autocomplete-suggestions:not([hasElementFocus]) > [selected], | 760 list.autocomplete-suggestions:not([hasElementFocus]) > [selected], |
| 761 list.autocomplete-suggestions:not([hasElementFocus]) > [lead][selected] { | 761 list.autocomplete-suggestions:not([hasElementFocus]) > [lead][selected] { |
| 762 background-color: #bbcee9; | 762 background-color: #bbcee9; |
| 763 } | 763 } |
| 764 | 764 |
| 765 html:not([hasFlashPlugin]) .flash-plugin-area { | 765 html:not([hasFlashPlugin]) .flash-plugin-area, |
| 766 /* If the Flash plug-in supports the NPP_ClearSiteData API, we don't need to |
| 767 * show the link to the Flash storage settings manager: |
| 768 */ |
| 769 html[flashPluginSupportsClearSiteData] .flash-plugin-area, |
| 770 html:not([flashPluginSupportsClearSiteData]) .clear-plugin-lso-data-enabled, |
| 771 html[flashPluginSupportsClearSiteData] .clear-plugin-lso-data-disabled { |
| 766 display: none; | 772 display: none; |
| 767 } | 773 } |
| OLD | NEW |