about summary refs log tree commit diff
path: root/gn2/wqflask/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'gn2/wqflask/templates/base.html')
-rw-r--r--gn2/wqflask/templates/base.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/gn2/wqflask/templates/base.html b/gn2/wqflask/templates/base.html
index b00caedd..454139df 100644
--- a/gn2/wqflask/templates/base.html
+++ b/gn2/wqflask/templates/base.html
@@ -33,32 +33,6 @@
          table.dataTable thead .sorting_desc {
              background-image: url({{ url_for("js", filename="DataTables/images/sort_desc_disabled.png") }});
          }
-         .global_search_input{
-             padding:9px 8px;
-             text-decoration: none;
-             border: none;
-
-             border-radius: 5px;
-         }
-         .global_search_input:focus{
-             outline: none;
-         }
-         .btn-stc {
-             padding:9px 8px;
-	     border-left:none;
-	     border-radius:0 40px 40px 0;
-	     cursor: pointer;
-	     height: 40px;
-             width: 64px;
-             margin:0;
-             border:1px solid #d3d3d3;
-             background-color: white;
-             position: absolute;
-             top:0;
-             left: 100%;
-             right: 0;
-             border-left: none;
-         }
 	</style>
     </head>
     <body style="width: 100%">