change edit button to move icon
[newtab.git] / src / style.css
index c29e55dfbb9500128b414a1b349152d1cf03bbd3..fb58bec730a7804492bc41d9e9e87faeff60b24d 100644 (file)
@@ -1,4 +1,4 @@
-:root {
+html {
   --hover-bg: #434c5e;
   --hover-grn: #a3be8c;
   --hover-bg-2: #848ead;
@@ -66,7 +66,7 @@ input.colname {
   height: 19px;
   margin: 14px 0 6px 0;
   border: 2px var(--hover-bg) dashed;
-  background-color: var(inherit);
+  background-color: var(--default-bg);
   color: inherit;
   font-family: inherit;
 }
@@ -203,10 +203,6 @@ li.sortable-chosen.sortable-ghost {
   background-color: var(--hover-bg-2);
 }
 
-.over {
- /* border: 2px dashed var(--default-fg);*/
-}
-
 span.grip {
   content: '....';
   position: relative;
@@ -230,11 +226,6 @@ span.grip::after {
   content: '.. .. .. ..';
 }
 
-.glyphicon-move {
-  cursor: move;
-  cursor: -webkit-grabbing;
-}
-
 .title {
   margin-bottom: 0.5rem;
   font-weight: bold;