diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-07-25 22:27:26 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-07-25 22:27:26 -0400 |
| commit | 3ee8a9ebc760e3049b692efad0d6edfb877342cf (patch) | |
| tree | 1e100fd957c539cd4fd513758f567b8c96a174f5 /src/client/views/nodes/ButtonBox.scss | |
| parent | 834ea7588594df80524e9775a5b2637b90e41293 (diff) | |
fixed dragging annotaitons on images. fixed border rounding of buttons. fixed dropping to ignore document titles.
Diffstat (limited to 'src/client/views/nodes/ButtonBox.scss')
| -rw-r--r-- | src/client/views/nodes/ButtonBox.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/nodes/ButtonBox.scss b/src/client/views/nodes/ButtonBox.scss index 97cc91128..92beafa15 100644 --- a/src/client/views/nodes/ButtonBox.scss +++ b/src/client/views/nodes/ButtonBox.scss @@ -2,9 +2,11 @@ width: 100%; height: 100%; pointer-events: all; + border-radius: inherit; } .buttonBox-mainButton { width: 100%; height: 100%; + border-radius: inherit; }
\ No newline at end of file |
