Zaktualizuj kolory obramowania w stylach oraz zaktualizuj czas modyfikacji pliku konfiguracyjnego

This commit is contained in:
2025-02-17 16:12:21 +01:00
parent c2d2b920b1
commit 9b39f67c9e
4 changed files with 12 additions and 12 deletions

View File

@@ -29,7 +29,7 @@
"class.Cron.php": { "class.Cron.php": {
"type": "-", "type": "-",
"size": 8953, "size": 8953,
"lmtime": 1734257236203, "lmtime": 1739737686260,
"modified": false "modified": false
}, },
"class.DbModel.php": { "class.DbModel.php": {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -158,11 +158,11 @@ body {
} }
input[type="checkbox"] { input[type="checkbox"] {
border: 1px solid #ced4da; border: 1px solid #ebebeb;
} }
.form-control { .form-control {
border: 1px solid #ced4da; border: 1px solid #ebebeb;
border-radius: 3px; border-radius: 3px;
height: 35px; height: 35px;
width: 100%; width: 100%;
@@ -195,7 +195,7 @@ input[type="checkbox"] {
.title { .title {
text-align: center; text-align: center;
padding: 10px 10px 25px; padding: 10px 10px 25px;
border-bottom: 1px solid #ced4da; border-bottom: 1px solid #ebebeb;
font-size: 20px; font-size: 20px;
margin-bottom: 25px; margin-bottom: 25px;
} }
@@ -204,7 +204,7 @@ input[type="checkbox"] {
body>.top { body>.top {
background: #FFF; background: #FFF;
border-bottom: 1px solid #ced4da; border-bottom: 1px solid #ebebeb;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
@@ -244,7 +244,7 @@ body>.top {
padding: 0; padding: 0;
width: 100%; width: 100%;
list-style-type: none; list-style-type: none;
border: 1px solid #ced4da; border: 1px solid #ebebeb;
display: none; display: none;
li { li {
@@ -522,7 +522,7 @@ body>.top {
select { select {
width: 250px; width: 250px;
padding: 10px; padding: 10px;
border: 1px solid #ced4da; border: 1px solid #ebebeb;
border-radius: 3px; border-radius: 3px;
option { option {
@@ -853,7 +853,7 @@ body>.top {
background: #FFF; background: #FFF;
border-radius: 3px; border-radius: 3px;
padding: 10px; padding: 10px;
border: 1px solid #ced4da; border: 1px solid #ebebeb;
font-size: 13px; font-size: 13px;
align-items: flex-start; align-items: flex-start;
@@ -1026,7 +1026,7 @@ body>.top {
th, th,
td { td {
border: 1px solid #ced4da; border: 1px solid #ebebeb;
padding: 5px; padding: 5px;
} }
@@ -1060,7 +1060,7 @@ body>.top {
align-items: flex-start; align-items: flex-start;
justify-content: center; justify-content: center;
gap: 20px; gap: 20px;
border-left: 1px solid #ced4da; border-left: 1px solid #ebebeb;
padding-left: 15px; padding-left: 15px;
select { select {