dont use shadow for mobile

This commit is contained in:
Gustavo Maximiliano Cortez 2015-01-18 18:47:04 -03:00
parent 0874f7dccb
commit 5c3f74470b
2 changed files with 4 additions and 7 deletions

View File

@ -536,7 +536,7 @@ ul.tx-copayers {
a.button-setup {
border-radius: 3px;
border: 1px solid #E4E8EC;
border: 1px solid #ccc;
display: block;
padding: 0.5rem;
background: transparent;

View File

@ -94,10 +94,7 @@
}
header {
background-image: -webkit-linear-gradient(#2C3E50 0%, #1D2833 100%);
background-image: -o-linear-gradient(#2C3E50 0%, #1D2833 100%);
background-image: linear-gradient(#2C3E50 0%, #1D2833 100%);
box-shadow: 0px 1px 0px 0px #2C3E50, inset -1px 0px 0px 0px rgba(0,0,0,0.24);
background-color: #2C3E50;
height: 120px;
width: 100%;
line-height: 110%;
@ -200,8 +197,8 @@
padding: 0.66667rem 1rem;
color: #7A8C9E;
border-top: 1px solid rgba(255,255,255,0.25);
-moz-box-shadow: 0px -1px 0px 0px rgba(165,178,191,0.15);
box-shadow: 0px -1px 0px 0px rgba(165,178,191,0.15);
-moz-box-shadow: none;
box-shadow: none;
}
ul.off-canvas-list li a i {