mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-04 15:54:00 +01:00
Fix selector to pluginsPane
This commit is contained in:
@@ -21,4 +21,4 @@ input:focus {outline: none; background: rgba(0,198,255,0.5); color: #fff}
|
||||
.pluginsPane::-webkit-scrollbar {width: 12px; height: 12px}
|
||||
.pluginsPane::-webkit-scrollbar-thumb {background: rgba(0,198,255,0.2)}
|
||||
.pluginsPane::-webkit-scrollbar-thumb:hover {background: rgba(0,198,255,0.8)}
|
||||
.pluginsPane::-webkit-scrollbar-corner, .editor .git::-webkit-scrollbar-resizer {background: transparent}
|
||||
.pluginsPane::-webkit-scrollbar-corner, .pluginsPane::-webkit-scrollbar-resizer {background: transparent}
|
||||
|
||||
Reference in New Issue
Block a user