forked from mirrors/easyappointments
Updated header border-bottom styles.
This commit is contained in:
parent
72b93afe95
commit
138cd597af
1 changed files with 3 additions and 2 deletions
|
@ -22,7 +22,7 @@ root {
|
||||||
#header {
|
#header {
|
||||||
height: 70px;
|
height: 70px;
|
||||||
background-color: #35B66F;
|
background-color: #35B66F;
|
||||||
border-bottom: 4px solid #247A4B;
|
border-bottom: 4px solid #2B995D;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header #header-logo {
|
#header #header-logo {
|
||||||
|
@ -65,12 +65,13 @@ root {
|
||||||
|
|
||||||
#header #header-menu .menu-item:hover:not(.active) {
|
#header #header-menu .menu-item:hover:not(.active) {
|
||||||
background-color: #2A8F57;
|
background-color: #2A8F57;
|
||||||
|
border-bottom: 4px solid #236C48;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header #header-menu .active {
|
#header #header-menu .active {
|
||||||
color: #C5FFD6;
|
color: #C5FFD6;
|
||||||
background: #29A067;
|
background: #29A067;
|
||||||
border-bottom: 2px solid #2A7751;
|
border-bottom: 4px solid #2A7751;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
|
|
Loading…
Reference in a new issue