diff --git a/sde_indexing_helper/static/css/candidate_url_list.css b/sde_indexing_helper/static/css/candidate_url_list.css index 29d71a6c..a7101f7c 100644 --- a/sde_indexing_helper/static/css/candidate_url_list.css +++ b/sde_indexing_helper/static/css/candidate_url_list.css @@ -41,8 +41,9 @@ white-space: nowrap; font-family: sans-serif; background: #FFF; - color: #333; + color: white; border-radius: 5px; + background-color:#15232E; } .custom-menu li { @@ -51,7 +52,7 @@ } .custom-menu li:hover { - background-color: #DEF; + background-color: #0066CA; } .pattern_type { @@ -273,6 +274,11 @@ letter-spacing: -0.02em; white-space: normal; } +.selected{ + background-color: inherit !important; +} + + div.dt-buttons .btn.processing:after { border: 2px solid #FFFFFF !important; border-left-color: transparent !important; diff --git a/sde_indexing_helper/static/css/project.css b/sde_indexing_helper/static/css/project.css index 65ec5e6d..ebd3196f 100644 --- a/sde_indexing_helper/static/css/project.css +++ b/sde_indexing_helper/static/css/project.css @@ -244,6 +244,22 @@ body { border-color: #A7BACD !important; } + .dropdown-menu{ + background-color:#15232E; + border:1px solid #A7BACD; + font-size: 16px; + font-weight: 500; + letter-spacing: -0.02em; + } + + .dropdown-item{ + color:white !important; + } + + .dropdown-item:hover{ + background-color:#0066CA !important; + } + .customizeColumnContainer{ background-color: #15232E !important; } @@ -252,6 +268,7 @@ body { font-family: sans-serif; font-size:14px; } + .user-bubble { width: 30px; height: 30px; diff --git a/sde_indexing_helper/static/js/candidate_url_list.js b/sde_indexing_helper/static/js/candidate_url_list.js index 96a71637..f5a20568 100644 --- a/sde_indexing_helper/static/js/candidate_url_list.js +++ b/sde_indexing_helper/static/js/candidate_url_list.js @@ -108,10 +108,6 @@ function initializeDataTable() { }, }, ], - select: { - style: "os", - selector: "td:nth-child(5)", - }, rowId: "url", stateLoadCallback: function (settings) { var state = JSON.parse( @@ -672,7 +668,7 @@ function getDocumentTypeColumn() { button_text = data ? dict[data] : "Select"; button_color = data ? "btn-success" : "btn-secondary"; return ` -