]> 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 32495d70d5c2c5e9a40c579504e1d89e0af9719f..4bff9d11b44b8d117f4e11720297f6ae9c42360e 100644 (file)
@@ -33,7 +33,7 @@ kbd.osc {
 
 kbd.input {
   background: none;
-  border-radius: unset;
+  border-radius: 0;
 }
 
 kbd.cmd {
@@ -63,7 +63,7 @@ kbd.cmd.win:before {
 kbd.menu,
 kbd.option,
 kbd.optoff {
-  border-radius: unset;
+  border-radius: 0;
   background: rgb(240, 240, 240);
   box-shadow: inset 0 0 1px rgb(255, 255, 255), inset 0 0 .4em rgb(200, 200, 200), 0 .1em 0 rgb(130, 130, 130), 0 .11em 0 rgba(0, 0, 0, .4);
 }
@@ -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 ";}