comparison client/digitallibrary/jquery/jquery.digilib.css @ 871:e17507559d35 jquery

hide arrows if not needed
author hertzhaft
date Sat, 12 Mar 2011 23:41:40 +0100
parents 7ebdc106a61a
children d46706f0eede
comparison
equal deleted inserted replaced
870:80cc227c1d50 871:e17507559d35
129 div.arrow { 129 div.arrow {
130 position: absolute; 130 position: absolute;
131 text-align: center; 131 text-align: center;
132 background-color: black; 132 background-color: black;
133 opacity: 0.08; 133 opacity: 0.08;
134 display: none;
134 } 135 }
135 136
136 div.arrow:hover { 137 div.arrow:hover {
137 opacity: 0.5; 138 opacity: 0.5;
138 } 139 }