Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/style.scss12
1 files changed, 11 insertions, 1 deletions
diff --git a/css/style.scss b/css/style.scss
index 404eef4..4fb97d5 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -64,6 +64,10 @@
color: #2A2A2A;
}
+.scan-header span {
+ font-weight: bold;
+}
+
.file-list {
tr {
&:hover {
@@ -259,7 +263,7 @@ table {
background-color: rgba(11, 85, 159, 1);
}
&.selected {
- background-color: rgba(153, 153, 153, .1) !important;
+ background-color: rgba(153, 153, 153, .1) !important;
}
}
}
@@ -346,3 +350,9 @@ table {
.suspicion-level-3 {
background-color: #FF6347;
}
+
+.disabled {
+ pointer-events: none;
+ cursor: default !important;
+ opacity: 0.6;
+}