|
|
@ -100,13 +100,6 @@ input[type=text], input[type=password], #sendMessage, .badge, .btn-send, .btn-se |
|
|
|
color: white; |
|
|
|
color: white; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.is-mobile-ui .btn-complete-nick:hover, |
|
|
|
|
|
|
|
.is-mobile-ui .btn-send:hover, |
|
|
|
|
|
|
|
.is-mobile-ui .btn-send-image:hover { |
|
|
|
|
|
|
|
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3); |
|
|
|
|
|
|
|
color: #ccc; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.nav-pills li:nth-child(2n) { |
|
|
|
.nav-pills li:nth-child(2n) { |
|
|
|
background: #283244; |
|
|
|
background: #283244; |
|
|
|
} |
|
|
|
} |
|
|
@ -184,4 +177,12 @@ input[type=text], input[type=password], #sendMessage, .badge, .btn-send, .btn-se |
|
|
|
.footer { |
|
|
|
.footer { |
|
|
|
padding-left: 5px !important; |
|
|
|
padding-left: 5px !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.btn-complete-nick:hover, |
|
|
|
|
|
|
|
.btn-send:hover, |
|
|
|
|
|
|
|
.btn-send-image:hover { |
|
|
|
|
|
|
|
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3); |
|
|
|
|
|
|
|
color: #ccc; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|