Cosmetic : readonly background and section payment means

This commit is contained in:
sparkyx 2026-03-02 09:32:15 +01:00
parent 2bd431edfc
commit 7eefd11bdc
4 changed files with 12 additions and 8 deletions

View file

@ -75,6 +75,7 @@ BODY {
--end-level1:#eb7c7e;
--border-color:#b7b7b7;
--bg-white:white;
--bg-readonly:#f9f9f9;
}
input{
font-family: 'OpenSansRegular';
@ -809,8 +810,7 @@ a.document:hover {
}
.input_text_ro {
border:1px solid #0000FF;
background-color: var(--bg-white);
color:var(--border-color);
background-color:var(--bg-readonly);
border-radius: 5px;
margin:1px;
}