From f0eff12fa8f31383eaef98a2346b09ea766a50ef Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 5 Oct 2020 12:16:14 +0200 Subject: [PATCH] Add missing style --- customize.dist/src/less2/include/toolbar-history.less | 7 +++++++ 1 file changed, 7 insertions(+) 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 {