This commit is contained in:
2023-06-08 14:55:52 +08:00
parent 83cb43669b
commit c195e29835
7 changed files with 44 additions and 37 deletions

View File

@@ -224,6 +224,7 @@ header
.filter-table
width 100%
text-align center
user-select none
th
position: sticky;
top -1px
@@ -384,6 +385,8 @@ input::-webkit-input-placeholder
.selected_icon
background-color: #fff;
color: $red
td
color: $red
.overall_lightgreen
background linear-gradient(#00d9a1 0%,#00c0a5 30%,#115fae 100%)
.body-container
@@ -403,5 +406,7 @@ input::-webkit-input-placeholder
.selected_icon
background-color: #fff;
color: #008f8f
td
color: #008f8f
.overall_blue
background linear-gradient(#031f6d 0%,#011a60 20%,#060346 100%)

View File

@@ -56,8 +56,8 @@ li {
}
::-webkit-scrollbar {
width: 5px;
height: 5px;
width: 15px;
height: 15px;
}
::-webkit-scrollbar-track-piece {
@@ -66,13 +66,13 @@ li {
}
::-webkit-scrollbar-thumb:vertical {
height: 5px;
height: 15px;
background-color: rgba(125, 125, 125, 0.7);
-webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
width: 5px;
width: 15px;
background-color: rgba(125, 125, 125, 0.7);
-webkit-border-radius: 6px;
}