Extend css contrast attributes (#1349)

This commit is contained in:
Cønstantine Kovalensky 2024-01-27 12:36:04 +04:00 committed by GitHub
commit 39885911e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -578,6 +578,7 @@ input.long {
input.button, .buttons input, input.mainoption, input.main, input.liteoption, input.lite {
color: #000000;
border-color: #ABABAB;
background-color: #F7F7F7;
}
input[type="checkbox"], input[type="radio"] {
@ -672,6 +673,7 @@ input.pOrdSel {
textarea.editor {
display: block;
width: 98%;
background-color: #F4F4F4;
}
.fieldsets td {

View file

@ -145,7 +145,7 @@
Search input
* ---------------------------------- */
#search-text {
background: white;
background: #F7F7F7;
border: 1px solid silver;
padding: 1px;
width: 300px;