Browse Source

added !important

Gildas 5 years ago
parent
commit
e6feb02b79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extension/ui/pages/editor-frame-web.css

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

@@ -55,7 +55,7 @@ single-file-note {
 
 .single-file-hover {
     outline: 4px dotted red !important;
-    cursor: crosshair;
+    cursor: crosshair !important;
 }
 
 .single-file-container-hover {