vendor/assets/stylesheets/navbar.scss in active_frontend-3.0.4 vs vendor/assets/stylesheets/navbar.scss in active_frontend-4.0.0
- old
+ new
@@ -10,16 +10,16 @@
position: fixed;
right: 0;
z-index: 1030;
}
.navbar {
- background: rgba(24,24,24,1);
+ background: rgba(91,146,250,1);
border-collapse: separate;
- border-top: 2px solid rgba(4,4,4,1);
+ border-top: 4px solid rgba(0,0,0,0.1);
box-sizing: border-box;
display: table;
- height: 50px;
+ height: 46px;
table-layout: fixed;
width: 100%;
}
.navbar > a {
color: rgba(255,255,255,1);
@@ -28,10 +28,13 @@
font-size: 27px;
padding: 10px 0;
text-align: center;
width: 1%;
}
-.navbar > a.active { color: rgba(255,255,255,1); }
+.navbar > a.active,
+.navbar > a:active,
+.navbar > a:hover,
+.navbar > a:focus { color: rgba(255,255,255,1); }
/* # Media Queries
================================================== */
@media only screen and (min-width: 768px) {
.navbar { display: none; }
\ No newline at end of file