diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-05-21 11:17:55 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-05-21 11:17:55 -0400 |
| commit | d37cf6f8cf007a5b329e072d443e7d2b05b0a01d (patch) | |
| tree | 71bd3567752909de22a1da2674af50e02027141d /src/client/views/nodes/ComparisonBox.scss | |
| parent | 34c6f16dd1c4d61987da7c1fd6cbdcb969cac842 (diff) | |
fixed comparisonBox to use percents
Diffstat (limited to 'src/client/views/nodes/ComparisonBox.scss')
| -rw-r--r-- | src/client/views/nodes/ComparisonBox.scss | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/client/views/nodes/ComparisonBox.scss b/src/client/views/nodes/ComparisonBox.scss index 3d48d96e2..7849c9976 100644 --- a/src/client/views/nodes/ComparisonBox.scss +++ b/src/client/views/nodes/ComparisonBox.scss @@ -2,7 +2,6 @@ border-radius: inherit; width: 100%; height: 100%; - background-color: grey; position: absolute; z-index: 0; pointer-events: none; @@ -17,7 +16,6 @@ .beforeBox-cont { height: 100%; overflow: hidden; - background-color: rgb(240, 240, 240); } } @@ -26,7 +24,7 @@ height: 100%; width: 3px; display: inline-block; - background: gray; + background: white; cursor: ew-resize; .slide-handle { position: absolute; @@ -48,7 +46,6 @@ height: 100%; width: 100%; overflow: hidden; - background-color: lightgray; } .clear-button { |
