1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 06:03:27 +02:00

Issue #5473 Improved current page detection. Fixed thumbnail

This commit is contained in:
camer0n
2025-04-21 13:33:25 -07:00
parent 02ae3594e6
commit 5275acdacd
3 changed files with 62 additions and 7 deletions

View File

@@ -1914,7 +1914,7 @@ div.is-table-row .sidebar-toggle-panel { /*display:none; */
padding-left: 90px;
}
.admin-main-content { padding-bottom:50px; }
.e-container {
position: relative;
}
@@ -1927,6 +1927,8 @@ div.is-table-row .sidebar-toggle-panel { /*display:none; */
overflow: visible !important; /* Ensure no clipping */
}
.text-primary,.text-primary:hover{color:#337ab7 !important}
.text-success,.text-success:hover{color:#51a351 !important}
.text-danger,.text-danger:hover{color:#F86965 !important}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 27 KiB