Eric Whale

Edit bottombar style #2

...@@ -45,13 +45,14 @@ ...@@ -45,13 +45,14 @@
45 border-top: 2px gray solid; 45 border-top: 2px gray solid;
46 font-size: 1.5rem; 46 font-size: 1.5rem;
47 height: 2.8rem; 47 height: 2.8rem;
48 - a {
49 - box-shadow: 3px 3px 3px 0px gray;
50 - }
51 .bottomBtn { 48 .bottomBtn {
52 margin-right: 0.2rem; 49 margin-right: 0.2rem;
53 margin-left: 0.2rem; 50 margin-left: 0.2rem;
54 border: 1px solid gray; 51 border: 1px solid gray;
55 border-radius: 3px; 52 border-radius: 3px;
53 + box-shadow: 3px 3px 3px 0px gray;
54 + }
55 + .bottomBtn:hover {
56 + box-shadow: 1px 1px 3px 0px gray;
56 } 57 }
57 } 58 }
......