Update 'keyhelp_theme_dark.txt'

This commit is contained in:
keyhelpuser 2023-09-06 13:14:03 +00:00
parent 9299a65a28
commit 8b01b4969d
1 changed files with 8 additions and 0 deletions

View File

@ -485,4 +485,12 @@ input[disabled], input[readonly], textarea[disabled], select[disabled] {
padding-top: calc(0.375em - 1px);
position: relative;
vertical-align: top;
}
.CodeMirror {
box-shadow: inset 0 .0625em .125em rgba(10,10,10,.05) !important;
border-color: #dbdbdb !important;
border-radius: 0px !important;
border-width: 1px !important;
border-style: solid !important;
}