@@ -24,6 +24,15 @@
}
+/*
+ * GROWI search-top
+ */
+.search-top {
+ .rbt-input.form-control {
+ background-color: rgba($bodycolor, 0.9);
+ }
+}
+
/*
* GROWI page list
*/
@@ -71,7 +71,6 @@
// see: https://github.com/ericgio/react-bootstrap-typeahead
.rbt-input.form-control {
border: none;
- background-color: rgba(255, 255, 255, 0.9);
border-radius: 40px;
border-top-right-radius: 40px;
border-bottom-right-radius: 40px;