Move code from edit_base.php to class file

This commit is contained in:
Clemens Schwaighofer
2023-01-06 15:07:15 +09:00
parent 620a5878c1
commit 78e1d73cd9
14 changed files with 1263 additions and 516 deletions

View File

@@ -19,7 +19,7 @@ body {
background-color: white;
color: black;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size : 8pt;
font-size : 9pt;
}
.large {
@@ -455,4 +455,11 @@ input[type="text"]:focus, textarea:focus, select:focus {
background-color: #FFDF6F;
}
td.edit_fgcolor tr:nth-child(odd) {
background-color: #e2e2c5;
}
td.edit_fgcolor tr:nth-child(even) {
background-color: #ffffcd;
}
/* ***************************** ADMIN EDIT INTERFACE COLORS ********************************* */