[152] update css

pull/1351/head
meisnate12 2 years ago
parent ee2cecd675
commit ad852e9b4d

@ -1 +1 @@
1.18.3-develop151 1.18.3-develop152

@ -380,6 +380,7 @@ table.dualTable td, table.dualTable th {
padding-left: 15px !important; padding-left: 15px !important;
} }
.image-accordion { .image-accordion {
border-radius: 15px;
background-color: #1D1D1D; background-color: #1D1D1D;
color: #0ce3ac; color: #0ce3ac;
cursor: pointer; cursor: pointer;
@ -388,11 +389,13 @@ table.dualTable td, table.dualTable th {
border: none; border: none;
text-align: left; text-align: left;
outline: none; outline: none;
font-size: 15px; font-size: 20px;
transition: 0.4s; transition: 0.4s;
margin: 15px 0 0 0;
} }
.image-active, { .image-active {
background-color: #D1D1D; border-radius: 15px 15px 0 0 !important;
background-color: #181818;
} }
.image-accordion:hover { .image-accordion:hover {
background-color: #181818; background-color: #181818;
@ -400,7 +403,8 @@ table.dualTable td, table.dualTable th {
.image-panel { .image-panel {
background-color: #181818; background-color: #181818;
max-height: 0; max-height: 0;
overflow: hidden; overflow: auto hidden;
border-radius: 0 0 15px 15px;
transition: max-height 0.2s ease-out; transition: max-height 0.2s ease-out;
} }
.image-accordion:after { .image-accordion:after {
@ -414,11 +418,12 @@ table.dualTable td, table.dualTable th {
content: "\25B2"; content: "\25B2";
} }
table.image-table { table.image-table {
margin: 0 auto; /* margin: 0 auto; */
border-spacing: 10px; border-spacing: 10px;
border-collapse: separate; border-collapse: separate;
} }
table.image-table td { table.image-table td {
border-radius: 15px;
padding: 15px; padding: 15px;
text-align: center; text-align: center;
background-color: #1D1D1D background-color: #1D1D1D
@ -426,6 +431,10 @@ table.image-table td {
table.image-table, table.image-table tbody, table.image-table tr, table.image-table th { table.image-table, table.image-table tbody, table.image-table tr, table.image-table th {
background-color: rgba(0, 0, 0, 0.0) !important; background-color: rgba(0, 0, 0, 0.0) !important;
} }
table.image-table img {
border-radius: 15px;
margin: 0 0 15px 0;
}
details { details {
margin-bottom: 5px; margin-bottom: 5px;
border-color: #7c4dff; border-color: #7c4dff;

Loading…
Cancel
Save