nitweb/angular: filter entity lists
[nit.git] / share / nitweb / stylesheets / nitweb.css
index ccecb1b..eca9c48 100644 (file)
@@ -75,6 +75,16 @@ a {
        border-top: none;
 }
 
+/* ui */
+
+entity-list .btn-filter {
+       visibility: hidden;
+}
+
+entity-list:hover .btn-filter {
+       visibility: visible;
+}
+
 /* doc */
 
 .nitdoc .synopsys {
@@ -112,6 +122,29 @@ a {
     background-color: #ff9c0f;
 }
 
+/* forms */
+
+.has-icon {
+    position: relative;
+}
+
+.has-icon .form-control {
+       padding-left: 35px;
+}
+
+.form-control-icon {
+    position: absolute;
+    top: 0;
+    left: 0;
+    z-index: 2;
+    display: block;
+    width: 34px;
+    height: 34px;
+    line-height: 34px;
+    text-align: center;
+    pointer-events: none;
+}
+
 /*
  * Code Highlighting
  */