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

Unified Diff: ui/accessibility/extensions/colorenhancer/res/cvd.css

Issue 984833004: Add color enhancer as a chromium accessibility extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More docs. Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: ui/accessibility/extensions/colorenhancer/res/cvd.css
diff --git a/ui/webui/resources/cr_elements/cr_collapse/cr_collapse.css b/ui/accessibility/extensions/colorenhancer/res/cvd.css
similarity index 60%
copy from ui/webui/resources/cr_elements/cr_collapse/cr_collapse.css
copy to ui/accessibility/extensions/colorenhancer/res/cvd.css
index 2585b3faf0ecda54cec882da4049426665ac8122..5856e02ce316ffed98b6121eea58c26cac8a922d 100644
--- a/ui/webui/resources/cr_elements/cr_collapse/cr_collapse.css
+++ b/ui/accessibility/extensions/colorenhancer/res/cvd.css
@@ -2,10 +2,10 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-:host {
- display: block;
+html.filter0 {
+ -webkit-filter: url('#cvd_extension_0');
}
-:host(.cr-collapse-closed) {
- display: none;
+html.filter1 {
+ -webkit-filter: url('#cvd_extension_1');
}
« no previous file with comments | « ui/accessibility/extensions/colorenhancer/manifest.json ('k') | ui/accessibility/extensions/colorenhancer/res/cvd-128.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698