mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 11:21:29 +00:00
refactor: optimize side bar component to make it more friendly (#230)
This commit is contained in:
@@ -197,3 +197,21 @@
|
||||
box-shadow: inset 0 0 6px #ccc;
|
||||
background-color: #aaa;
|
||||
}
|
||||
|
||||
.scroll_bar_dark::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
background-color: #666;
|
||||
}
|
||||
|
||||
.scroll_bar_dark::-webkit-scrollbar-track {
|
||||
background-color: #252a2f;
|
||||
border-radius: 3px;
|
||||
box-shadow: inset 0 0 6px #999;
|
||||
}
|
||||
|
||||
.scroll_bar_dark::-webkit-scrollbar-thumb {
|
||||
border-radius: 3px;
|
||||
box-shadow: inset 0 0 6px #888;
|
||||
background-color: #999;
|
||||
}
|
||||
|
Reference in New Issue
Block a user