mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
ocr
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
textarea#hid-pak-text {
|
||||
display: block;
|
||||
resize: none;
|
||||
height: 150px;
|
||||
width: 300px;
|
||||
height: 120px;
|
||||
width: 320px;
|
||||
border: var(--border-default-thin);
|
||||
border-radius: 4px;
|
||||
color: var(--cs-code-default-fg);
|
||||
|
||||
@@ -29,6 +29,26 @@ div#stream-info {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div#stream-ocr-window {
|
||||
cursor: crosshair;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
background-color: unset !important;
|
||||
border-radius: unset !important;
|
||||
border: unset !important;
|
||||
padding: 0px !important;
|
||||
background: radial-gradient(transparent 15%, black);
|
||||
}
|
||||
div#stream-ocr-selection {
|
||||
position: relative;
|
||||
background-color: #5b90bb50;
|
||||
box-shadow: inset 0 0 0px 1px #e8e8e8cd;
|
||||
}
|
||||
|
||||
div#stream-box {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user