Ticket #3936: margin-on-frame-toolbutton.diff

File margin-on-frame-toolbutton.diff, 469 bytes (added by humitos, 11 years ago)
  • gtk3/theme/gtk-widgets.css.em

    diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
    index b6baaf5..4ec1f00 100644
    a b SugarPaletteWindowWidget GtkToolButton .button:active { 
    597597}
    598598
    599599.toolbar GtkToolButton .button:active {
     600    border-width: 3px;
     601    border-style: solid;
     602    background-clip: padding-box;
    600603    background-color: @button_grey;
    601604    border-radius: $(toolbutton_padding)px;
    602605}