Add transparency to navbar (#770)

This commit is contained in:
Clément Oudot 2014-12-12 08:50:58 +00:00
parent 18072723de
commit 845922c7f5

View File

@ -21,14 +21,15 @@ body {
#footer { #footer {
height: 80px; height: 80px;
background-color: rgb(255,255,255); background-color: rgb(255,255,255);
background-color: rgba(255,255,255,0.8); background-color: rgba(255,255,255,0.9);
text-align: center; text-align: center;
padding-top: 20px; padding-top: 20px;
} }
.panel { .panel, .navbar-default {
background-color: rgb(255,255,255); background-color: rgb(255,255,255);
background-color: rgba(255,255,255,0.8); background-color: rgba(255,255,255,0.9);
background-image: none;
} }
.login, .password, .confirm { .login, .password, .confirm {