Update styles for connection window
This commit is contained in:
parent
29b46ba59c
commit
0bd5360315
File diff suppressed because one or more lines are too long
@ -378,7 +378,7 @@
|
|||||||
#connection_window {
|
#connection_window {
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
background: #ebeef0;
|
background: #fff;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
@ -418,12 +418,12 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
text-shadow: 0px 1px 0px #fff;
|
text-shadow: 0px 1px 0px #fff;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
color: #95A7B7;
|
color: #999;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.connection-settings form {
|
.connection-settings form {
|
||||||
background: #fff;
|
background: #f6f6f6;
|
||||||
padding: 25px;
|
padding: 25px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user