diff --git a/VERSION b/VERSION index 5c1d24d7..e0961103 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.18.3-develop151 +1.18.3-develop152 diff --git a/docs/_static/custom.css b/docs/_static/custom.css index 3fe96ab5..d7babf5d 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -380,6 +380,7 @@ table.dualTable td, table.dualTable th { padding-left: 15px !important; } .image-accordion { + border-radius: 15px; background-color: #1D1D1D; color: #0ce3ac; cursor: pointer; @@ -388,11 +389,13 @@ table.dualTable td, table.dualTable th { border: none; text-align: left; outline: none; - font-size: 15px; + font-size: 20px; transition: 0.4s; + margin: 15px 0 0 0; } -.image-active, { - background-color: #D1D1D; +.image-active { + border-radius: 15px 15px 0 0 !important; + background-color: #181818; } .image-accordion:hover { background-color: #181818; @@ -400,7 +403,8 @@ table.dualTable td, table.dualTable th { .image-panel { background-color: #181818; max-height: 0; - overflow: hidden; + overflow: auto hidden; + border-radius: 0 0 15px 15px; transition: max-height 0.2s ease-out; } .image-accordion:after { @@ -414,11 +418,12 @@ table.dualTable td, table.dualTable th { content: "\25B2"; } table.image-table { - margin: 0 auto; + /* margin: 0 auto; */ border-spacing: 10px; border-collapse: separate; } table.image-table td { + border-radius: 15px; padding: 15px; text-align: center; 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 { background-color: rgba(0, 0, 0, 0.0) !important; } +table.image-table img { + border-radius: 15px; + margin: 0 0 15px 0; +} details { margin-bottom: 5px; border-color: #7c4dff;