]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/styles.scss
Added uploaded to book/page filters & search in image manager
[bookstack] / resources / assets / sass / styles.scss
index 7c78212425ae69b764a8981373c3f5324da5eea0..d8453b9ed35780ae16e08f8c93106ec780875cdd 100644 (file)
@@ -176,4 +176,29 @@ $btt-size: 40px;
     position: relative;
     top: -5px;
   }
+}
+
+.contained-search-box {
+  display: flex;
+  input, button {
+    border-radius: 0;
+    border: 1px solid #DDD;
+    margin-left: -1px;
+  }
+  input {
+    flex: 5;
+    &:focus, &:active {
+      outline: 0;
+    }
+  }
+  button {
+    width: 60px;
+  }
+  button i {
+    padding: 0;
+  }
+  button.cancel.active {
+    background-color: $negative;
+    color: #EEE;
+  }
 }
\ No newline at end of file