diff --git a/customize.dist/src/less2/include/alertify.less b/customize.dist/src/less2/include/alertify.less index 11820db00..aa983c755 100644 --- a/customize.dist/src/less2/include/alertify.less +++ b/customize.dist/src/less2/include/alertify.less @@ -198,7 +198,7 @@ background-color: @alertify-light-bg; } &.disabled { - color: #949494; + color: @colortheme_alertify-cancel-border; cursor: not-allowed; } } diff --git a/customize.dist/src/less2/include/toolbar-history.less b/customize.dist/src/less2/include/toolbar-history.less index 904027193..10af320ae 100644 --- a/customize.dist/src/less2/include/toolbar-history.less +++ b/customize.dist/src/less2/include/toolbar-history.less @@ -89,6 +89,13 @@ .fa:not(:last-child) { margin-right: 5px; } + &:disabled { + cursor: not-allowed !important; + opacity: 0.6; + &:hover, &:active { + background-color: transparent; + } + } } } diff --git a/customize.dist/src/less2/include/toolbar.less b/customize.dist/src/less2/include/toolbar.less index 7611e7540..9adef38ce 100644 --- a/customize.dist/src/less2/include/toolbar.less +++ b/customize.dist/src/less2/include/toolbar.less @@ -923,7 +923,7 @@ width: 30px; } } - @media screen and (max-width: 600px) { + @media screen and (max-width: @browser_media-medium-screen) { flex-flow: column; .cp-toolbar-snapshots-info { max-width: 100%; diff --git a/www/common/sframe-app-framework.js b/www/common/sframe-app-framework.js index 912f635f9..4ed047eb8 100644 --- a/www/common/sframe-app-framework.js +++ b/www/common/sframe-app-framework.js @@ -817,7 +817,6 @@ define([ $toolbar: $(toolbarContainer) }; var $hist = common.createButton('history', true, {histConfig: histConfig}); - $hist.addClass('cp-hidden-if-readonly'); toolbar.$drawer.append($hist); var $snapshot = common.createButton('snapshots', true, {