web/chat/stylesheets/chat.css in vines-0.2.1 vs web/chat/stylesheets/chat.css in vines-0.3.0
- old
+ new
@@ -53,15 +53,10 @@
height: 50px;
position: absolute;
bottom: 0;
width: 100%;
}
-#chat-page input[type="text"]:focus,
-#chat-page input[type="email"]:focus {
- -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.6);
- box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.6);
-}
#chat-page #message {
display: block;
position: relative;
left: 10px;
top: 10px;
@@ -109,13 +104,13 @@
font-size: 11px;
font-weight: normal;
line-height: 11px;
}
#chat-page #roster .unread {
- background: #4693FF;
- background: -moz-linear-gradient(#4693FF, #015de6);
- background: -o-linear-gradient(#4693FF, #015de6);
- background: -webkit-gradient(linear, left top, left bottom, from(#4693FF), to(#015de6));
+ background: #319be7;
+ background: -moz-linear-gradient(#319be7, #1b78d9);
+ background: -o-linear-gradient(#319be7, #1b78d9);
+ background: -webkit-gradient(linear, left top, left bottom, from(#319be7), to(#1b78d9));
border-radius: 30px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: normal;