Browse Source

use zoom-in cursor for images.

Thomas Buck 2 years ago
parent
commit
9621814450
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      static/css/style.css

+ 1
- 0
static/css/style.css View File

@@ -191,6 +191,7 @@ span.font-small {
191 191
 .border:hover .pic {
192 192
     transform: scale(1.1, 1.1);
193 193
     filter: brightness(75%);
194
+    cursor: zoom-in;
194 195
 }
195 196
 
196 197
 /* colors */

Loading…
Cancel
Save