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:
authorMatthias Held <ilovemilk@wusa.io>2018-07-24 18:21:56 +0300
committerMatthias Held <ilovemilk@wusa.io>2018-07-24 18:21:56 +0300
commitbd4e9e0fb268438e8f21369ad971613823e41879 (patch)
tree7be80df8138e4050f579e99a1032afc648eda87f /css
parent3fbaae5aa2026ee893f7b4a9b9fc53ca9ff35b76 (diff)
Add storage scanner
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;
+}