commit 04/11/2025

This commit is contained in:
2025-11-04 17:02:53 +07:00
parent fc1291dcd5
commit 72c509feec
16 changed files with 18196 additions and 172 deletions

View File

@@ -97,9 +97,11 @@ input {
}
.navbar-bg {
background-color: #1e293b!important;
color: white !important;
/*background-color: #1e293b!important;*/
/*color: white !important;*/
/*background-color: #f0f2ff !important;*/
color: white !important;
background-color: #29587a !important;
}
.navbar-bg2 {
@@ -138,7 +140,7 @@ input {
.div-broadcast {
width: 100%;
max-height: 115px;
max-height: 135px;
overflow-y: auto;
overflow-x: hidden;
padding: 10px;
@@ -315,12 +317,16 @@ th, td {
}
.btn-reload {
background-color: #084ed5;
/*background-color: #084ed5;*/
/*color: #fff;*/
background-color: #3e6fcd;
color: #fff;
}
.btn-reload:hover {
background-color: #053185;
/*background-color: #053185;*/
/*color: #fff;*/
background-color: #5080d9;
color: #fff;
}
@@ -339,7 +345,7 @@ th, td {
}
.btn-logout {
background-color: #366396;
background-color: #4280ab;
color: #fff;
}
@@ -416,12 +422,18 @@ input#dt-search-0 {
}
.btn-broadcast {
background-color: #0d6efd;
/*background-color: #0d6efd;*/
/*color: white;*/
background-color: #437a9e;
/*background-color: #0a3349;*/
color: white;
border: none;
}
.btn-broadcast:hover {
background-color: #3b5bdb;
/*background-color: #3b5bdb;*/
/*color: white;*/
background-color: #5088ab;
color: white;
}
@@ -449,3 +461,7 @@ input#dt-search-0 {
margin-top: 1rem;
}
.pad-left {
margin-bottom: 1rem;
}