Ver Fonte

change style position

ryohek há 5 anos atrás
pai
commit
b1e855f9d8

+ 3 - 0
src/client/styles/scss/_search.scss

@@ -121,6 +121,9 @@
         width: 300px;
         width: 300px;
       }
       }
     }
     }
+    .search-typeahead {
+      border-radius: 0 50% 50% 0;
+    }
   }
   }
 }
 }
 
 

+ 0 - 1
src/client/styles/scss/theme/_apply-colors-light.scss

@@ -47,7 +47,6 @@ $table-hover-bg: $bgcolor-table-hover;
   }
   }
   .search-typeahead {
   .search-typeahead {
     background-color: rgba($bgcolor-global, 0.9);
     background-color: rgba($bgcolor-global, 0.9);
-    border-radius: 0 50% 50% 0;
   }
   }
 }
 }