This commit is contained in:
yamanq 2016-04-13 22:47:30 -04:00
commit c9742ca141

View File

@ -76,7 +76,7 @@ img {
} }
.dropdown { .dropdown {
display:flex; display: none;
opacity: 0; opacity: 0;
position: absolute; position: absolute;
box-shadow: 4px 4px 3px #444; box-shadow: 4px 4px 3px #444;
@ -101,6 +101,7 @@ img {
-ms-transition: background-color 0.3s ease; -ms-transition: background-color 0.3s ease;
transition: background-color 0.3s ease; transition: background-color 0.3s ease;
} }
.dropdown p:hover { .dropdown p:hover {
background-color:#CECDCD; background-color:#CECDCD;
} }