Browse Source

Merge pull request #2307 from weseek/imprv/search-input-dot-delete

change the position to apply background-color
Yuki Takei 5 years ago
parent
commit
a2da25e011

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

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

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

@@ -48,6 +48,9 @@ $table-hover-bg: $bgcolor-table-hover;
   .rbt-input.form-control {
     background-color: rgba($bgcolor-global, 0.9);
   }
+  .search-typeahead {
+    background-color: rgba($bgcolor-global, 0.9);
+  }
 }
 
 /*