NIHVIVO-2868: Corrected styles on Manage Web Pages screen
This commit is contained in:
parent
b89098410d
commit
f9b34228cb
2 changed files with 27 additions and 13 deletions
|
@ -27,18 +27,19 @@ class, in case we want to re-enable DD without a page reload. */
|
||||||
margin-left: 2em;
|
margin-left: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#showAddForm a:hover.cancel {
|
||||||
|
color: #fff;
|
||||||
|
background: #f70;
|
||||||
|
}
|
||||||
|
|
||||||
|
#showAddForm a:hover.cancel {
|
||||||
|
color: #fff;
|
||||||
|
background: #f70;
|
||||||
|
}
|
||||||
|
|
||||||
#manageWebpages a:link.remove,
|
#manageWebpages a:link.remove,
|
||||||
#manageWebpages a:visited.remove,
|
#manageWebpages a:visited.remove,
|
||||||
#manageWebpages a:hover.remove,
|
#manageWebpages a:hover.remove {
|
||||||
#showAddForm a:hover.cancel {
|
color: #f70;
|
||||||
color: #fff;
|
background: #fff;
|
||||||
background: #f70;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#manageWebpages a:hover.remove,
|
|
||||||
#showAddForm a:hover.cancel {
|
|
||||||
color: #fff;
|
|
||||||
background: #f70;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -253,6 +253,19 @@ p.submit {
|
||||||
color: #595B5B;
|
color: #595B5B;
|
||||||
padding: .3em;
|
padding: .3em;
|
||||||
}
|
}
|
||||||
|
a.return:link,
|
||||||
|
a.return:visited {
|
||||||
|
text-decoration: underline;
|
||||||
|
color: #f70;
|
||||||
|
border-color: none;
|
||||||
|
padding-left: 3px;
|
||||||
|
}
|
||||||
|
a.return:hover,
|
||||||
|
a.return:active {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #f70;
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
.navlinkblock {
|
.navlinkblock {
|
||||||
color: #5F6464;
|
color: #5F6464;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue