MCSM:WebConsole: стилистические модернизации поля ввода
This commit is contained in:
@@ -13,9 +13,11 @@
|
||||
|
||||
#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>');
|
||||
background-repeat: no-repeat;
|
||||
color: #eee;
|
||||
border: none;
|
||||
padding: 8px;
|
||||
padding: 8px 8px 8px 1.5em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user