update
This commit is contained in:
parent
e19d4a04fc
commit
9729e44bfb
@ -3873,6 +3873,11 @@ header#masthead {
|
||||
color: #fff; }
|
||||
.opalestate-user-management .account-links a:hover i, .opalestate-user-management .account-links a:focus i {
|
||||
color: #00b9eb; }
|
||||
.opalestate-user-management .account-links li.active a {
|
||||
background-color: #0073aa;
|
||||
color: #fff; }
|
||||
.opalestate-user-management .account-links li.active a i {
|
||||
color: #00b9eb; }
|
||||
.opalestate-user-management .site-main {
|
||||
padding-top: 15px; }
|
||||
|
||||
|
@ -312,6 +312,15 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
li.active {
|
||||
a {
|
||||
background-color:#0073aa;
|
||||
color:#fff;
|
||||
i {
|
||||
color:#00b9eb;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.site-main {
|
||||
|
BIN
templates/.DS_Store
vendored
BIN
templates/.DS_Store
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user