]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/common.css
Update to the Interface Overview page : added the Cue Grid, and updated all visuals...
[ardour-manual] / source / css / common.css
index 2900e043692fea6a36ee3cd3472838b4e79bca5c..4bff9d11b44b8d117f4e11720297f6ae9c42360e 100644 (file)
@@ -151,6 +151,11 @@ code {
   display: none;
 }
 
+.imagemap {position: relative;}
+.imagemap img {display: block;}
+.imagemap .area {display: block; position: absolute; transition: box-shadow 0.15s ease-in-out;}
+.imagemap .area:hover {box-shadow: 0px 0px 1vw white;}
+
 /* Keyboard modifiers */
 .mod1:before {        content: "Ctrl ";}
 .mod2:before {        content: "Alt ";}