|
|
|
@ -37,11 +37,6 @@ body { |
|
|
|
|
border-left: 1px solid #121212; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
input#sendMessage { |
|
|
|
|
border: 0; |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
table { |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
@ -97,7 +92,7 @@ input#sendMessage { |
|
|
|
|
.panel input { |
|
|
|
|
max-width: 300px; |
|
|
|
|
} |
|
|
|
|
input[type=text], input[type=password] { |
|
|
|
|
input[type=text], input[type=password], .badge { |
|
|
|
|
border: 0; |
|
|
|
|
-webkit-box-shadow: |
|
|
|
|
inset 0 0 8px rgba(0,0,0,0.4), |
|
|
|
@ -171,7 +166,7 @@ input[type=text], input[type=password] { |
|
|
|
|
border-radius: 0; |
|
|
|
|
color: #ddd; |
|
|
|
|
} |
|
|
|
|
.nav-pills > li > a:hover { |
|
|
|
|
.nav-pills > li > a:hover, .nav-pills > li > a:hover span { |
|
|
|
|
color: #222; |
|
|
|
|
} |
|
|
|
|
.content { |
|
|
|
@ -220,8 +215,9 @@ input[type=text], input[type=password] { |
|
|
|
|
color: deepskyblue; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.danger, .alert-danger { |
|
|
|
|
.danger, .alert-danger, .badge .alert-danger { |
|
|
|
|
background-color: rgb(217, 83, 79); |
|
|
|
|
color: #ddd; |
|
|
|
|
} |
|
|
|
|
.alert-danger { |
|
|
|
|
border-color: #121212; |
|
|
|
|