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;
|
||||
}
|
||||
|
||||
#showAddForm a:hover.cancel {
|
||||
color: #fff;
|
||||
background: #f70;
|
||||
}
|
||||
|
||||
#showAddForm a:hover.cancel {
|
||||
color: #fff;
|
||||
background: #f70;
|
||||
}
|
||||
|
||||
#manageWebpages a:link.remove,
|
||||
#manageWebpages a:visited.remove,
|
||||
#manageWebpages a:hover.remove,
|
||||
#showAddForm a:hover.cancel {
|
||||
color: #fff;
|
||||
background: #f70;
|
||||
#manageWebpages a:hover.remove {
|
||||
color: #f70;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
#manageWebpages a:hover.remove,
|
||||
#showAddForm a:hover.cancel {
|
||||
color: #fff;
|
||||
background: #f70;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -204,7 +204,7 @@ form textarea {
|
|||
#manageWebpages a.remove:link,
|
||||
#showAddForm a.cancel:link,
|
||||
form a:link.cancel,
|
||||
form a:visited.cancel {
|
||||
form a:visited.cancel{
|
||||
text-decoration: underline;
|
||||
color: #f70;
|
||||
border-color: none;
|
||||
|
@ -253,6 +253,19 @@ p.submit {
|
|||
color: #595B5B;
|
||||
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 {
|
||||
color: #5F6464;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue