mirror of
https://github.com/Doodle3D/doodle3d-connect.git
synced 2024-12-25 01:53:48 +01:00
Make "complex" box more box like. Made "please select" in select box black. Small text tweak.
This commit is contained in:
parent
7394cfaf77
commit
0e9ee75eda
@ -66,6 +66,7 @@ a {
|
|||||||
}
|
}
|
||||||
.box.complex {
|
.box.complex {
|
||||||
width: 375px; /*320px;*/
|
width: 375px; /*320px;*/
|
||||||
|
height: 350px;
|
||||||
/*border: 2px solid #00f;*/
|
/*border: 2px solid #00f;*/
|
||||||
}
|
}
|
||||||
box.connecting {
|
box.connecting {
|
||||||
@ -200,4 +201,7 @@ form .row div {
|
|||||||
}
|
}
|
||||||
.networkForm #action.none {
|
.networkForm #action.none {
|
||||||
display: none;
|
display: none;
|
||||||
|
}
|
||||||
|
.networkForm .chosen-container-single .chosen-default {
|
||||||
|
color: #333; /* let's not pretend it's disabled */
|
||||||
}
|
}
|
@ -207,7 +207,7 @@ function NetworkPanel() {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case NetworkAPI.STATUS.CONNECTING_FAILED:
|
case NetworkAPI.STATUS.CONNECTING_FAILED:
|
||||||
actionText = "Please check password";
|
actionText = "Please check password and try again";
|
||||||
_actionTextField.attr("class","error");
|
_actionTextField.attr("class","error");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user