diff --git a/customize.dist/src/less2/include/toolbar-history.less b/customize.dist/src/less2/include/toolbar-history.less index 3c6399b31..155265a44 100644 --- a/customize.dist/src/less2/include/toolbar-history.less +++ b/customize.dist/src/less2/include/toolbar-history.less @@ -221,6 +221,13 @@ .fa:first-child:not(:last-child) { margin-right: 5px; } + &:disabled { + cursor: not-allowed !important; + opacity: 0.6; + &:hover, &:active { + background-color: transparent; + } + } } .cp-history-timeline-next { button:last-child {