From: rnayabed Date: Sun, 07 Mar 2021 21:08:40 +0530 Subject: Default action shape is now just a box, no rounded corners --- Default action shape is now just a box, no rounded corners --- --- 'a/src/main/resources/com/stream_pi/server/style.css' +++ b/src/main/resources/com/stream_pi/server/style.css @@ -33,7 +33,6 @@ { -fx-border-width: 1px; -fx-border-color : grey; - -fx-shape : "M100,100 h200 a20,20 0 0 1 20,20 v200 a20,20 0 0 1 -20,20 h-200 a20,20 0 0 1 -20,-20 v-200 a20,20 0 0 1 20,-20 z"; } .action_box_icon_present