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

Unified Diff: experimental/webtry/css/webtry.css

Issue 252993003: Add a magnifier lens to the image. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | experimental/webtry/js/run.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/css/webtry.css
diff --git a/experimental/webtry/css/webtry.css b/experimental/webtry/css/webtry.css
index 70a2c5e38e543fb37dcc046bc089a38f432ffee6..9796df759abff48c474783234da9d6b96eee4bce 100644
--- a/experimental/webtry/css/webtry.css
+++ b/experimental/webtry/css/webtry.css
@@ -8,6 +8,19 @@ img {
box-shadow: 2px 2px 5px gray;
}
+.zoom {
+ cursor: crosshair;
+}
+
+.zoomCanvas {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top: 0;
+ left: 0;
+ z-index: -1;
+}
+
h1 {
font-size: 18px;
}
« no previous file with comments | « no previous file | experimental/webtry/js/run.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698