fixed transition issues

This commit is contained in:
Abdullah Almsaeed
2015-02-10 19:53:16 -05:00
parent acbb2f4020
commit 79e8c7395a
26 changed files with 623 additions and 90 deletions

View File

@@ -16,12 +16,12 @@
position: absolute;
top: 100%;
margin-top: -25px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: rgba(0,0,0,0.4);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #d2d6de;//rgba(0,0,0,0.4);
padding: 5px;
color: rgb(255, 255,255);
color: #444;
cursor: pointer;
line-height: 10px;
text-align: center;