瀏覽代碼

Style the scrollbar a bit

tags/v0.1.0
Fen Dweller 5 年之前
父節點
當前提交
32851b9858
共有 1 個檔案被更改,包括 37 行新增0 行删除
  1. +37
    -0
      macrovision.css

+ 37
- 0
macrovision.css 查看文件

@@ -80,6 +80,43 @@ body.toggle-entity-name .entity-name {
flex-direction: column;
background: #444;
overflow-y: scroll;
scrollbar-color: #e1e1e1 #888;
scrollbar-width: thin;
}


#options::-webkit-scrollbar {
width: 3px;
height: 2px;
}
#options::-webkit-scrollbar-button {
width: 0px;
height: 0px;
}
#options::-webkit-scrollbar-thumb {
background: #e1e1e1;
border: 0px none #ffffff;
border-radius: 50px;
}
#options::-webkit-scrollbar-thumb:hover {
background: #ffffff;
}
#options::-webkit-scrollbar-thumb:active {
background: #000000;
}
#options::-webkit-scrollbar-track {
background: #00000000;
border: 0px none #ffffff;
border-radius: 50px;
}
#options::-webkit-scrollbar-track:hover {
background: #666666;
}
#options::-webkit-scrollbar-track:active {
background: #333333;
}
#options::-webkit-scrollbar-corner {
background: transparent;
}

.options-row {


Loading…
取消
儲存