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;
|
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; }
|
ul.properties { margin: 0; }
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 54 B After Width: | Height: | Size: 54 B |
BIN
themes/vivo-basic/site_icons/plus_transparent_hover.gif
Normal file
BIN
themes/vivo-basic/site_icons/plus_transparent_hover.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 830 B |
Loading…
Add table
Reference in a new issue