|
|
@@ -52,25 +52,23 @@ const TopOfTableContents = (props) => {
|
|
|
return (
|
|
|
<>
|
|
|
<div className="top-of-table-contents d-flex align-items-center pb-1 ">
|
|
|
- <div className=" pr-2 mr-2 grw-table-top-icons">
|
|
|
|
|
|
- <button type="button" className="bg-transparent border-0 " onClick={() => openPageAccessoriesModal('pageList')}>
|
|
|
- <PageListIcon />
|
|
|
- </button>
|
|
|
+ <button type="button" className="bg-transparent border-0 grw-pagelist-icon" onClick={() => openPageAccessoriesModal('pageList')}>
|
|
|
+ <PageListIcon />
|
|
|
+ </button>
|
|
|
|
|
|
- <button type="button" className="bg-transparent border-0" onClick={() => openPageAccessoriesModal('timeLine')}>
|
|
|
- <TimeLineIcon />
|
|
|
- </button>
|
|
|
+ <button type="button" className="bg-transparent border-0 grw-timeline-icon" onClick={() => openPageAccessoriesModal('timeLine')}>
|
|
|
+ <TimeLineIcon />
|
|
|
+ </button>
|
|
|
|
|
|
- <button type="button" className="bg-transparent border-0" onClick={() => openPageAccessoriesModal('recentChanges')}>
|
|
|
- <RecentChangesIcon />
|
|
|
- </button>
|
|
|
+ <button type="button" className="bg-transparent border-0 grw-recentchanges-icon" onClick={() => openPageAccessoriesModal('recentChanges')}>
|
|
|
+ <RecentChangesIcon />
|
|
|
+ </button>
|
|
|
|
|
|
- <button type="button" className="bg-transparent border-0 " onClick={() => openPageAccessoriesModal('attachment')}>
|
|
|
- <AttachmentIcon />
|
|
|
- </button>
|
|
|
+ <button type="button" className="bg-transparent border-0 grw-attachment-icon" onClick={() => openPageAccessoriesModal('attachment')}>
|
|
|
+ <AttachmentIcon />
|
|
|
+ </button>
|
|
|
|
|
|
- </div>
|
|
|
<div
|
|
|
id="seen-user-list"
|
|
|
data-user-ids-str="{{ page.seenUsers|slice(-15)|default([])|reverse|join(',') }}"
|