Browse Source

correctifs ui

idleman 4 years ago
parent
commit
41e7c08345
2 changed files with 56 additions and 1 deletions
  1. 55 0
      plugin/customiser/theme/hackpoint/main.css
  2. 1 1
      plugin/hackpoint/js/main.js

+ 55 - 0
plugin/customiser/theme/hackpoint/main.css

@@ -348,4 +348,59 @@ div[data-type="dropzone"] > ul > li {
    
     border-right: 1px solid #333a42;
    
+}
+
+.filter-box .advanced-search{
+    border:0px;
+    background: #343940;
+}
+
+.form-control:disabled, .form-control[readonly] {
+    background-color: #343940;
+    opacity: 1;
+}
+.text-primary {
+    color: #527fbf!important;
+}
+.text-danger {
+    color: #ff314f!important;
+}
+
+.document-container .tree-panel{
+
+    color: #687d92!important;
+    background-color: #252a31!important;
+    border-right: 1px solid #292d33!important;
+
+}
+
+.detail-panel .detail-thumbnail .thumbnail-preloader,.detail-panel .detail-thumbnail{
+    background-color:  #252a31!important;
+}
+.document-container .detail-panel{
+     border-right: 1px solid #292d33!important;
+}
+.file-module{
+        border-top: 1px solid #292d33!important;
+}
+.document-container .file-panel{
+    border-right: 1px solid #292d33!important;
+}
+.file-module > table tbody tr {
+    border-bottom: 1px solid #292d33!important;
+       color: #7c95af!important;
+}
+.document-container .file-elements-list tbody tr:hover {
+    background-color: #252a31!important;
+}
+.file-module > table thead th:hover {
+    background-color: #252a31!important;
+}
+.file-module > table thead tr {
+    border-bottom: 1px solid #252a31!important;
+}
+.detail-panel h1 {
+
+    color: #6989a9!important;
+
 }

+ 1 - 1
plugin/hackpoint/js/main.js

@@ -97,7 +97,7 @@ modalize : function(options){
 //Récuperation d'une liste de sketch dans le tableau #sketchs
 function hackpoint_sketch_search(callback){
 	
-		
+	$('.no-sketch').addClass('hidden');
 	$('#sketchs').fill({
 		action:'hackpoint_sketch_search',
 		filters : $('#filters').filters(),