Browse Source

use zoom-in cursor for images.

Thomas Buck 3 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
 .border:hover .pic {
191
 .border:hover .pic {
192
     transform: scale(1.1, 1.1);
192
     transform: scale(1.1, 1.1);
193
     filter: brightness(75%);
193
     filter: brightness(75%);
194
+    cursor: zoom-in;
194
 }
195
 }
195
 
196
 
196
 /* colors */
197
 /* colors */

Loading…
Cancel
Save