Procházet zdrojové kódy

added cursour cross-hair when removing outer elements

Gildas před 5 roky
rodič
revize
a2be66a711
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      extension/ui/pages/editor-frame-web.css

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

@@ -68,7 +68,7 @@ single-file-note {
     outline-color: green !important;
 }
 
-.single-file-cut-hover, .single-file-remove-highlights-mode .single-file-highlight:hover {
+.single-file-cut-hover, .single-file-cut-outer-hover, .single-file-remove-highlights-mode .single-file-highlight:hover {
     cursor: crosshair !important;
 }