mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-01-26 19:49:44 +00:00
Prelim: Fix up toggle buttons
This commit is contained in:
@@ -134,28 +134,8 @@ $button_inactive_styles:
|
||||
// TOGGLE BUTTON
|
||||
//
|
||||
$toggle_button_styles: map-clone($button_styles);
|
||||
$toggle_button_styles:
|
||||
wintc_define_props_box(
|
||||
$toggle_button_styles,
|
||||
false,
|
||||
padding,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
);
|
||||
|
||||
$toggle_button_press_styles: map-clone($button_press_styles);
|
||||
$toggle_button_press_styles:
|
||||
wintc_define_props_box(
|
||||
$toggle_button_press_styles,
|
||||
false,
|
||||
padding,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
);
|
||||
|
||||
$toggle_button_hover_styles: $button_hover_styles;
|
||||
$toggle_button_selected_styles: $button_press_styles;
|
||||
|
||||
@@ -85,10 +85,10 @@ $start_button_styles:
|
||||
$start_button_styles,
|
||||
false,
|
||||
padding,
|
||||
undefined,
|
||||
undefined,
|
||||
undefined,
|
||||
undefined
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
);
|
||||
$start_button_styles:
|
||||
wintc_define_props_fg(
|
||||
|
||||
Reference in New Issue
Block a user