MCSM:WebConsole: несколько исправлений функционала скроллинга
This commit is contained in:
@@ -36,6 +36,12 @@
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.scroll-grabbed,
|
||||
.scroll-grabbed * {
|
||||
cursor: -webkit-grabbing !important;
|
||||
cursor: -moz-grabbing !important;
|
||||
}
|
||||
|
||||
#webconsole input {
|
||||
background-color: #1e1e1e;
|
||||
background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="30"><text x="7" y="24" style="font-size: 1.5em; font-family: monospace" fill="#ffffff">></text></svg>');
|
||||
|
||||
Reference in New Issue
Block a user