aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ButtonBox.scss
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2019-07-30 03:49:18 -0400
committerSam Wilkins <samwilkins333@gmail.com>2019-07-30 03:49:18 -0400
commit79f47098381fef8e247ddb45ce56993669f218cb (patch)
treec7fb7e88586c2eba65ad0b5e8e2bf11a2c1b29cd /src/client/views/nodes/ButtonBox.scss
parent3152e69dfafe1c393bed38f3aad1e55881e62a33 (diff)
parente041988b84553797699a5a232e26e72252460e01 (diff)
successful implementation of different approach
Diffstat (limited to 'src/client/views/nodes/ButtonBox.scss')
-rw-r--r--src/client/views/nodes/ButtonBox.scss2
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