mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-05-01 03:31:33 +00:00
Prelim: More fiddling with Start menu popup
This commit is contained in:
@@ -218,7 +218,7 @@ window.csd.xp-start-menu // Specificity hack -_-
|
||||
//border-width: 1px 1px 1px 6px;
|
||||
|
||||
|
||||
menuitem:not(.something):not(.somethingelse) // FIXME: Specificity hack
|
||||
menuitem
|
||||
{
|
||||
@include __wintc_apply_props(
|
||||
$start_menu_popup_menu_menuitem_styles
|
||||
@@ -229,19 +229,19 @@ window.csd.xp-start-menu // Specificity hack -_-
|
||||
|
||||
&:first-child
|
||||
{
|
||||
margin-top: $start_menu_popup_menu_vmargin;
|
||||
//margin-top: $start_menu_popup_menu_vmargin;
|
||||
//margin-top: 1px;
|
||||
|
||||
|
||||
image
|
||||
{
|
||||
margin-bottom: -1px;
|
||||
//margin-bottom: -1px;
|
||||
}
|
||||
}
|
||||
|
||||
&:last-child
|
||||
{
|
||||
margin-bottom: $start_menu_popup_menu_vmargin;
|
||||
//margin-bottom: $start_menu_popup_menu_vmargin;
|
||||
//margin-bottom: 1px;
|
||||
}
|
||||
|
||||
|
||||
@@ -343,32 +343,6 @@ $start_menu_allprograms_separator_styles:
|
||||
);
|
||||
|
||||
|
||||
//
|
||||
// START MENU POPUP MENU
|
||||
//
|
||||
$start_menu_popup_menu_menuitem_styles:
|
||||
wintc_define_props_box(
|
||||
$start_menu_popup_menu_menuitem_styles,
|
||||
true,
|
||||
margin,
|
||||
undefined,
|
||||
3,
|
||||
undefined,
|
||||
3
|
||||
);
|
||||
|
||||
$start_menu_popup_menu_menuitem_icon_styles:
|
||||
wintc_define_props_box(
|
||||
$start_menu_popup_menu_menuitem_icon_styles,
|
||||
true,
|
||||
margin,
|
||||
undefined,
|
||||
undefined,
|
||||
undefined,
|
||||
3
|
||||
);
|
||||
|
||||
|
||||
//
|
||||
// START MENU PLACES COLUMN
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user