/* WinClassic.CSS, used for things that break themes if they're in style.css */

/*Theme identifier, control panel*/
#themeDropdownText:after {
content: "Windows Classic";
}

#winAndButtonsDropdownText:after {
content: "Windows Classic style";
}

#colorSchemeDropdownText:after {
	content: "Windows Classic";
}

/*Strange but working way of detecting sound scheme to be used in themes*/
#soundscheme:before {
content: "default";
display: none;
}

#MenuButtonStartText {
top: 5px;
right: 5px;
}

#MenuButton.pressed > #MenuButtonStartText {
top: 6px;
right: 4px;
}



