/*
 * Stylesheet for the Authoring Tool.
 * We still have most of the style constants defined in FX in the Style class.
 */

/*
 * Note - there is an extra universal selector in all these rules; that's a temporary
 * workaround for RT-7441.
 */

.menu {
    text-fill: #ffffff;
}

*.popup-menu {
    background-color:
        linear (0%,0%) to (0%,100%) stops (0%,#383838) (100%,#141414);
}

*.menu-item {
    background-color: transparent;
    text-fill: #ffffff;
    font: 12pt "Amble-Condensed";
}