i am a webdeveloper!
This commit is contained in:
parent
2ad9c4c03d
commit
e3c739e745
1 changed files with 6 additions and 1 deletions
|
@ -111,6 +111,7 @@ a:active {
|
|||
position: relative;
|
||||
border-radius: 3px;
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.subnav {
|
||||
|
@ -136,7 +137,7 @@ a:active {
|
|||
}
|
||||
|
||||
.subnav li {
|
||||
background: #026b45;
|
||||
/*background: #026b45;*/
|
||||
list-style: none;
|
||||
border-radius: 3px;
|
||||
margin-bottom: 3px;
|
||||
|
@ -157,6 +158,10 @@ a:active {
|
|||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.subnav li a, .subnav span {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
.nav li a:hover, .subnav li a:hover, .activeMenu, .button:link:hover, .button:visited:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
|
||||
background: #04AA6D;
|
||||
color: #fff;
|
||||
|
|
Loading…
Reference in a new issue