commit 30/10/2025
This commit is contained in:
@@ -124,6 +124,22 @@ body {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.class05 {
|
||||
width: 5%;
|
||||
}
|
||||
|
||||
.class10 {
|
||||
width: 10%;
|
||||
}
|
||||
|
||||
.class15 {
|
||||
width: 15%;
|
||||
}
|
||||
|
||||
.class20 {
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
.class25 {
|
||||
width: 25%;
|
||||
}
|
||||
@@ -442,3 +458,40 @@ table {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pad-btn {
|
||||
padding-left: 0.5rem;
|
||||
}
|
||||
|
||||
.btn-play {
|
||||
background-color: #03747b;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.btn-play:hover {
|
||||
background-color: #02585e;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.tablepaging, .tablesoundbank {
|
||||
height: 180px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.table-container {
|
||||
max-height: 310px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.tablepaging thead th, .tablesoundbank thead th {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
background-color: #f8f9fa;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.pad-play {
|
||||
margin-bottom: -1rem;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user