NIHVIVO-236 increased contrast for plus sign, kept it white on hover
This commit is contained in:
parent
1c3772a125
commit
a936fbb03c
3 changed files with 4 additions and 1 deletions
|
@ -603,7 +603,10 @@ a.add {
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
a.add:hover { background-color: #000; }
|
||||
a.add:hover {
|
||||
background-image: url(../site_icons/plus_transparent_hover.gif);
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
ul.properties { margin: 0; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue