Skip to content

Commit bcd8a1e

Browse files
committed
Improve style for fast buttons
1 parent 9f27b4f commit bcd8a1e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

style/JSRootPainter.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -426,17 +426,16 @@
426426
.jsroot .fast_command {
427427
width: 30px;
428428
height: 30px;
429-
margin-left: 3px;
430-
margin-top: 3px;
431-
padding: 0px;
429+
margin: 2px;
430+
padding: 2px;
431+
border-width: 2px;
432432
}
433433

434434
.jsroot .fast_command img {
435435
max-width: 100%;
436436
max-height: 100%;
437437
}
438438

439-
440439
/*--------------------------------------------------
441440
Flexible MDI display
442441
--------------------------------------------------*/

0 commit comments

Comments
 (0)