Przeglądaj źródła

Operation cursor now indicates that it can be dragged

n1474335 7 lat temu
rodzic
commit
dcf3152dee
1 zmienionych plików z 3 dodań i 2 usunięć
  1. 3 2
      src/web/stylesheets/components/_operation.css

+ 3 - 2
src/web/stylesheets/components/_operation.css

@@ -19,7 +19,6 @@
 }
 
 #rec-list .operation {
-    cursor: pointer;
     padding: 14px;
 }
 
@@ -88,7 +87,7 @@ div.toggle-string {
 
 .editable-option-menu {
     height: auto;
-    max-height: 300px;
+    max-height: 350px;
     overflow-x: hidden;
 }
 
@@ -108,6 +107,7 @@ div.toggle-string {
     float: right;
     color: #f44336;
     font-size: 18px;
+    cursor: pointer;
 }
 
 .recip-icons {
@@ -122,6 +122,7 @@ div.toggle-string {
     vertical-align: baseline;
     float: right;
     font-size: 18px;
+    cursor: pointer;
 }
 
 .disable-icon {