X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/454635a6a1b93154e38eb761ac1e7e403f165a81..3ca475c8e10c811633dec531772e18da6e5fa33d:/src/redakcja/static/css/history.css diff --git a/src/redakcja/static/css/history.css b/src/redakcja/static/css/history.css index 18c606c8..340b878f 100644 --- a/src/redakcja/static/css/history.css +++ b/src/redakcja/static/css/history.css @@ -88,6 +88,24 @@ table#changes-list-container { vertical-align: text-top; } +.can-approve #changes-list .approved:hover { + cursor: pointer; +} +#pubmark-changeset-button {display: none;} +.can-approve #pubmark-changeset-button {display: inline-block;} + +#changes-list *[data-approved = 'false'] .approved:after { + content: '☐'; + color: red; + white-space: pre-line; +} +#changes-list *[data-approved = 'true'] .approved:after { + content: '🗹'; + font-size: .8em; + color: #80ff80; + white-space: pre-line; +} + #changes-list *[data-stub-value = 'description'] { font-size: .8em; color: gray;