mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-12-24 16:38:55 -05:00
Restyle chat header
This commit is contained in:
parent
4a0cb10197
commit
a110e218df
@ -260,9 +260,13 @@ nav.main a {
|
|||||||
|
|
||||||
.contactInfo {
|
.contactInfo {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background-color: #bccad0;
|
background-color: #e1e4e6;
|
||||||
background-image: -moz-linear-gradient(top, #bccad0, #95a4a9);
|
background-image: -moz-linear-gradient(top, #e1e4e6, #cacdce);
|
||||||
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bccad0), color-stop(1, #95a4a9));
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e1e4e6), color-stop(1, #cacdce));
|
||||||
|
-webkit-box-shadow: color 2px 1px 5px;
|
||||||
|
-moz-box-shadow: rgba(0,0,0,0.1) 2px 1px 5px;
|
||||||
|
box-shadow: rgba(0,0,0,0.1) 2px 1px 5px;
|
||||||
|
border-bottom: 1px solid #aaa;
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
@ -291,7 +295,9 @@ nav.main a {
|
|||||||
color: white;
|
color: white;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
position: relative;
|
position: absolute;
|
||||||
|
top: 20px;
|
||||||
|
left: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: red;
|
background-color: red;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user