From 2d930ff2584477b3c7ecda22110ae021db1a7767 Mon Sep 17 00:00:00 2001 From: romangraef Date: Thu, 12 Aug 2021 23:08:49 +0000 Subject: Automated deployment: Thu Aug 12 23:08:49 UTC 2021 62d3fcb7500e623b8c4a1b79c2e271121c3ce794 --- 2/plugins/screen-diff/styles.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 2/plugins/screen-diff/styles.css (limited to '2/plugins/screen-diff/styles.css') diff --git a/2/plugins/screen-diff/styles.css b/2/plugins/screen-diff/styles.css new file mode 100644 index 0000000..6cf2219 --- /dev/null +++ b/2/plugins/screen-diff/styles.css @@ -0,0 +1,30 @@ +.screen-diff__switchers { + margin-bottom: 1em; +} + +.screen-diff__switchers label + label { + margin-left: 1em; +} + +.screen-diff__overlay { + position: relative; + cursor: col-resize; +} + +.screen-diff__container { + overflow-x: auto; +} + +.screen-diff__image-over { + top: 0; + left: 0; + bottom: 0; + background: #fff; + position: absolute; + overflow: hidden; + box-shadow: 2px 0 1px -1px #aaa; +} + +.screen-diff-error { + color: #fd5a3e; +} -- cgit