server

Clone or download

Default action shape is now just a box, no rounded corners

Modified Files

--- '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