Merge pull request #277 from SenecaCDOT-BigBlueButton/fix-javacheck-highlight

remove the blue background from the Java Test linkbutton
This commit is contained in:
Fred Dixon 2013-10-21 17:06:10 -07:00
commit d041ebfcde

View File

@ -47,7 +47,7 @@ Panel {
color: #e1e2e5;
}
Button, .logoutButtonStyle, .chatSendButtonStyle, .helpLinkButtonStyle, .cameraDisplaySettingsWindowChangeResolutionCombo, .languageSelectorStyle {
Button, .logoutButtonStyle, .chatSendButtonStyle, .helpLinkButtonStyle, .cameraDisplaySettingsWindowChangeResolutionCombo, .languageSelectorStyle, .testJavaLinkButtonStyle {
textIndent: 0;
paddingLeft: 10;
paddingRight: 10;
@ -98,10 +98,11 @@ Button, .logoutButtonStyle, .chatSendButtonStyle, .helpLinkButtonStyle, .cameraD
fontSize: 14;
rollOverColor: #cccccc;
selectionColor: #cccccc;
color: #ffffff;
textRollOverColor: #504f3d;
textSelectedColor: #504f3d;
color: #e3e3e3;
textRollOverColor: #504f46;
textSelectedColor: #504f46;
fontWeight: bold;
textDecoration: none;
}
.javaVersionRequiredLabelStyle {