X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=0802831ecd928d12b7f472a96184454a0494d270;hb=3e47fa4419f952f1e8155e4fff892f24262e78a3;hp=5843440cd725b28196fbff770b83e173be20fe97;hpb=2afd89172e6507e446f173bb4807d82207e86a5e;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index 5843440..0802831 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -606,3 +606,7 @@ samp:after { .alternate tr{ background: #b8d1f3; } .alternate tr:nth-child(odd){ background: #b8d1f3; } .alternate tr:nth-child(even){ background: #dae5f4; } + +.container { position:relative; border: none;} +.hoverimg { position: absolute; border: none; } +.hoverimg:hover{ z-index:100; box-shadow: 0 0 5px 5px lightgreen; }