Sfoglia il codice sorgente

make notes more opaque when moving them

Gildas 5 anni fa
parent
commit
368ee5af86
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      extension/ui/pages/editor-note-web.css

+ 1 - 1
extension/ui/pages/editor-note-web.css

@@ -99,7 +99,7 @@
 }
 
 .note-moving {
-    opacity: .5;
+    opacity: .75;
 }
 
 .note-moving * {