Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(263)

Side by Side Diff: chrome/browser/resources/options/options_page.css

Issue 6875001: Hide Flash storage settings link. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/content_settings.js ('k') | chrome/browser/resources/options/options_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698