@@ -56,7 +56,7 @@ qx.Theme.define("osparc.theme.Decoration", {
5656 "indicator-border" : {
5757 include : "material-button" ,
5858 style : {
59- radius : 2 ,
59+ radius : 4 ,
6060 width : 1 ,
6161 color : "text"
6262 }
@@ -143,7 +143,7 @@ qx.Theme.define("osparc.theme.Decoration", {
143143 shadowBlurRadius : 0 ,
144144 shadowLength : 0 ,
145145 width : 0 ,
146- radius : 3 ,
146+ radius : 4 ,
147147 transitionProperty : "opacity" ,
148148 transitionDuration : "0.05s" ,
149149 transitionTimingFunction : "ease-in"
@@ -169,7 +169,7 @@ qx.Theme.define("osparc.theme.Decoration", {
169169 "service-window" : {
170170 include : "window" ,
171171 style : {
172- radius : 3 ,
172+ radius : 4 ,
173173 width : 1
174174 }
175175 } ,
@@ -197,7 +197,7 @@ qx.Theme.define("osparc.theme.Decoration", {
197197
198198 "flash" : {
199199 style : {
200- radius : 3 ,
200+ radius : 4 ,
201201 transitionProperty : "top" ,
202202 transitionDuration : "0.2s" ,
203203 transitionTimingFunction : "ease-in"
@@ -241,7 +241,7 @@ qx.Theme.define("osparc.theme.Decoration", {
241241
242242 "flash-badge" : {
243243 style : {
244- radius : 5
244+ radius : 4
245245 }
246246 } ,
247247
@@ -297,27 +297,27 @@ qx.Theme.define("osparc.theme.Decoration", {
297297 "border-editable" : {
298298 style : {
299299 width : 1 ,
300- radius : 3 ,
300+ radius : 4 ,
301301 color : "text-disabled"
302302 }
303303 } ,
304304
305305 "hint" : {
306306 style : {
307- radius : 3
307+ radius : 4
308308 }
309309 } ,
310310
311311 "chip" : {
312312 style : {
313- radius : 9
313+ radius : 4
314314 }
315315 } ,
316316
317317 "chip-button" : {
318318 style : {
319319 width : 1 ,
320- radius : 6 ,
320+ radius : 4 ,
321321 color : "text" ,
322322 backgroundColor : "transparent"
323323 }
@@ -326,7 +326,7 @@ qx.Theme.define("osparc.theme.Decoration", {
326326 "filter-toggle-button" : {
327327 style : {
328328 width : 1 ,
329- radius : 8 ,
329+ radius : 4 ,
330330 color : "transparent"
331331 }
332332 } ,
@@ -340,7 +340,7 @@ qx.Theme.define("osparc.theme.Decoration", {
340340
341341 "pb-listitem" : {
342342 style : {
343- radius : 5
343+ radius : 4
344344 }
345345 } ,
346346
@@ -358,12 +358,12 @@ qx.Theme.define("osparc.theme.Decoration", {
358358
359359 "tag" : {
360360 style : {
361- radius : 2
361+ radius : 4
362362 }
363363 } ,
364364 "tagitem" : {
365365 style : {
366- radius : 2
366+ radius : 4
367367 }
368368 } ,
369369 "tagitem-colorbutton" : {
0 commit comments