Changement du theme de la nav bar

change du style de la nav bar
ajout de la tranparance
changement de la couleur de la police
ajout d’un css
This commit is contained in:
Jerome Morjon
2015-02-20 02:17:28 +01:00
parent ffeed0761c
commit 5b03b1ac6e
5 changed files with 68 additions and 43 deletions

View File

@ -2730,7 +2730,7 @@ select[multiple].form-group-lg .form-control {
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
border: 1px solid #0066FF;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;

31
SRC/public/css/navbar.css Normal file
View File

@ -0,0 +1,31 @@
.navbar
{
background: rgba(0,0,0, 0.45);
}
.navbar-default .navbar-brand
{
color: white;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: silver;
background-color: transparent;
}
.navbar-default .navbar-text {
color: white;
}
.navbar-default .navbar-text:hover {
color: silver;
}
.navbar-default .navbar-nav > li > a {
color: white;
}
.navbar-default .navbar-nav:hover > li > a {
color: silver;
}

View File

@ -28,7 +28,7 @@ background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%); /* W3C */
border-radius: 7px;
border: 1px solid grey;
box-shadow: 0px 0px 2px dimgrey;
width : 20%;
width : 25%;
}
.listg legend
@ -91,11 +91,6 @@ background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%); /* W3C */
width : 15%;
}
.motCle
{
float: left;
}
/* switch checkbox */
.ios7-switch {