Skip to content

Commit

Permalink
Styles
Browse files Browse the repository at this point in the history
  • Loading branch information
iower committed Oct 5, 2023
1 parent 0108707 commit fa3c3f0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions src/ui/style/antd-overwrite.less
Original file line number Diff line number Diff line change
Expand Up @@ -383,26 +383,28 @@ textarea {
.ant-slider {
margin: 0;
.ant-slider-rail {
background-color: #e5e9ef;
background-color: #666;
}
.ant-slider-track {
background-color: #b4bdcc;
background-color: #888;
}
.ant-slider-handle {
border-color: #b4bdcc;
border-color: #888;
background: #aaa;
transition: box-shadow 0.3s;
}
&:hover {
.ant-slider-handle,
.ant-slider-handle:not(.ant-tooltip-open) {
border-color: #b4bdcc;
border-color: #aaa;
background: #ccc;
box-shadow: 0px 2px 6px rgba(28, 31, 53, 0.2);
}
.ant-slider-rail {
background-color: #e5e9ef;
background-color: #888;
}
.ant-slider-track {
background-color: #b4bdcc;
background-color: #aaa;
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/ui/views/Approval/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -1528,7 +1528,7 @@
margin-bottom: 8px;

span {
color: #8697ff;
color: #ccc;
font-weight: 500;
margin-left: 2px;
}
Expand All @@ -1540,7 +1540,7 @@
}

&-body {
background: #f5f6fa;
background: #1f1f1f;
border-radius: 4px;
padding: 20px 14px 6px 12px;
margin-bottom: 12px;
Expand Down

0 comments on commit fa3c3f0

Please sign in to comment.