Merge pull request #277 from SenecaCDOT-BigBlueButton/fix-javacheck-highlight
remove the blue background from the Java Test linkbutton
This commit is contained in:
commit
d041ebfcde
@ -47,7 +47,7 @@ Panel {
|
|||||||
color: #e1e2e5;
|
color: #e1e2e5;
|
||||||
}
|
}
|
||||||
|
|
||||||
Button, .logoutButtonStyle, .chatSendButtonStyle, .helpLinkButtonStyle, .cameraDisplaySettingsWindowChangeResolutionCombo, .languageSelectorStyle {
|
Button, .logoutButtonStyle, .chatSendButtonStyle, .helpLinkButtonStyle, .cameraDisplaySettingsWindowChangeResolutionCombo, .languageSelectorStyle, .testJavaLinkButtonStyle {
|
||||||
textIndent: 0;
|
textIndent: 0;
|
||||||
paddingLeft: 10;
|
paddingLeft: 10;
|
||||||
paddingRight: 10;
|
paddingRight: 10;
|
||||||
@ -98,10 +98,11 @@ Button, .logoutButtonStyle, .chatSendButtonStyle, .helpLinkButtonStyle, .cameraD
|
|||||||
fontSize: 14;
|
fontSize: 14;
|
||||||
rollOverColor: #cccccc;
|
rollOverColor: #cccccc;
|
||||||
selectionColor: #cccccc;
|
selectionColor: #cccccc;
|
||||||
color: #ffffff;
|
color: #e3e3e3;
|
||||||
textRollOverColor: #504f3d;
|
textRollOverColor: #504f46;
|
||||||
textSelectedColor: #504f3d;
|
textSelectedColor: #504f46;
|
||||||
fontWeight: bold;
|
fontWeight: bold;
|
||||||
|
textDecoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.javaVersionRequiredLabelStyle {
|
.javaVersionRequiredLabelStyle {
|
||||||
|
Loading…
Reference in New Issue
Block a user