mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-01-26 11:39:44 +00:00
Prelim: Proper fix for Start menu menus
This commit is contained in:
@@ -221,33 +221,23 @@ window.csd.xp-start-menu // Specificity hack -_-
|
||||
{
|
||||
@include __wintc_apply_props($start_menu_popup_menu_styles);
|
||||
|
||||
$l_border_bottom:
|
||||
__wintc_get_prop_with_fallbacks(
|
||||
"border-bottom-width",
|
||||
$start_menu_popup_menu_styles,
|
||||
$popup_menu_styles
|
||||
);
|
||||
$l_border_top:
|
||||
__wintc_get_prop_with_fallbacks(
|
||||
"border-top-width",
|
||||
$start_menu_popup_menu_styles,
|
||||
$popup_menu_styles
|
||||
);
|
||||
|
||||
menuitem
|
||||
{
|
||||
@include __wintc_apply_props(
|
||||
$start_menu_popup_menu_menuitem_styles
|
||||
);
|
||||
|
||||
&:first-child
|
||||
@if $start_menu_popup_menu_vmargin != "novalue"
|
||||
{
|
||||
margin-top: $l_border_top;
|
||||
}
|
||||
&:first-child
|
||||
{
|
||||
margin-top: $start_menu_popup_menu_vmargin;
|
||||
}
|
||||
|
||||
&:last-child
|
||||
{
|
||||
margin-bottom: $l_border_bottom;
|
||||
&:last-child
|
||||
{
|
||||
margin-bottom: $start_menu_popup_menu_vmargin;
|
||||
}
|
||||
}
|
||||
|
||||
image
|
||||
|
||||
@@ -18,7 +18,7 @@ $start_menu_display_userpic: false !default;
|
||||
$start_menu_programs_column_width: 182px !default;
|
||||
$start_menu_places_column_width: 178px !default;
|
||||
|
||||
$start_menu_popup_menu_vmargin: 0px !default;
|
||||
$start_menu_popup_menu_vmargin: novalue !default;
|
||||
|
||||
$start_menu_separator_thickness: $separator_thickness !default;
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ $start_menu_display_userpic: true;
|
||||
$start_menu_programs_column_width: 176px;
|
||||
$start_menu_places_column_width: 176px;
|
||||
|
||||
$start_menu_popup_menu_vmargin: 0px;
|
||||
$start_menu_popup_menu_vmargin: 1px;
|
||||
|
||||
$start_menu_separator_thickness: $separator_thickness;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user