2012-03-13 14:13:17 +00:00
|
|
|
@import url("gtk-win32-base.css");
|
2011-11-21 13:31:17 +00:00
|
|
|
|
|
|
|
/* Menus */
|
|
|
|
|
|
|
|
.menubar {
|
2011-12-30 11:53:51 +00:00
|
|
|
background-color: transparent;
|
2011-11-21 13:31:17 +00:00
|
|
|
border-width: 0;
|
|
|
|
background-image: -gtk-win32-theme-part(menu, 7 1);
|
|
|
|
}
|
|
|
|
|
2012-02-13 11:23:07 +00:00
|
|
|
.menubar > .menuitem {
|
2011-12-30 11:53:51 +00:00
|
|
|
background-color: transparent;
|
2011-11-21 13:31:17 +00:00
|
|
|
border-width: 0;
|
|
|
|
background-image: -gtk-win32-theme-part(menu, 8 1);
|
|
|
|
}
|
|
|
|
|
2012-02-13 11:23:07 +00:00
|
|
|
.menubar > .menuitem:prelight {
|
2011-11-21 13:31:17 +00:00
|
|
|
background-image: -gtk-win32-theme-part(menu, 8 3);
|
|
|
|
}
|
|
|
|
|
|
|
|
.menuitem:prelight {
|
|
|
|
background-image: -gtk-win32-theme-part(menu, 14 2);
|
2012-02-13 11:23:07 +00:00
|
|
|
}
|
2011-11-21 13:31:17 +00:00
|
|
|
|
2012-02-13 11:23:07 +00:00
|
|
|
.menuitem:prelight:insensitive {
|
|
|
|
background-image: -gtk-win32-theme-part(menu, 14 4);
|
2011-11-21 13:31:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.menuitem.radio,
|
2011-11-24 10:40:36 +00:00
|
|
|
.menuitem.radio:prelight,
|
|
|
|
.menuitem.radio:insensitive {
|
2011-12-30 11:53:51 +00:00
|
|
|
background-color: transparent;
|
2011-11-21 13:31:17 +00:00
|
|
|
background-image: none;
|
|
|
|
border-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menuitem.radio:active,
|
|
|
|
.menuitem.radio:active:prelight {
|
|
|
|
background-image: -gtk-win32-theme-part(menu, 11 3);
|
|
|
|
border-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menuitem.radio:inconsistent,
|
2011-11-24 10:40:36 +00:00
|
|
|
.menuitem.radio:inconsistent:insensitive,
|
|
|
|
.menuitem.radio:inconsistent:prelight,
|
|
|
|
.menuitem.radio:inconsistent:active,
|
|
|
|
.menuitem.radio:inconsistent:active:prelight {
|
|
|
|
background-image: none; /* Fall back to default, this state is not in win32 */
|
2011-11-21 13:31:17 +00:00
|
|
|
border-width: 0;
|
|
|
|
}
|
|
|
|
|
2011-11-24 10:40:36 +00:00
|
|
|
.menuitem.radio:insensitive:active,
|
|
|
|
.menuitem.radio:insensitive:active:prelight {
|
2011-11-21 13:31:17 +00:00
|
|
|
background-image: -gtk-win32-theme-part(menu, 11 4);
|
|
|
|
border-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menuitem.check,
|
2011-11-24 10:40:36 +00:00
|
|
|
.menuitem.check:prelight,
|
|
|
|
.menuitem.check:insensitive {
|
2011-11-21 13:31:17 +00:00
|
|
|
background-image: none;
|
|
|
|
border-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menuitem.check:active,
|
|
|
|
.menuitem.check:active:prelight {
|
|
|
|
background-image: -gtk-win32-theme-part(menu, 11 1);
|
|
|
|
border-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menuitem.check:inconsistent,
|
2011-11-24 10:40:36 +00:00
|
|
|
.menuitem.check:inconsistent:insensitive,
|
|
|
|
.menuitem.check:inconsistent:prelight,
|
|
|
|
.menuitem.check:inconsistent:active,
|
|
|
|
.menuitem.check:inconsistent:active:prelight {
|
|
|
|
background-image: none; /* Fall back to default, this state is not in win32 */
|
2011-11-21 13:31:17 +00:00
|
|
|
border-width: 0;
|
|
|
|
}
|
|
|
|
|
2011-11-24 10:40:36 +00:00
|
|
|
.menuitem.check:insensitive:active,
|
|
|
|
.menuitem.check:insensitive:active:prelight{
|
2011-11-21 13:31:17 +00:00
|
|
|
background-image: -gtk-win32-theme-part(menu, 11 2);
|
|
|
|
border-width: 0;
|
|
|
|
}
|