Larger font for input, clean CSS
This commit is contained in:
parent
d3aa1d768d
commit
5fb4ea2758
1 changed files with 4 additions and 10 deletions
|
@ -92,23 +92,17 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
input#sendMessage {
|
input#sendMessage {
|
||||||
border: 0;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
font-size: large;
|
||||||
|
}
|
||||||
|
#footer button {
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.panel input, .panel .input-group {
|
.panel input, .panel .input-group {
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
}
|
}
|
||||||
input[type=text], input[type=password], .badge {
|
input[type=text], input[type=password], .badge {
|
||||||
border: 0;
|
border: 0;
|
||||||
-webkit-box-shadow:
|
|
||||||
inset 0 0 8px rgba(0,0,0,0.4),
|
|
||||||
0 0 16px rgba(0,0,0,0.4);
|
|
||||||
-moz-box-shadow:
|
|
||||||
inset 0 0 8px rgba(0,0,0,0.4),
|
|
||||||
0 0 16px rgba(0,0,0,0.4);
|
|
||||||
box-shadow:
|
|
||||||
inset 0 0 8px rgba(0,0,0,0.4),
|
|
||||||
0 0 16px rgba(0,0,0,0.4);
|
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
color: #6e6e6e;
|
color: #6e6e6e;
|
||||||
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.8) inset;
|
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.8) inset;
|
||||||
|
|
Loading…
Reference in a new issue