优化
This commit is contained in:
@@ -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%)
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user