Commit 99085550878abaf7bd1c817a0207ef29e50b9738

Authored by nbm
1 parent 4ca7aa62

Make it slightly more easy to see the current page in the page number

navigation crumbs in document collections.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4955 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 8 additions and 1 deletions
resources/css/kt-framing.css
... ... @@ -621,6 +621,13 @@ a.main_nav_item {
621 621 border-top: 1px solid #ccc;
622 622 }
623 623  
  624 +.kt_collection .batchCurrent {
  625 + font-weight: bold;
  626 +}
  627 +
  628 +.kt_collection .collectionNavigation {
  629 +}
  630 +
624 631 .ktInlineError {
625 632 color: #db9d09;
626 633 }
... ... @@ -772,4 +779,4 @@ hr {
772 779 border-width: 1px 0 0 0;
773 780 border-style: solid;
774 781 border-color: #888;
775   -}
776 782 \ No newline at end of file
  783 +}
... ...